This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Merged
ethabi version 5 #7723
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4512701
Refactor updater to use ethabi-derive
axelchalon 6f583c5
Grumble: do_call type alias
axelchalon a970c45
Empty commit to trigger test re-run
axelchalon 9bf5943
migration to ethabi-5.0
debris 109dc3f
Merge branch 'master' into ethabi-5
debris 4e6bbf3
migration to ethabi-5.0 in progress
debris 6f6800e
ethabi 5.1
debris 6d5b9aa
use ethabi_deriven to generate TransactAcl contract
debris e51acbe
use ethabi_deriven to generate Registry contract
debris 7b0c5ec
hash-fetch uses ethabi_derive, removed retain cycle from updater, fix…
debris 867016b
node-filter crate uses ethabi_derive to generate peer_set contract in…
debris 66a0076
use LruCache in node-filter instead of HashMap
debris 8fb80d1
Merge branch 'master' into ethabi-5
debris f435922
validator_set engine uses ethabi_derive
debris 816eb13
ethcore does not depend on native_contracts
debris 2f26dd9
miner does no depend on native_contracts
debris 0dc5d57
secret_store does not use native_contracts (in progress)
debris dc84c4e
removed native-contracts
debris 6a9e653
ethcore and updater does not depend on futures
debris 7e3b077
updated ethereum-types
debris fbd0c7e
Merge branch 'master' into ethabi-5
debris bf6cbb0
fixed all warnings caused by using new version of ethereum-types
debris 8f55177
Merge branch 'master' into ethabi-5
debris 86437e8
updated ethabi_derive && ethabi_contract to get rid of warnings
debris 1b44389
removed another retain cycle in updater, fixed following minor versio…
debris f207aa0
moved contracts out of native_contracts res
debris 251bc23
updated ethabi_contract
debris dde4083
fixed failing test
debris 0704701
fixed failing test
debris 406b03f
Merge branch 'master' into ethabi-5
debris 29321d5
there is no need to create two contracts of the same kind any more
debris 2ac0a88
simplify updater::ReleaseTrack conversion into u8 and add several tes…
debris 74ee624
Merge branch 'master' into ethabi-5
debris 59e13a3
applied review suggestions
debris ac15ce2
applied review suggestions
debris 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
perhaps change the loop range to be
u32instead?Uh oh!
There was an error while loading. Please reload this page.
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.
there is also
header.set_number(i)which usesi. So one of them have to be casted