neoneo-go/pkg
Evgenii Stratonikov 42ae226f9e native: use proper stack for result
When native method calls other contract result should be put
on the stack of current context. With oracles this problem wasn't
noticed because of void return type.
2020-11-24 12:17:28 +03:00
..
compiler manifest: include contract Name 2020-11-24 11:23:44 +03:00
config core: allow to use state root in header 2020-11-20 17:16:32 +03:00
consensus core: allow to use state root in header 2020-11-20 17:16:32 +03:00
core native: use proper stack for result 2020-11-24 12:17:28 +03:00
crypto keys: don't panic if signature has invalid size 2020-10-07 10:04:19 +03:00
encoding state: use more efficient encoding for amount 2020-09-21 21:51:33 +03:00
internal hash: introduce memory-optimized merkle root hash calculation routine 2020-09-15 18:38:15 +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 rpc: implement getproof RPC 2020-11-20 18:06:22 +03:00
rpc manifest: include contract Name 2020-11-24 11:23:44 +03:00
smartcontract manifest: include contract Name 2020-11-24 11:23:44 +03:00
util *: use proper YAML library import path, fix #1306 2020-08-12 16:31:06 +03:00
vm native: use proper stack for result 2020-11-24 12:17:28 +03:00
wallet cli: add tests for wallet import-deployed 2020-09-18 12:07:02 +03:00