plugeth/internal/ethapi
lmittmann bc013bc42e
all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
addrlock.go all: update license information (#16089) 2018-02-14 13:49:11 +01:00
api.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
backend.go eth/filters: fix getLogs for pending block (#24949) 2022-06-07 08:31:19 +02:00
dbapi.go ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836) 2022-05-18 17:27:17 +03:00
transaction_args.go internal/ethapi: use same receiver names (#24252) 2022-01-20 10:38:42 +02:00