laconicd/ethereum/rpc
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
..
backend rpc: debug_traceBlockByNumber endpoint (#555) 2021-09-15 08:46:01 +00:00
namespaces rpc: debug_traceBlockByNumber endpoint (#555) 2021-09-15 08:46:01 +00:00
pubsub fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
types all: linter (#532) 2021-09-05 11:03:06 +00:00
apis.go rpc, evm: debug_traceTransaction endpoint (#506) 2021-09-04 20:33:06 +00:00
doc.go more fixes 2021-04-18 18:39:15 +02:00
websockets.go all: linter (#532) 2021-09-05 11:03:06 +00:00