This website requires JavaScript.
Explore
Help
Sign In
forks
/
go-ethereum
Watch
1
Star
0
Fork
You've already forked go-ethereum
1
mirror of
https://github.com/ethereum/go-ethereum.git
synced
2026-03-02 09:33:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
30602163d5
go-ethereum
/
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