Skip to content
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

Blockchainfill valid #673

Merged
merged 5 commits into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,724 changes: 2,576 additions & 148 deletions BlockchainTests/InvalidBlocks/bcForgedTest/bcForkBlockTest.json

Large diffs are not rendered by default.

7,292 changes: 0 additions & 7,292 deletions BlockchainTests/InvalidBlocks/bcForgedTest/bcInvalidRLPTest.json

This file was deleted.

37,644 changes: 37,644 additions & 0 deletions BlockchainTests/InvalidBlocks/bcForgedTest/bcInvalidRLPTest_BLOCK_.json

Large diffs are not rendered by default.

24,594 changes: 24,594 additions & 0 deletions BlockchainTests/InvalidBlocks/bcForgedTest/bcInvalidRLPTest_TRANSACT_.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"TransactionNonceCheck_Istanbul" : {
"_info" : {
"comment" : "check what happens if transaction nonce is incorrect. transaction must be rejected. must be a blockchain test",
"filling-rpc-server" : "Geth-1.9.11-unstable-a382d783-20200127",
"filling-tool-version" : "retesteth-0.0.2+commit.ce1fdd3d.Linux.g++",
"filling-rpc-server" : "Geth-1.9.11-unstable-a806cedf-20200204",
"filling-tool-version" : "retesteth-0.0.2+commit.6d37c10c.Linux.g++",
"lllcversion" : "Version: 0.5.14-develop.2019.11.27+commit.8f259595.Linux.g++",
"source" : "src/BlockchainTestsFiller/ValidBlocks/bcStateTests/TransactionNonceCheckFiller.json",
"sourceHash" : "44cf713324069720131157c0cb664de09a283ff22e3307deb2da0a0d02e24944"
"sourceHash" : "7bec80a997912dab34dd5129606902fa37fbf44f899b0de9ab2b5c744c1271c8"
},
"sealEngine" : "NoProof",
"network" : "Istanbul",
Expand Down
6 changes: 6 additions & 0 deletions PRLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Pull Requests changes log

- PR [#673](https://github.com/ethereum/tests/pull/673)
upgrade and regenerate invalid RLP blockchain tests

- PR [#672](https://github.com/ethereum/tests/pull/672)
Major blockchain test refactoring, and regeneration on geth + retesteth

- PR[#671](https://github.com/ethereum/tests/pull/671)
Add test cases for SELFBALANCE inside of CALL, DELEGATECALL, and CALLCODE

Expand Down

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"result" : {
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"nonce" : "10"
},
"b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
"shouldnotexist" : "1"
}
}
}
Expand Down