-
Notifications
You must be signed in to change notification settings - Fork 223
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
Sync coreth v0.12.4 rc0 #694
Merged
Merged
Changes from 36 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
446d9b0
apply diff to rc0
ceyonur 4781e33
replace coreth with subnet-evm
ceyonur a3035e8
go mod tidy
ceyonur 615175d
remove must commit
ceyonur ae82208
remove apricots
ceyonur bfdcbf0
replace coreth with subnet-evm
ceyonur 6f6b384
rename banff and cortina
ceyonur e1452e6
test memory db
ceyonur e59384f
add dUpgrade
ceyonur ad6362f
fix errors
ceyonur 592fab9
sync with v0.12.4-rc0
ceyonur e3bf60b
more diffs
ceyonur e6ae83d
change templates
ceyonur 2096ec4
readd preparePredicateSlots
ceyonur efd6b54
run goimports
ceyonur c483d48
readd tx allow list check to txpool
ceyonur 07cee0c
Fix tests
ceyonur 584a070
readd subnet evm check for tests
ceyonur 0ee34fa
fix tests
ceyonur a637121
add gas limit & coinbase fakers
ceyonur 0d79a26
Merge branch 'master' into sync-coreth-v0.12.4-rc0
ceyonur f91ed29
Merge branch 'master' into sync-coreth-v0.12.4-rc0
ceyonur 53c40df
Fix timestamp types
ceyonur 72e81d7
check error from newblockchain
ceyonur 3983d73
fix gas limit in simulated genesis
ceyonur 7bd29de
downgrade ci to go 1.19
ceyonur e614085
gofmt files
ceyonur a5e4bd2
Merge branch 'sync-coreth-v0.12.4-rc0' of github.com:ava-labs/subnet-…
ceyonur 54ca59c
rebump go to 1.20
ceyonur 203195a
bump anr to latest
ceyonur f939962
bump anr to latest
ceyonur 03d6889
Merge branch 'sync-coreth-v0.12.4-rc0' of github.com:ava-labs/subnet-…
ceyonur 92d3973
prepare predicate storage slots in Subnet-EVM
ceyonur 1e3f403
uncomment tests
ceyonur 6dc9788
change order of airdrop memory cleanup
ceyonur 1dc0a96
Merge branch 'master' into sync-coreth-v0.12.4-rc0
ceyonur bc50ccf
add utils import
ceyonur 2b6cd7e
Coreth 0.12.4 x apply (#720)
ceyonur 3e38277
move instruction sets
ceyonur 900eb39
revert unpack changes
ceyonur 935d9a6
Merge branch 'master' into sync-coreth-v0.12.4-rc0
ceyonur 7b6fc53
reduce diffs
ceyonur fba21c6
move genesis verify to vm (#753)
ceyonur 14bf3a8
avoid adding/removing GasLimits in tests (#755)
darioush 2f1c726
Merge branch 'master' into sync-coreth-v0.12.4-rc0
ceyonur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
nit: I'm seeing some more spacing fixes on this file
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 tried to minimize the diff between coreth:
https://github.com/ava-labs/coreth/blob/master/accounts/abi/abi_test.go