Skip to content

Commit

Permalink
Merge pull request #673 from ethereum/blockchainfill_valid
Browse files Browse the repository at this point in the history
Blockchainfill valid
  • Loading branch information
winsvega authored Feb 20, 2020
2 parents 4896b6f + 09fa317 commit f2863bf
Show file tree
Hide file tree
Showing 12 changed files with 72,409 additions and 14,055 deletions.
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

0 comments on commit f2863bf

Please sign in to comment.