forked from cerc-io/laconicd-deprecated
* 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> |
||
|---|---|---|
| .. | ||
| access_list_tx.go | ||
| access_list.go | ||
| callargs.go | ||
| chain_config_test.go | ||
| chain_config.go | ||
| codec_test.go | ||
| codec.go | ||
| dynamic_fee_tx.go | ||
| errors_test.go | ||
| errors.go | ||
| events.go | ||
| evm.pb.go | ||
| genesis_test.go | ||
| genesis.go | ||
| genesis.pb.go | ||
| interfaces.go | ||
| key.go | ||
| legacy_tx.go | ||
| logs_test.go | ||
| logs.go | ||
| msg_test.go | ||
| msg.go | ||
| params_test.go | ||
| params.go | ||
| query.go | ||
| query.pb.go | ||
| query.pb.gw.go | ||
| storage_test.go | ||
| storage.go | ||
| tracer.go | ||
| tx_data_test.go | ||
| tx_data.go | ||
| tx.go | ||
| tx.pb.go | ||
| utils_test.go | ||
| utils.go | ||