This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Constantinople #1246
Merged
Merged
Constantinople #1246
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
dc526a9
Fixed bug in using ethereumj.conf.file param
zilm13 ec34a3d
Merge branch 'develop' of github.com:ethereum/ethereumj into develop
zilm13 9ee7fef
Merge branch 'develop' of github.com:ethereum/ethereumj into develop
zilm13 7bde29e
Merge branch 'develop' of github.com:ethereum/ethereumj into develop
zilm13 8ce5dbb
Added Constantinople transition test
zilm13 6c1f26e
Add Constantinople BasicTest
zilm13 95f5d31
Bump commit and tree sha for tests unaffected by Constantinople
zilm13 979cc36
Transaction test moved to new format
zilm13 0b4856d
Add more modexp tests
zilm13 d28ba5c
Fixed: modexp returns incorrect length with 0 modulus
zilm13 89f8580
Fixed: Tck tests failed due to contract storage incorrect override
zilm13 6e8c218
Fixed: coinbase was not touched in Frontier on failed txs
zilm13 1209aa8
Finally fix frontier touch for coinbase
zilm13 f51bc29
Fixed: coinbase was not touched with bad txs or was removed later, te…
zilm13 eb6e7b1
Fixed all state tests (except ignored)
zilm13 0c6fa80
Fixed mark in Tck tests only comment
zilm13 17e2a54
Remove collision storage in Tck tests for vm called create/create2
zilm13 b115ae1
Fixed all Tck Constantinople state tests
zilm13 50db758
Fixed Tck blosk state tests for Constantinople
zilm13 9a1262b
Fixed rlp test parsing to handle 0x
zilm13 64e840c
Rebuilt contract storage clean before create to stop failing when not…
zilm13 7f5f5ee
Bump Tck(Github) tests to the latest commit as of X-Mas 2018
zilm13 f79c2d3
Schedule Constantinople fork on MainNet according to EIP-1013
zilm13 da8f69a
Removed empty comment
zilm13 913f6fc
Comments associated with account removal before tx execution updated…
zilm13 444e8dc
Fixed typos in comments
zilm13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
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
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.
Doesn't this call always return true?
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.
And could you please share more details about the case which this workaround is made for?
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.
Looks like you are right from the implementation.
But as we have such interface method for checking and as implementations could change in future, I'd keep this.