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-07-28 23:56:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
10c2a7efd6
go-ethereum
/
common
/
math
History
islishude
10c2a7efd6
all: replaces
[]byte(fmt.Sprintf(...))
by
fmt.Appendf(nil, ...)
2025-03-01 23:22:01 +08:00
..
big.go
all: replaces
[]byte(fmt.Sprintf(...))
by
fmt.Appendf(nil, ...)
2025-03-01 23:22:01 +08:00
big_test.go
common: drop BigMin and BigMax, they pollute our dep graph (
#30645
)
2024-10-21 12:45:33 +03:00
integer.go
all: replaces
[]byte(fmt.Sprintf(...))
by
fmt.Appendf(nil, ...)
2025-03-01 23:22:01 +08:00
integer_test.go
all: get rid of custom MaxUint64 and MaxUint64 (
#30636
)
2024-10-20 14:41:51 +03:00