Taylor Gerring
176115e22e
More empty param tests
10 years ago
Taylor Gerring
0339a13862
RPC empty args tests
10 years ago
Taylor Gerring
719effa7ec
Return error when filter params are not strings
10 years ago
Taylor Gerring
03ac0f18ae
Initial support to remove Whisper identities per #491
10 years ago
Maran
7330c97b5b
DRY up the use of toHex in the project and move it to common
10 years ago
Taylor Gerring
5757f547a6
Allow latest/pending in filter options
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
16ecb1e2ea
rpc
...
- camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id
- jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre
10 years ago
obscuren
12cee1377f
Increased filter ticker time to 5 minutes
10 years ago
Maran
991993357c
DRY up the use of fromHex and put it in ethutil
10 years ago
Taylor Gerring
f49e17eb39
Return null coinbase when accounts not created
...
Was previously returning nonsensical “0x”
10 years ago
Taylor Gerring
e3b64d70c2
Rename db_put db_get
10 years ago
Taylor Gerring
d3f96dc720
Consolidate error type switch
10 years ago
Taylor Gerring
0932f84383
Fix eth_newBlockFilter
10 years ago
Taylor Gerring
d4ed66c83d
Add web3_clientVersion
10 years ago
Taylor Gerring
094f921e50
Convert to proper errors
...
Allow returning different JSON RPC error codes depending on error type
10 years ago
Taylor Gerring
14bdcd2c05
Fix arg names in tests
10 years ago
obscuren
2273155e7e
Get transaction implemented
...
* Added a GetTransaction to XEth
* Implemented the `eth_getTransactionByHash` RPC method
10 years ago
Taylor Gerring
4418e4ea6a
Should on empty params #466
10 years ago
Taylor Gerring
21fca93852
Output filter ID as hex
10 years ago
Taylor Gerring
704914be08
Check for existance of key before delete
10 years ago
Taylor Gerring
70f6f2af07
shh_uninstallFilter
10 years ago
Taylor Gerring
c2181fdbf2
block&index args unmarshal plus test
10 years ago
obscuren
c01d4c2f4c
Lowered default gas price and increased default gas limit
10 years ago
obscuren
e8d1b622d9
Default block number changes
10 years ago
Taylor Gerring
90f34ed40a
Rename Topic to Topics
10 years ago
Taylor Gerring
9e89c803f1
Get Uncles
10 years ago
Taylor Gerring
53ac85cfd3
BlockHash must be a string
10 years ago
Taylor Gerring
d465e410ef
TxIndex -> Index
10 years ago
Taylor Gerring
9ce5229ddf
Get transaction via block & index
10 years ago
Taylor Gerring
ece29c5d8d
Nil check block
10 years ago
Taylor Gerring
499f816e30
Output hex should be prepended with 0x
10 years ago
Taylor Gerring
fda4d02f94
Left-pad odd length hex inputs and tests
10 years ago
obscuren
ce595b9266
fallback
10 years ago
obscuren
35841e5190
id to hex
10 years ago
obscuren
f22684439a
Updated RPC
...
* Added a generic RawMessage deserialiser
* Updated ethereum.js
* Updated coin test app
10 years ago
Taylor Gerring
3d6519e45b
Update response types
10 years ago
obscuren
bbe8b18660
Added unmarshalState
10 years ago
Taylor Gerring
3de51f76ee
Allow integers for BlockNumber
...
If parsing fails, fall back to hex decoding
10 years ago
Felix Lange
6a7e02fc9f
rpc/http: delete package
10 years ago
Felix Lange
a11f1d6a7e
rpc: add dataDir parameter and JSON-RPC handler
10 years ago
Felix Lange
b4fa94c4b1
xeth: don't sign transactions for tx call
...
This should make calls faster and removes interaction
with account manager.
10 years ago
obscuren
a7538d0020
merge
10 years ago
obscuren
676a0de58d
Max size JSON data. Closes #418
10 years ago
Taylor Gerring
9723191b19
Undo client_version changes
10 years ago
Taylor Gerring
fb23a0cfe0
Remove support for compiling serpent
10 years ago
obscuren
20741a96ac
Updated xeth instances to take extra param for ui.Interface
...
Please be aware that if any of the instances on xeth.frontend are called
the program will crash due to the default, temporarily, frontend
interface.
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
10 years ago
Taylor Gerring
dc7022cd61
Increased args test coverage
10 years ago
Gustav Simonsson
bc45e5c6de
Integrate eth_accounts and eth_transact to use new account manager
...
* Add from to eth_transact / xeth.Transact and add static pass in lieu
of integrating with native Mist window for user passphrase entry
* Make eth_accounts return AccountManager.Accounts()
* Add a Generate Key menu item in Mist
10 years ago