go-ethereum/signer
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
..
core cmd/clef: add newaccount command (#20782) 2020-03-31 12:03:48 +02:00
fourbyte accounts/abi: prevent recalculation of internal 2020-04-15 11:22:04 +02:00
rules signer/rules: use goja and remove otto (#20599) 2020-01-29 13:47:56 +01:00
storage tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00