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/RecallSuicidedContract.json #17

Closed mersinvald closed 5 years ago

mersinvald commented 5 years ago

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

--- FAIL: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json (0.04s)
        --- FAIL: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_Byzantium (0.00s)
            block_test.go:49: Block #2 insertion into chain failed: invalid gas used (remote: 27455 local: 13228)
        --- FAIL: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_Constantinople (0.00s)
            block_test.go:49: Block #2 insertion into chain failed: invalid gas used (remote: 27455 local: 13228)
        --- PASS: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_EIP150 (0.01s)
        --- FAIL: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_EIP158 (0.00s)
            block_test.go:49: Block #2 insertion into chain failed: invalid gas used (remote: 27455 local: 13228)
        --- PASS: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_Frontier (0.01s)
        --- PASS: TestBlockchain/bcValidBlockTest/RecallSuicidedContract.json/RecallSuicidedContract_Homestead (0.01s)