-
Notifications
You must be signed in to change notification settings - Fork 267
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
Adding BASEFEE Method #2174
Adding BASEFEE Method #2174
Conversation
rskj-core/src/main/java/org/ethereum/vm/program/invoke/ProgramInvokeImpl.java
Fixed
Show fixed
Hide fixed
rskj-core/src/test/java/org/ethereum/vm/program/invoke/ProgramInvokeMockImpl.java
Fixed
Show fixed
Hide fixed
5217aa0
to
1808208
Compare
7812a93
to
20f89b5
Compare
d0d458b
to
2d3a9a2
Compare
pipeline:run |
6 similar comments
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
@@ -0,0 +1,149 @@ | |||
package co.rsk.vm.opcode; |
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.
not sure if it is needed in test classes too, but copyright header missing here.
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.
Totally! Will add it!
pipeline:run |
2 similar comments
pipeline:run |
pipeline:run |
9ae9d61
to
8d3b4f5
Compare
pipeline:run |
4 similar comments
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
11 similar comments
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
pipeline:run |
3296e3c
to
eed7d47
Compare
Kudos, SonarCloud Quality Gate passed! |
Adding
BASEFEE
methodDescription
The BASEFEE Opcode (EIP-3198) gives the EVM access to the block’s base fee. This PR aims to add support for that method on RSKj.
Motivation and Context
Maintain compatibility with ETH.
How Has This Been Tested?
Types of changes
Checklist:
REQUIRES HF ACTIVATION