neoneo-go/pkg
Evgenii Stratonikov cbf26f315c compiler: save both VM and smartcontract types
VM types are used in debugger, while smartcontract ones are used in
manifest. We can't save only one of them, because conversion in either
side is lossy:
1. VM has `Array` and `Struct` but smartcontract only has `Array`.
2. Smartcontract has `Hash160` etc, which are all `ByteString` or
`Buffer` in VM.

And to spice things a bit more, return type in debugger can be `Void`,
which corresponds to no real stackitem type (as it must exist).
2020-12-09 22:35:22 +03:00
..
compiler compiler: save both VM and smartcontract types 2020-12-09 22:35:22 +03:00
config core: remove old blocks and transactions 2020-11-25 16:38:20 +03:00
consensus Merge pull request #1549 from nspcc-dev/core/fix_committee_update 2020-11-27 11:04:40 +03:00
core util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00
crypto keys: allow to create keys on arbitrary curve 2020-12-03 14:06:35 +03:00
encoding fixedn: allow to parse big decimals 2020-12-09 11:19:25 +03:00
interop smartcontract: remove contract features 2020-11-13 21:26:23 +03:00
io always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
network network/test: add tests for server commands 2020-12-09 15:23:49 +03:00
rpc rpc: marshal GAS in getunclaimedgas as decimal 2020-12-09 11:19:25 +03:00
smartcontract nef: increase version field to 32 bytes 2020-11-30 11:26:29 +03:00
util util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00
vm vm: improve coverage for default interops 2020-12-02 15:54:03 +03:00
wallet wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00