6 Commits

Author SHA1 Message Date
Jae Kwon
6d6f061f19 Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
2015-04-12 17:46:16 -07:00
Jae Kwon
675dbf0e9c Merge branch 'rpc_jae' into develop
Conflicts:
	node/node.go
	rpc/core/accounts.go
	rpc/core_client/client.go
	rpc/handlers.go
	rpc/http_server.go
	rpc/test/helpers.go
	rpc/test/http_rpc_test.go
	rpc/test/json_rpc_test.go
2015-04-08 14:27:03 -07:00
Jae Kwon
7356556938 Some renames and small fixes. 2015-04-08 12:30:49 -07:00
Ethan Buchman
6b5383918f rpc: fix memcount error in tests 2015-04-07 02:02:03 -05:00
Ethan Buchman
5a2ff3d45b rpc: test CallCode and Call 2015-04-07 00:34:27 -05:00
Ethan Buchman
3bedcbf94d rpc: tests cleanup, use client lib for JSONRPC testing too 2015-04-07 00:34:27 -05:00