neoneo-go/pkg/core/interop
Anna Shaleva 204d7f1c6a core: refactor runtime.CheckWitness interop
Removed unreachable code, see
8fed383523

runtime.CheckHashedWitness can only be used for transaction
verification, the other two options from reference implementation (block
and consensus payload) have separate methods for verification.
2020-10-26 20:26:21 +03:00
..
callback core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
contract core: introduce CheckReturnState constants 2020-10-13 19:14:44 +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 core: refactor runtime.CheckWitness interop 2020-10-26 20:26:21 +03:00
context.go vm, core: move invocation counter from InteropContext to VM 2020-10-08 11:33:26 +03:00