This website requires JavaScript.
Explore
Help
Sign In
status-im
/
op-geth
Watch
2
Star
0
Fork
0
You've already forked op-geth
mirror of
https://github.com/status-im/op-geth.git
synced
2025-02-12 23:06:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
op-geth
/
internal
/
ethapi
History
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