plugeth/signer/fourbyte
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
..
4byte.json signer/fourbyte: remove offending signatures (#24842) 2022-05-10 13:54:11 +02: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/fourbyte: add support for nested types in selectors (#24407) 2022-03-04 13:39:09 +01:00
fourbyte_test.go all: use T.TempDir to create temporary test directories (#24633) 2022-04-08 15:44:55 +02:00
fourbyte.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
validation_test.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
validation.go signer/core: move API JSON types to separate package (#23275) 2021-07-29 16:06:44 +02:00