neo-go/pkg/vm
Evgenii Stratonikov 1611ede58c crypto/keys: implement NewPublicKeyFromBytes()
It is convenient to have a single function instead of
allocating new `PublicKey` and using `DecodeBytes()` on it.
2020-04-13 13:13:15 +03:00
..
cli vm: make NewBigInteger accept int64 2020-03-24 11:10:56 +03:00
emit emit: implement AppCallWithOperationAndArgs 2020-03-27 11:05:36 +03:00
opcode vm: implement ISNULL opcode 2020-04-02 14:15:17 +03:00
testdata vm: implement json tests from neoVM 2019-11-06 16:22:56 +03:00
context.go Merge pull request #746 from nspcc-dev/fix/equal 2020-03-12 11:46:51 +03:00
contract_checks.go vm: implement ParseMultisigContract() 2020-03-05 09:43:14 +03:00
contract_checks_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
interop_iterators.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
json_test.go vm: add support for dynamic invocations in APPCALL 2020-03-10 17:17:36 +03:00
serialization.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
stack.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
stack_item.go vm: implement Null item 2020-04-02 14:15:17 +03:00
stack_item_test.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
stack_test.go vm: allow to push integer-like items to stack 2020-03-18 12:58:31 +03:00
state.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
state_test.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
vm.go crypto/keys: implement NewPublicKeyFromBytes() 2020-04-13 13:13:15 +03:00
vm_test.go Merge pull request #784 from nspcc-dev/neo3/null 2020-04-10 10:38:17 +03:00