This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-pulse
Watch
1
Star
0
Fork
0
You've already forked go-pulse
mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced
2025-01-09 12:11:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
52ed3570c4
go-pulse
/
signer
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
..
core
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-06-14 15:09:48 +03:00
fourbyte
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-06-14 15:09:48 +03:00
rules
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-06-14 15:09:48 +03:00
storage
all: replace uses of ioutil with io and os (
#24869
)
2022-05-16 11:59:35 +02:00