laconicd/x/evm/types
crypto-facs 3f1eeb30b6
rpc: debug_traceBlockByNumber endpoint (#555)
* Refactor traceTx

* add getTendermintBlock on backend

* keeper concurrency

* first version

* json rpc concurrency

* rever makefile change

* remove grpc traceblock

* create internal traceBlock function

* added types to evm module

* tendermintBlockByNumber rename

* added safe message check

* remove unnecesary line

* check error

* fix lint

* fix linter

* Update ethereum/rpc/namespaces/debug/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/namespaces/debug/api.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update ethereum/rpc/backend/backend.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* improve traceBlock performance

* fix linter

* add extra line on function parameters

* changed index to uint 64

* fix lint

* proto gen

* update endpoints documentation

* update changelog

* Apply suggestions from code review

* Update ethereum/rpc/namespaces/eth/filters/filters.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-09-15 08:46:01 +00:00
..
access_list_tx.go evm: dynamic fee tx (#384) 2021-07-30 11:40:17 +00:00
access_list.go all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
callargs.go grpc: add eth_call query command (#236) 2021-07-09 09:04:46 +00:00
chain_config_test.go evm: EIP1559 & go-ethereum related updates (#469) 2021-08-25 14:45:51 +00:00
chain_config.go evm: EIP1559 & go-ethereum related updates (#469) 2021-08-25 14:45:51 +00:00
codec_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
codec.go all: linter (#532) 2021-09-05 11:03:06 +00:00
dynamic_fee_tx.go feat: fee market module (#491) 2021-08-26 10:08:11 +00:00
errors_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
errors.go all: linter (#532) 2021-09-05 11:03:06 +00:00
events.go evm: code comments and cleanup (#404) 2021-08-05 16:24:06 +00:00
evm.pb.go rpc, evm: debug_traceTransaction endpoint (#506) 2021-09-04 20:33:06 +00:00
genesis_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
genesis.go evm: ignore code bytes validation during genesis (#512) 2021-09-02 16:24:21 +00:00
genesis.pb.go proto: v1alpha to v1 (#448) 2021-08-17 15:30:35 +00:00
interfaces.go all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
key.go all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
legacy_tx.go evm: dynamic fee tx (#384) 2021-07-30 11:40:17 +00:00
logs_test.go crypto: updates from reviews (#535) 2021-09-07 17:29:24 +00:00
logs.go all: linter (#532) 2021-09-05 11:03:06 +00:00
msg_test.go crypto: updates from reviews (#535) 2021-09-07 17:29:24 +00:00
msg.go all: linter (#532) 2021-09-05 11:03:06 +00:00
params_test.go feat: fee market module (#491) 2021-08-26 10:08:11 +00:00
params.go feat: fee market module (#491) 2021-08-26 10:08:11 +00:00
query.go rpc, evm: debug_traceTransaction endpoint (#506) 2021-09-04 20:33:06 +00:00
query.pb.go rpc: debug_traceBlockByNumber endpoint (#555) 2021-09-15 08:46:01 +00:00
query.pb.gw.go evm: log pagination (#544) 2021-09-09 14:26:30 +00:00
storage_test.go all: cleanup imports (#524) 2021-09-03 18:06:36 +00:00
storage.go all: linter (#532) 2021-09-05 11:03:06 +00:00
tracer.go rpc: debug_traceBlockByNumber endpoint (#555) 2021-09-15 08:46:01 +00:00
tx_data_test.go evm: TxData as proto.Any (#220) 2021-07-05 16:39:08 +00:00
tx_data.go evm: dynamic fee tx (#384) 2021-07-30 11:40:17 +00:00
tx.go evm: treat all vm errors the same as reverted (#276) 2021-07-15 02:01:05 -04:00
tx.pb.go proto: v1alpha to v1 (#448) 2021-08-17 15:30:35 +00:00
utils_test.go crypto: updates from reviews (#535) 2021-09-07 17:29:24 +00:00
utils.go all: linter (#532) 2021-09-05 11:03:06 +00:00