Taylor Gerring
|
c38630af23
|
Test blockHeightFromJsonInvalid
|
2015-03-27 00:13:03 +01:00 |
|
Taylor Gerring
|
e0781c2548
|
NewTxArgs accept numbers or strings for value/gas/gasprice
|
2015-03-27 00:07:28 +01:00 |
|
Taylor Gerring
|
3fcef54f9b
|
tidy
|
2015-03-26 22:58:12 +01:00 |
|
Taylor Gerring
|
6bd1f6cc49
|
Merge remote-tracking branch 'origin' into rpcargs
Conflicts:
rpc/args.go
|
2015-03-26 22:42:46 +01:00 |
|
Taylor Gerring
|
bb12dbe233
|
Prefer args as strings not objects
|
2015-03-26 22:35:42 +01:00 |
|
Taylor Gerring
|
7eed7e1d96
|
Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs
|
2015-03-26 22:27:06 +01:00 |
|
Taylor Gerring
|
2c5a32ebbc
|
Undo XEth changes
|
2015-03-26 22:24:48 +01:00 |
|
Taylor Gerring
|
49a912ce33
|
Undo xeth changes
|
2015-03-26 22:14:31 +01:00 |
|
Taylor Gerring
|
1f3814141b
|
WhisperMessageArgs
|
2015-03-26 21:07:50 +01:00 |
|
Taylor Gerring
|
9ca87afd0b
|
WhisperFilterArgs
|
2015-03-26 20:52:09 +01:00 |
|
Taylor Gerring
|
81f36df910
|
CompileArgs
|
2015-03-26 20:31:00 +01:00 |
|
Taylor Gerring
|
ddcc8e1673
|
SubmitWorkArgs tests
|
2015-03-26 20:25:30 +01:00 |
|
Taylor Gerring
|
b414a1303f
|
WhisperIdentityArgs
|
2015-03-26 20:20:43 +01:00 |
|
Taylor Gerring
|
1f1e98f96b
|
FilterIdArgs
|
2015-03-26 20:10:31 +01:00 |
|
Taylor Gerring
|
62ebf999bf
|
FilterStringArgs tests
|
2015-03-26 20:04:03 +01:00 |
|
Taylor Gerring
|
e21ce9a9b4
|
DbHexArgs tests
|
2015-03-26 19:39:40 +01:00 |
|
Taylor Gerring
|
f68ca2b6e6
|
DbArgs tests
|
2015-03-26 19:34:32 +01:00 |
|
Taylor Gerring
|
3ab9f26943
|
Accept number or string for BlockFilterArgs limit/offset
|
2015-03-26 19:17:25 +01:00 |
|
Taylor Gerring
|
6661bc35ef
|
Accept number or string for BlockFilterArgs to/fromBlock
|
2015-03-26 17:27:29 +01:00 |
|
Taylor Gerring
|
745dd5b7a5
|
Sha3Args
|
2015-03-26 16:19:33 +01:00 |
|
Taylor Gerring
|
f695d01354
|
Convert error checks to Expect functions
|
2015-03-26 16:16:17 +01:00 |
|
Taylor Gerring
|
3472823be9
|
HashIndexArgs
|
2015-03-26 14:17:32 +01:00 |
|
Taylor Gerring
|
cb103c089a
|
BlockNumIndexArgs
|
2015-03-26 13:57:41 +01:00 |
|
Taylor Gerring
|
cd6b3fd28a
|
GetDataArgs
|
2015-03-26 13:50:22 +01:00 |
|
Taylor Gerring
|
a49c81547c
|
DecodeParamError -> InvalidTypeError for unexpected input type
|
2015-03-26 13:45:06 +01:00 |
|
Taylor Gerring
|
ca03e97697
|
Add InvalidTypeError
|
2015-03-26 13:33:44 +01:00 |
|
Taylor Gerring
|
c139af5826
|
GetBalanceArgs
|
2015-03-26 13:10:31 +01:00 |
|
Taylor Gerring
|
4523a00b91
|
GetTxCountArgs
|
2015-03-26 12:47:00 +01:00 |
|
obscuren
|
c33dc3e328
|
moved helper
|
2015-03-26 12:40:09 +01:00 |
|
obscuren
|
83b0cad766
|
fixed block filter args
|
2015-03-26 12:34:59 +01:00 |
|
obscuren
|
b8a667deed
|
debug log
|
2015-03-26 12:15:25 +01:00 |
|
obscuren
|
4ba850639e
|
updated web3.js light for console
|
2015-03-26 12:15:12 +01:00 |
|
Taylor Gerring
|
9c4504dc41
|
GetStorageAtArgs
|
2015-03-26 12:11:28 +01:00 |
|
obscuren
|
eb433731aa
|
Fixed filter and refactored code
|
2015-03-26 12:06:14 +01:00 |
|
Taylor Gerring
|
300d36b864
|
improved NewTxArgs tests
|
2015-03-26 11:59:35 +01:00 |
|
Taylor Gerring
|
ad2089b0a3
|
Add blockHeightFromJson convenience function
|
2015-03-26 11:59:16 +01:00 |
|
Taylor Gerring
|
493e0d7be8
|
improved GetBlockByNumber tests
|
2015-03-26 11:07:14 +01:00 |
|
Taylor Gerring
|
93af30a6f6
|
improved GetBlockByHashArgs tests
|
2015-03-26 11:06:45 +01:00 |
|
Taylor Gerring
|
bd1a54f076
|
GetStorageArgs
|
2015-03-26 10:52:32 +01:00 |
|
Taylor Gerring
|
966cfa4bdd
|
NewTxArgs
|
2015-03-26 10:34:21 +01:00 |
|
Taylor Gerring
|
c7dc379da5
|
GetBlockByHashArgs
|
2015-03-26 10:14:52 +01:00 |
|
Jeffrey Wilcke
|
aa1eae67ec
|
Merge pull request #560 from tgerring/xethcleanup
XEth cleanup
|
2015-03-25 13:55:46 +01:00 |
|
Taylor Gerring
|
2b93843d86
|
Improve protocol version reporting
|
2015-03-25 12:09:55 +01:00 |
|
obscuren
|
3301f6ecef
|
back to debug log
|
2015-03-24 23:55:48 +01:00 |
|
obscuren
|
97bf9f1521
|
Temp fix for console output
|
2015-03-24 23:50:27 +01:00 |
|
obscuren
|
c38a3b4cc7
|
Better error reporting in the console. Updated ethereum.js
|
2015-03-24 17:49:28 +01:00 |
|
Taylor Gerring
|
59b6b619a2
|
Don't expose backend directly
|
2015-03-24 16:33:37 +01:00 |
|
Taylor Gerring
|
e954c24af0
|
Implement RPC net_version
|
2015-03-23 18:06:05 +01:00 |
|
Taylor Gerring
|
1cf6ca8f10
|
Add Close() method to EthereumApi
To close the handler for LDB
|
2015-03-23 17:41:50 +01:00 |
|
Taylor Gerring
|
1e61b75cbf
|
tests + fixes
|
2015-03-23 17:33:01 +01:00 |
|