neo-go/pkg/core/interop
Evgenii Stratonikov e4bf531e3e core: implement System.Binary.Atoi/Itoa syscalls
They follow C# conversion rules, but differ from our `bigint` module
conversions:
1. String must be big-endian.
2. Sign extension is 4-bit in size (single hex character)
   and not 8-byte.
2020-11-10 16:15:10 +03:00
..
binary core: implement System.Binary.Atoi/Itoa syscalls 2020-11-10 16:15:10 +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: implement System.Binary.Atoi/Itoa syscalls 2020-11-10 16:15:10 +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