-
Notifications
You must be signed in to change notification settings - Fork 492
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
jaipur fork #269
jaipur fork #269
Conversation
POS-102 Encoding baseFee when calculating headerSignature
Tenderly reported this:
|
@@ -111,6 +112,14 @@ func buildNextBlock(t *testing.T, _bor *bor.Bor, chain *core.BlockChain, block * | |||
copy(header.Extra[32:], validatorBytes) | |||
} | |||
|
|||
if chain.Config().IsLondon(header.Number) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why wasn't this here before? Did the test worked without this? Was it necessary and was running fine?
* jaipur fork * add check * review comments * test case * fix few changes * Change condition * review comments * type conversion * Update mumbai.go * Update config.go * Update config.go Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
No description provided.