This repository has been 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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version: bump stable to 2.2.7 * version: mark 2.2 track stable * version: mark update critical on all networks * version: commit cargo lock * Ping nodes from discovery (#10167) * snap: fix path in script (#10157) * snap: fix path in script * debug, revert me * fix * necromancer awk magic * awk necromancy and path fixing * working track selection * Fix _cannot recursively call into `Core`_ issue (#10144) * Change igd to github:maufl/rust-igd * Run `igd::search_gateway_from_timeout` from own thread * Handle the case for contract creation on an empty but exist account with storage items (#10065) * Add is_base_storage_root_unchanged * Fix compile, use a shortcut for check, and remove ignored tests * Add a warn! * Update ethereum/tests to v6.0.0-beta.2 * grumble: use {:#x} instead of 0x{:x} Co-Authored-By: sorpaas <accounts@that.world> * version: bump fork blocks for kovan and foundation (#10186) * pull constantinople on ethereum network (#10189) * ethcore: pull constantinople on ethereum network * version: mark update as critical * ethcore: remove constantinople alltogether from chain spec * version: revert fork block for ethereum
- Loading branch information
Showing
12 changed files
with
152 additions
and
114 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,4 @@ | ||
{ "block": | ||
[ | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "GeneralStateTest_stCreate2", | ||
"subtests": ["RevertInCreateInInitCreate2_d0g0v0_Constantinople"] | ||
}, | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "GeneralStateTest_stRevertTest", | ||
"subtests": ["RevertInCreateInInit_d0g0v0_Constantinople"] | ||
} | ||
], | ||
"state": | ||
[ | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "stCreate2Test", | ||
"subtests": { | ||
"RevertInCreateInInitCreate2": { | ||
"subnumbers": ["1"], | ||
"chain": "Constantinople (test)" | ||
} | ||
} | ||
}, | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "stRevertTest", | ||
"subtests": { | ||
"RevertInCreateInInit": { | ||
"subnumbers": ["1"], | ||
"chain": "Constantinople (test)" | ||
} | ||
} | ||
} | ||
|
||
] | ||
{ | ||
"block": [], | ||
"state": [] | ||
} |
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.