erigon-pulse/cmd/rpcdaemon/commands
ledgerwatch c00f85ab6c
Simplification of eth_estimageGas (#1531)
* Simplification of eth_estimageGas

* Set GasCap by default

* Add a test

* Fix crash

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-03-02 22:47:44 +00:00
..
contracts further cleanup, unit tests for RPC daemon and tracing improvements (#1392) 2020-12-09 18:24:08 +00:00
daemon.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
db_api_deprecated.go 1209 automate documentation (#1290) 2020-10-24 18:03:52 +01:00
debug_api_test.go Implementation of debug_traceCall, add stateDiff to trace_call (#1442) 2021-01-18 11:13:19 +00:00
debug_api.go debug_accountAt (#1487) 2021-02-10 20:43:13 +00:00
error_messages.go Update docs testing (#1385) 2020-12-04 10:24:49 +00:00
eth_accounts.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_api_test.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_api.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_block.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_call_test.go Simplification of eth_estimageGas (#1531) 2021-03-02 22:47:44 +00:00
eth_call.go Simplification of eth_estimageGas (#1531) 2021-03-02 22:47:44 +00:00
eth_deprecated.go Updating RPC tests in Postman (#1340) 2020-11-09 09:52:18 +01:00
eth_filters.go rpcdaemon: subscriptions, newHeads (#1359) 2020-11-17 19:13:41 +00:00
eth_mining.go Update docs testing (#1385) 2020-12-04 10:24:49 +00:00
eth_receipts.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_system.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_txs.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
eth_uncles.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
get_chain_config_test.go rpcdaemon performance improve - less reading blocks, less allocs on server (#1426) 2021-01-02 19:28:22 +00:00
net_api.go 1209 automate documentation (#1290) 2020-10-24 18:03:52 +01:00
rpc_block.go Remove StageData (#1419) 2020-12-21 11:01:37 +00:00
send_transaction.go Updating RPC tests in Postman (#1340) 2020-11-09 09:52:18 +01:00
shh_api_deprecated.go 1209 automate documentation (#1290) 2020-10-24 18:03:52 +01:00
storage_range.go Remove changeset-based decorators from WalkAsOf (#1356) 2020-11-18 14:58:52 +00:00
test_util.go Extract validating interface (#1120) 2021-02-25 19:40:45 +00:00
tg_api.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
tg_block.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
tg_issuance.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
tg_receipts.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
tg_system.go eth_getTransactionReceipt to return nil for transactions not in the d… (#1505) 2021-02-21 09:38:00 +01:00
trace_adhoc_test.go Fixes for trace_callMany (#1506) 2021-02-21 20:18:59 +00:00
trace_adhoc.go Fixes for trace_callMany (#1506) 2021-02-21 20:18:59 +00:00
trace_api.go Support for trace_callMany (#1486) 2021-02-10 17:04:47 +00:00
trace_filtering.go WIP trace_call implementation (#1399) 2020-12-14 11:27:52 +00:00
trace_types.go Implementation of debug_traceCall, add stateDiff to trace_call (#1442) 2021-01-18 11:13:19 +00:00
tracing.go Implementation of debug_traceCall, add stateDiff to trace_call (#1442) 2021-01-18 11:13:19 +00:00
web3_api.go rpcdaemon performance improve - less reading blocks, less allocs on server (#1426) 2021-01-02 19:28:22 +00:00