neo-go/pkg/encoding
Evgeniy Stratonikov 5a3fa47b95 encoding: panic on nil slice
After `state.StorageItem` became a slice of bytes
we no longer panic on accessing `si.Value`. This helps
to ensure that nothing was broken. Providing `nil` to `FromBytes`
is probably an error anyway.
2021-03-09 12:11:26 +03:00
..
address *: change address to the new format 2020-06-17 15:58:21 +03:00
base58 remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
bigint encoding: panic on nil slice 2021-03-09 12:11:26 +03:00
fixedn fixedn: always correctly unmarshal Fixed8 values 2021-01-22 19:14:33 +03:00