neoneo-go/pkg/wallet
Anthony De Meulemeester 4023661cf1
Refactor of the Go node (#44)
* added headersOp for safely processing headers

* Better handling of protocol messages.

* housekeeping + cleanup tests

* Added more blockchain logic + unit tests

* fixed unreachable error.

* added structured logging for all (node) components.

* added relay flag + bumped version
2018-03-09 16:55:25 +01:00
..
account.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
account_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
nep2.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
private_key.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
private_key_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif.go Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00