diff --git a/integration/goerli/debug_accountAt/test_06.json b/integration/goerli/debug_accountAt/test_06.json index bd7a286..84c2cfd 100755 --- a/integration/goerli/debug_accountAt/test_06.json +++ b/integration/goerli/debug_accountAt/test_06.json @@ -14,10 +14,10 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0x50f97e8935000", + "balance": "0x57ffbb8f2ec00", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "nonce": "0x4" + "nonce": "0x3" } } } diff --git a/integration/goerli/debug_accountAt/test_07.json b/integration/goerli/debug_accountAt/test_07.json index 5e10886..23bb020 100755 --- a/integration/goerli/debug_accountAt/test_07.json +++ b/integration/goerli/debug_accountAt/test_07.json @@ -14,7 +14,7 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0x1e3feb824dfbd9346d", + "balance": "0x1e8ee8db15d80c9f79", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "nonce": "0x178df" diff --git a/integration/goerli/debug_accountAt/test_11.json b/integration/goerli/debug_accountAt/test_11.json index 76db14d..6ea617b 100755 --- a/integration/goerli/debug_accountAt/test_11.json +++ b/integration/goerli/debug_accountAt/test_11.json @@ -14,10 +14,10 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0x8aba8f680f66c000", + "balance": "0x8ac397578e6ba000", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "nonce": "0x3a6c" + "nonce": "0x3a6b" } } } diff --git a/integration/mainnet/debug_accountAt/test_02.json b/integration/mainnet/debug_accountAt/test_02.json index a632728..41fbaf2 100644 --- a/integration/mainnet/debug_accountAt/test_02.json +++ b/integration/mainnet/debug_accountAt/test_02.json @@ -14,10 +14,10 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0xa00318644f1eb3688b", + "balance": "0xa003cd03050b14e88b", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "nonce": "0x12c7" + "nonce": "0x12c6" } } } diff --git a/integration/mainnet/debug_accountAt/test_05.json b/integration/mainnet/debug_accountAt/test_05.json index 76c2d3a..37f2fa7 100644 --- a/integration/mainnet/debug_accountAt/test_05.json +++ b/integration/mainnet/debug_accountAt/test_05.json @@ -14,9 +14,9 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0xffcb9e57d4000", + "balance": "0x0", "code": "0x", - "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", + "codeHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": "0x0" } } diff --git a/integration/mainnet/debug_accountAt/test_07.json b/integration/mainnet/debug_accountAt/test_07.json index 5bd3545..c870428 100644 --- a/integration/mainnet/debug_accountAt/test_07.json +++ b/integration/mainnet/debug_accountAt/test_07.json @@ -14,10 +14,10 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0x2f7947a32f423a735d", + "balance": "0x2f7b74ae167dfe45e4", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "nonce": "0x842524" + "nonce": "0x842523" } } } diff --git a/integration/mainnet/debug_accountAt/test_08.json b/integration/mainnet/debug_accountAt/test_08.json index 096c57a..4344434 100644 --- a/integration/mainnet/debug_accountAt/test_08.json +++ b/integration/mainnet/debug_accountAt/test_08.json @@ -14,10 +14,10 @@ "id": 240, "jsonrpc": "2.0", "result": { - "balance": "0x2f7884aa752ef5f50b", + "balance": "0x2f7947a32f423a735d", "code": "0x", "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "nonce": "0x842525" + "nonce": "0x842524" } } } diff --git a/integration/run_tests.py b/integration/run_tests.py index 352de01..2a9f36b 100755 --- a/integration/run_tests.py +++ b/integration/run_tests.py @@ -39,9 +39,6 @@ ] tests_not_compared = [ - "goerli/debug_accountAt/test_06.json", # debug diff on balance - "goerli/debug_accountAt/test_07.json", # debug diff on balance - "goerli/debug_accountAt/test_11.json", # debug "goerli/debug_traceBlockByHash/test_02.tar", # diff on gasCost "goerli/debug_traceBlockByHash/test_03.tar", # diff on gasCost "goerli/debug_traceBlockByHash/test_04.tar", # diff on gasCost @@ -66,11 +63,6 @@ "goerli/eth_getLogs/test_14.json", # validator doesn't support earlist and latest "goerli/eth_getLogs/test_15.json", # validator doesn't support earlist and latest - "mainnet/debug_accountAt/test_02.json", # to be debugged - "mainnet/debug_accountAt/test_05.json", # to be debugged - "mainnet/debug_accountAt/test_07.json", # to be debugged - "mainnet/debug_accountAt/test_08.json", # to be debugged - "mainnet/debug_traceBlockByNumber/test_05.tar", # json too big "mainnet/debug_traceBlockByNumber/test_06.tar", # json too big "mainnet/debug_traceBlockByNumber/test_08.tar", # json too big