laconicd/rpc/ethereum/namespaces
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
..
debug rpc: add debug_tranceBlockByHash, fix debug_traceBlock* crash on non-existing block (#743) 2021-11-12 08:50:38 +00:00
eth rpc: decode raw transaction via RLP (#727) 2021-11-08 08:22:31 +00:00
miner rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
net rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
personal rpc: personal_initializeWallet (#740) 2021-11-11 15:12:14 +00:00
txpool rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
web3 rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00