neo-go/pkg/network
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
..
payload Smartcontract (#39) 2018-03-04 14:56:49 +01:00
message.go Fix bug where channel for peers events is called after it's closed (#34) 2018-03-03 08:16:05 +01:00
message_test.go CircleCI 2 & Releases (#9) 2018-02-01 10:54:23 -08:00
peer.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
rpc.go implemented the start of JSON-RPC 2018-02-01 08:18:38 +01:00
server.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
server_test.go VM draft + cli setup (#20) 2018-02-09 17:08:50 +01:00
tcp.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00