go-ethereum/signer/fourbyte
Marius van der Wijden b98e4dcce4 accounts/abi: prevent recalculation of internal
In this commit, I changed the way we calculate the string
representations, sig representations and the id's of methods. Before
that these fields would be recalculated everytime someone called .Sig()
.String() or .ID() on a method or an event.

Additionally this commit fixes issue #20856 as we assign names to inputs
with no name (input with name "" becomes "arg0")
2020-04-15 11:22:04 +02: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.go accounts/abi: prevent recalculation of internal 2020-04-15 11:22:04 +02:00
abi_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
fourbyte.go signer/fourbyte: update signatures, sort and don't compress (#19957) 2019-08-19 12:46:19 +03:00
fourbyte_test.go accounts/abi: prevent recalculation of internal 2020-04-15 11:22:04 +02:00
validation.go cmd: implement abidump (#19958) 2020-01-21 15:51:36 +01:00
validation_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00