aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args.go
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup RPC packcageTaylor Gerring2015-02-251-48/+18
|
* Allow zero and negative block numbersTaylor Gerring2015-02-231-7/+0
| | | | 0 is genesis block. Xeth recognises -1 as current
* Topics => Topic. Closes #343obscuren2015-02-191-1/+1
|
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-0/+29
|
* Added optional address slice. Closes #326obscuren2015-02-171-2/+16
|
* Unmarshal in to pointer to stringobscuren2015-02-151-3/+3
|
* Default gas price and default gas for rpcobscuren2015-02-051-10/+0
|
* Propagate known transactions to new peers on connectobscuren2015-02-051-3/+3
|
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+9
| | | | | * Added RPC methods for whisper * Added whisper example
* More dapp samplesobscuren2015-01-301-5/+38
| | | | | * Info DApp, coin DApp * Additional rpc methods
* Reimplemented message filters for rpc callsobscuren2015-01-291-4/+27
|
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-5/+6
|
* implement transactobscuren2015-01-291-35/+2
|
* updated ethereum.js and moved to subfolderobscuren2015-01-291-0/+11
| | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* Move argument types to separate fileTaylor Gerring2015-01-211-0/+218