neoneo-go/pkg/core
Anthony De Meulemeester f3f6662fc9
Base wallet implementation (#35)
* Initial draft of the neo-go wallet

* Cleanup + more test for util package

* integrated wallet into neo-cli partially

* base wallet implementation + smartcontract code.
2018-03-02 16:24:09 +01:00
..
block.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
block_test.go Fixed header sync issue (#17) 2018-02-07 15:16:50 +01:00
blockchain.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
blockchain_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
header_test.go Fixed header sync issue (#17) 2018-02-07 15:16:50 +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
transaction.go Separate TransactionType to new file (#8) 2018-02-01 10:05:56 -08:00
transaction_type.go Separate TransactionType to new file (#8) 2018-02-01 10:05:56 -08:00
witness.go Fixed header sync issue (#17) 2018-02-07 15:16:50 +01:00