laconicd-deprecated/rpc/backend
yihuang 94cab52ca1
fix(rpc): get_proof test fail because block numbers are not high enough (#1239)
* Problem: get_proof test fail because block numbers are not high enough

Solution:
- wait for app block height rather than tendermint block height

* Update tests/integration_tests/test_types.py

* keep get_proof response the same as geth

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
2022-08-12 13:20:17 +02:00
..
mocks ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
account_info.go fix(rpc): get_proof test fail because block numbers are not high enough (#1239) 2022-08-12 13:20:17 +02:00
backend_suite_test.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
backend.go Add support for miner_setGasPrice API (#1237) 2022-08-12 08:23:13 +02:00
blocks_info.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
call_tx.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
chain_info.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
evm_backend_test.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
filters.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
node_info.go Add support for miner_setGasPrice API (#1237) 2022-08-12 08:23:13 +02:00
query_client_test.go ENG 119 json rpc unit tests (#1189) 2022-07-29 10:35:07 +00:00
sign_tx.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
tracing.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
tx_info.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00
utils.go feat!: Store eth tx index separately (#1121) 2022-08-11 22:49:05 +02:00