ethereumproject / evm-rs

Ethereum Virtual Machine implementation in Rust. Fork of the SputnikVM.
Apache License 2.0
14 stars 5 forks source link

Fail: TestBlockchain/bcValidBlockTest/dataTx2.json #18

Closed mersinvald closed 5 years ago

mersinvald commented 5 years ago

From evm-rs created by mersinvald : etclabscore/evm-rs#4

--- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json (0.04s)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_Byzantium (0.01s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 100000 local: 99237)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_Constantinople (0.00s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 100000 local: 99237)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_EIP150 (0.01s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 100000 local: 99237)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_EIP158 (0.00s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 100000 local: 99237)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_Frontier (0.00s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 67237 local: 100000)
        --- FAIL: TestBlockchain/bcValidBlockTest/dataTx2.json/dataTx2_Homestead (0.00s)
            block_test.go:49: Block #1 insertion into chain failed: invalid gas used (remote: 100000 local: 99237)