-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Full BSC support with validator mode #3233
Conversation
[*] fixed bug with loading snapshot [+] enabled gas bailout [+] added fix to prevent syncing more than 1000 headers (for testing only) [*] fixed bug with crashing sender recover sometimes
[+] migrated lightclient contracts from bsc [*] fixed parlia consensus config param
[*] fixed syscalls from coinbase [*] more logging
[*] set header checkpoint to 10 million blocks (for testing forks)
…em transaction execution [-] removed some extra logs and comments
Trying to sync Chapel testnet and sometimes getting this error in logs:
|
Thanks for reporting, I will add fix for that too |
Similar error here: #3258 |
@AskAlexSharov Why you've removed map size for chaindata database? 900aef2#diff-375d57e386f20eaa5f09f02bb9d28bfc48ac3dca18d0325f59492208219e5618L525 |
We need to think about/discuss it separately. As we are having an issue with 4Tb size anyway. I am not against this change, but I would like to bring it in separately, because it may affect not just BSC |
This PR includes BSC support for Erigon blockchain node implementation:
This is a copy of this PR but from this remote's branch: #3144