neoneo-go/pkg/vm
Roman Khimov 252a9f2f31
Merge pull request #690 from nspcc-dev/feature/getapplicationlog
rpc: implement getapplicationlog RPC
2020-03-02 17:41:32 +03:00
..
cli compiler: move it up from vm 2019-12-03 18:23:46 +03:00
emit compiler: use uint16 for label numbers 2020-02-21 17:45:45 +03:00
opcode vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
testdata vm: implement json tests from neoVM 2019-11-06 16:22:56 +03:00
context.go rpc: implement getapplicationlog RPC 2020-03-02 17:25:27 +03:00
contract_checks.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
contract_checks_test.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
interop.go vm: make SerializeItem/DeserializeItem public APIs 2020-02-07 15:34:59 +03:00
interop_iterators.go vm: implement Neo.Iterator.* interops 2019-12-24 10:21:47 +03:00
json_test.go tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
output.go vm: add IterBack to the Stack to iterate bottom-to-top 2019-11-27 13:00:11 +03:00
serialization.go Merge pull request #642 from nspcc-dev/feature/emit 2020-02-08 15:56:48 +03:00
stack.go vm: move IntToBytes and BytesToInt to emit package 2020-02-06 18:45:37 +03:00
stack_item.go rpc: implement getapplicationlog RPC 2020-03-02 17:25:27 +03:00
stack_item_test.go rpc: implement getapplicationlog RPC 2020-03-02 17:25:27 +03:00
stack_test.go vm: optimize ROLL/ROT, refactor common code 2019-12-16 19:53:21 +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 vm: leave single CHECKMULTISIG implementation 2020-02-05 17:17:22 +03:00
vm_test.go tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00