-
Notifications
You must be signed in to change notification settings - Fork 28
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
eip1559 support #364
Open
HarryLiIsMe
wants to merge
11
commits into
develop-ready
Choose a base branch
from
develop_eip1559
base: develop-ready
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
eip1559 support #364
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a6789f6
to
f335770
Compare
a3c61fc
to
f335770
Compare
ws4charlie
reviewed
Sep 20, 2022
ws4charlie
reviewed
Sep 20, 2022
ws4charlie
reviewed
Sep 20, 2022
ws4charlie
reviewed
Sep 20, 2022
ws4charlie
reviewed
Sep 22, 2022
ws4charlie
reviewed
Sep 22, 2022
ws4charlie
reviewed
Sep 22, 2022
ws4charlie
reviewed
Sep 22, 2022
8a4f6cb
to
a43f0e4
Compare
a43f0e4
to
2b4d38a
Compare
a43f0e4
to
bfab5dc
Compare
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
src/components/contracts/primitives/rpc-core/src/types/transaction_request.rs
Outdated
Show resolved
Hide resolved
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
simonjiao
reviewed
Dec 15, 2022
src/components/contracts/primitives/types/src/actions/ethereum.rs
Outdated
Show resolved
Hide resolved
simonjiao
reviewed
Dec 15, 2022
simonjiao
suggested changes
Dec 15, 2022
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.
I left some comments and unresolved some previous conversations, please check it if have time.
bcced33
to
e044206
Compare
69ad210
to
b1efab6
Compare
d0bf224
to
4bb532f
Compare
16129ab
to
a078cc4
Compare
a078cc4
to
c57a032
Compare
simonjiao
previously approved these changes
Jan 19, 2023
1d812ce
to
cc90645
Compare
simonjiao
reviewed
Feb 6, 2023
simonjiao
reviewed
Feb 6, 2023
simonjiao
reviewed
Feb 6, 2023
simonjiao
reviewed
Feb 6, 2023
src/components/contracts/primitives/types/src/actions/ethereum.rs
Outdated
Show resolved
Hide resolved
fix make lint Eip1559 (#780) * merge evm runners * remove legacy action * use new FeeCalcultor * fix test evm_tx_hash * fix gas_price Co-authored-by: simonjiao <[email protected]> fix lint
eip1559 wasm support
Co-authored-by: harry <[email protected]>
Co-authored-by: shaorongqiang <[email protected]>
* Mint FRA for test address * upgrade prism * make fmt * make test * fix make test * fix withdraw_fra and parse_deposit_asset
Co-authored-by: harry <[email protected]>
* fix unhandled transaction * fix evm deliver_tx nonce * update startnodes.sh and checkpoint file --------- Co-authored-by: simonjiao <[email protected]>
* honor block_number in call rpc * add clean_aux() fmerk update * enable snapshot * update storage version * rename trace/fresh options * update noah version * fix build error --------- Co-authored-by: simonjiao <[email protected]> Co-authored-by: harry <[email protected]>
9aa680d
to
5d0d393
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
make sure that you have executed all the following process and no errors occur
The major changes of this PR
The major impacts of this PR
Extra documentations