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-13 15:26:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
op-geth
/
cmd
/
evm
/
internal
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
..
compiler
asm: remove unused parameter for function Lex (
#18058
)
2019-03-14 10:35:55 +01:00
t8ntool
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-06-14 15:09:48 +03:00