plugeth/internal/ethapi
lightclient 70e1e65b1d
internal/ethapi: rename debug getters to match spec (#25176)
Some small fixes to get the existing debug methods to conform to the spec. Mainly dropping the encoding information from the method name as it should be deduced from the debug context and allowing the method to be invoked by either block number or block hash. It also adds the method debug_getTransaction which returns the raw tx bytes by tx hash. This is pretty much equivalent to the eth_getRawTransactionByHash method.
2022-08-25 10:41:37 +02:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go internal/ethapi: rename debug getters to match spec (#25176) 2022-08-25 10:41:37 +02:00
backend.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
dbapi.go all: remove concept of public/private API definitions (#25053) 2022-06-21 12:05:43 +03:00
transaction_args_test.go internal/ethapi: fix build regression (#25555) 2022-08-19 14:48:49 +02:00
transaction_args.go internal/ethapi: fix comment typo (#25548) 2022-08-19 09:01:09 +03:00