laconicd-deprecated/rpc/backend
mergify[bot] 949674e511
fix(rpc): align fee history (backport #1611) (#1620)
* fix(rpc): align fee history (#1611)

* update nix

* add next fee in fee history

* fix test

* add change doc

* height + 1 for next fee

* cross check baseFeePerGas len

* Update tests/integration_tests/test_fee_history.py

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>

* fix oldestBlock & align earliest input as eth

* update doc

* update nix

* isort test_fee_history.py

* fix test

* align rpc res as eth

* add cross check

* add baseFeePerGas len check

* add oldestBlock check

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
(cherry picked from commit 47fdfd3d8318358c2578b610bc35bc8c1ebb131e)

# Conflicts:
#	CHANGELOG.md

* address merge conflicts

Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: MalteHerrmann <malte@evmos.org>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2023-01-20 16:49:30 +01:00
..
mocks tests: Add unit tests for rpc client endpoints (#1409) 2022-11-17 01:35:15 +00:00
account_info_test.go tests: Add unit tests for rpc client endpoints (#1409) 2022-11-17 01:35:15 +00:00
account_info.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
backend_suite_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
backend.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
blocks_test.go tests: Add unit tests for rpc client endpoints (#1409) 2022-11-17 01:35:15 +00:00
blocks.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
call_tx_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
call_tx.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
chain_info_test.go fix(rpc): align fee history (backport #1611) (#1620) 2023-01-20 16:49:30 +01:00
chain_info.go fix(rpc): align fee history (backport #1611) (#1620) 2023-01-20 16:49:30 +01:00
client_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
evm_query_client_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
feemarket_query_client_test.go tests: Add unit tests for rpc client endpoints (#1409) 2022-11-17 01:35:15 +00:00
filters_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
filters.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
node_info_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
node_info.go Problem: personal_newAccount don't work (#1561) 2022-12-21 19:55:49 -05:00
sign_tx_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
sign_tx.go make missing key error message during SendTransaction more verbose (#1563) 2022-12-20 21:58:30 +00:00
tracing_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
tracing.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
tx_info_test.go chore: run gofumpt for non-generated files & fix tools/tools.go (#1590) 2023-01-05 17:22:18 +01:00
tx_info.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
utils_test.go fix(rpc): different result from eth_getProof comparing with Ethereum (#1431) 2022-11-06 09:27:33 +01:00
utils.go fix(rpc): align fee history (backport #1611) (#1620) 2023-01-20 16:49:30 +01:00