aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* More dapp samplesobscuren2015-01-301-5/+38
* 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
* Move argument types to separate fileTaylor Gerring2015-01-211-0/+218