ethereum / tests

Common tests for all Ethereum implementations
MIT License
557 stars 319 forks source link

dev: bump 0x100 test addresses to 0x1000 #1401

Open enitrat opened 1 month ago

enitrat commented 1 month ago

Following the previous PR https://github.com/ethereum/tests/pull/1372, I updated another set of test fillers from addresses 0x100 to addresses 0x1000.

I also re-filled these tests.

winsvega commented 2 weeks ago

some tests not filled, why?

enitrat commented 2 weeks ago

I'm not sure, which ones?

winsvega commented 2 weeks ago
est Case "stEIP150singleCodeGasPrices": (23 of 85)

Error: Test /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json is outdated. Filler hash is different! ('5aef' != '858f')  (BCGeneralStateTests/stEIP150singleCodeGasPrices/gasCostJumpFiller, step: CheckFiller)

Error: Test /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json is outdated. Filler hash is different! ('f4e4' != '5eba')  (BCGeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturnFiller, step: CheckFiller)

Error: Tests are not generated (forgot --filltests?): 

 /home/travis/build/ethereum/tests/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml => /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json

 /home/travis/build/ethereum/tests/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml => /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json
est Case "stEIP150singleCodeGasPrices": (23 of 85)

Error: Test /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json is outdated. Filler hash is different! ('5aef' != '858f')  (BCGeneralStateTests/stEIP150singleCodeGasPrices/gasCostJumpFiller, step: CheckFiller)

Error: Test /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json is outdated. Filler hash is different! ('f4e4' != '5eba')  (BCGeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturnFiller, step: CheckFiller)

Error: Tests are not generated (forgot --filltests?): 

 /home/travis/build/ethereum/tests/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostJumpFiller.yml => /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostJump.json

 /home/travis/build/ethereum/tests/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/gasCostReturnFiller.yml => /home/travis/build/ethereum/tests/BlockchainTests/GeneralStateTests/stEIP150singleCodeGasPrices/gasCostReturn.json

missing --fillchain ?