This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
2697e44d81
go-ethereum
/
signer
/
rules
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
..
rules.go
all: use 'embed' instead of go-bindata (
#24744
)
2022-04-25 11:15:14 +02:00
rules_test.go
all: prefer `new(big.Int)` over `big.NewInt(0)` (
#25087
)
2022-06-14 15:09:48 +03:00