This website requires JavaScript.
Explore
Help
Register
Sign In
tornadocontrib
/
bsc
Watch
1
Star
0
Fork
0
You've already forked bsc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fa563982cd
bsc
/
signer
History
lmittmann
2003d543e8
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
...
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-10-28 09:03:38 +08:00
..
core
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-10-28 09:03:38 +08:00
fourbyte
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-10-28 09:03:38 +08:00
rules
all: prefer
new(big.Int)
over
big.NewInt(0)
(
#25087
)
2022-10-28 09:03:38 +08:00
storage
signer/storage: fix a badly ordered error check (
#21379
)
2021-01-11 11:22:25 +08:00