neoneo-go/pkg/core/transaction
Steven Jack 19a430b262 RCP server (#50)
* Adds basic RPC supporting files

* Adds interrupt handling and error chan

* Add getblock RPC method

* Update request structure

* Update names of nodes

* Allow bad addresses to be registered in discovery externally

* Small tidy up

* Few tweaks

* Check if error is close error in tcp transport

* Fix tests

* Fix priv port

* Small tweak to param name

* Comment fix

* Remove version from server

* Moves submitblock to TODO block

* Remove old field

* Bumps version and fix hex issues
2018-03-23 21:36:59 +01:00
..
asset_type.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
attr_usage.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
attribute.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
claim.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
contract.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
enrollment.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
enrollment_test.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
helper_test.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
input.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
invocation.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
issue.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
miner.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
output.go Smartcontract (#39) 2018-03-04 14:56:49 +01:00
publish.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
register.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
state.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
state_descriptor.go Persist transactions (#51) 2018-03-21 17:11:04 +01:00
transaction.go RCP server (#50) 2018-03-23 21:36:59 +01:00
transaction_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
txer.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
type.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
witness.go RCP server (#50) 2018-03-23 21:36:59 +01:00