You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trinity peers were not communicating DAO headers during handshake, so
trinity would not connect to another trinity node. Solution was to
immediately add peer to pool during boot, and then kick it back out if
it fails the DAO check.
We were previously failing any peer who couldn't answer with the DAO
fork header. That means that unsynced peers would be rejected. Modified
to accept unsynced peers for now.
0 commit comments