neoneo-go/pkg/vm
Anthony De Meulemeester 1a1a19da7d
Smartcontract (#39)
* deleted transfer_output added asset type and transaction result to core

* removed writing 0x00 when buffer length is 0

* Refactored emit into VM package + moved tx to own package.

* implemented transaction along with claimTransaction.

* refactored naming of transaction + added decode address for uint160 types

* removed unnecessary folder and files.

* transaction/smartcontract logic

* bumped version 0.24.0
2018-03-04 14:56:49 +01:00
..
compiler Smartcontract (#39) 2018-03-04 14:56:49 +01:00
smartcontract Compiler (#37) 2018-03-02 16:49:10 +01:00
opcode.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
opcode_string.go Update compiler (#22) 2018-02-19 10:24:28 +01:00
script_builder.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
script_builder_test.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
syscall.go Compiler (#37) 2018-03-02 16:49:10 +01:00