neo-go/internal
Roman Khimov aab18c3083 stackitem: introduce Convertible interface
We have a lot of native contract types that are converted to stack items
before serialization, then deserialized as stack items and converted back to
regular structures. stackitem.Convertible allows to remove a lot of repetitive
io.Serializable code.

This also introduces to/from converter in testserdes which unfortunately
required to change util tests to avoid circular references.
2021-07-19 15:42:42 +03:00
..
fakechain rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00
keytestcases core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
random pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
testchain cli,compiler: allow to specify manifest permissions 2021-06-04 11:16:22 +03:00
testserdes stackitem: introduce Convertible interface 2021-07-19 15:42:42 +03:00