bsc/signer/fourbyte
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
..
4byte.go signer/fourbyte: update signatures, sort and don't compress (#19957) 2019-08-19 12:46:19 +03:00
4byte.json signer/fourbyte: update signatures, sort and don't compress (#19957) 2019-08-19 12:46:19 +03:00
abi_test.go signer: docs - replace wiki links with new doc pages (#22069) 2020-12-27 22:18:57 +01:00
abi.go signer, log: properly escape character sequences (#20987) 2020-04-28 14:28:38 +03:00
fourbyte_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-04-20 09:01:04 +02:00
fourbyte.go signer/fourbyte: update signatures, sort and don't compress (#19957) 2019-08-19 12:46:19 +03:00
validation_test.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-10-28 09:03:38 +08:00
validation.go signer/core: move API JSON types to separate package (#23275) 2021-07-29 16:06:44 +02:00