neoneo-go/pkg/core/interop
Evgenii Stratonikov 30526046e7 native: don't push void result in Call
This was done in https://github.com/neo-project/neo/pull/1693
for native calls. `OnPersist` script still uses `DROP` though
as value is pushed via `CheckReturn` logic for regular calls.
2020-09-25 16:32:10 +03:00
..
callback core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
contract native: don't push void result in Call 2020-09-25 16:32:10 +03:00
crypto crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
enumerator core: add VM into interop context 2020-08-07 16:15:24 +03:00
interopnames core/interop: add base58 encoding/decoding syscalls 2020-08-23 17:19:56 +03:00
iterator core: add VM into interop context 2020-08-07 16:15:24 +03:00
json core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
runtime interop: allow to call CheckWitness without AllowStates 2020-08-27 10:29:29 +03:00
context.go native: don't push void result in Call 2020-09-25 16:32:10 +03:00