laconicd-deprecated/rpc/ethereum/namespaces/debug
Calvin Lau 481e3b82ce
rpc: add debug_tranceBlockByHash, fix debug_traceBlock* crash on non-existing block (#743)
* Problem: Missing debug_tranceBlockByHash RPC method

Solution: (Fix #742) Add the missing method

* Problem: debug_traceBlockByNumber crashed when block height not found

Solution: (Fix #744) Fix memory reference error

* Run go fmt

* Revert comment on init.sh

* Apply suggestions from code review

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

* Update rpc/ethereum/backend/backend.go

* Update rpc/ethereum/backend/backend.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-11-12 08:50:38 +00:00
..
api.go rpc: add debug_tranceBlockByHash, fix debug_traceBlock* crash on non-existing block (#743) 2021-11-12 08:50:38 +00:00
trace_fallback.go rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
trace.go rpc: fix ExpandHome restrictions bypass (#667) 2021-10-13 10:52:05 +00:00
utils.go fix: handle file close logic (#679) 2021-10-19 08:55:55 +00:00