-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devp2p: BSC support #1349
Comments
Thanks for opening! I remembered that @jochem-brouwer actually discovered this while testing our client with 1559 on Aleut and added this code here (on master): const nextForkB = this._nextForkBlock.eqn(0)
? Buffer.from('', 'hex')
: this._nextForkBlock.toArrayLike(Buffer) Are you running an example or some code that isn't routing through there? |
@ryanio I am running slightly modified peer-communication.ts example. |
@srgl ah so sorry about that, it has been some time since we did a devp2p release. I recently added les 3/4 and eth 66 support so I'll start a PR for the release and will be sure that fix is included on the changelog. |
@ryanio It would be just amazing to see the fix and eth66 support soon, thanks! |
Hello, two big brothers. May I ask you a question please?
5, thank you very much! please help me. thank you . |
I use the latest version |
Disconnection occurs at: |
@myuniswap2000 I'm locking this conversation as you've already asked this question on another issue. Please follow up there. |
Assuming that istanbul is the latest known fork on bsc chain with hash 0xfc3ca6b7, eth65 protocol version unable to get peers because it sends Buffer(0x00) as the ForkNext field in status message. When sending empty buffer as the ForkNext field I am getting peers. Also it works when I use additional random data filled hardfork in common config (ForkNext is random number).
The text was updated successfully, but these errors were encountered: