neoneo-go/pkg/core
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
..
transaction Smartcontract (#39) 2018-03-04 14:56:49 +01:00
asset_type.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
block.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
block_test.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
blockchain.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
blockchain_test.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
header_test.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
leveldb_store.go Implemented processing headers + added leveldb as a dependency. (#16) 2018-02-06 07:43:32 +01:00
memory_store.go Implemented processing headers + added leveldb as a dependency. (#16) 2018-02-06 07:43:32 +01:00
store.go Implemented processing headers + added leveldb as a dependency. (#16) 2018-02-06 07:43:32 +01:00