Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter accepts multiple topics per entry. Fixes #403 | obscuren | 2015-03-02 | 1 | -4/+14 |
| | |||||
* | Cleanup RPC packcage | Taylor Gerring | 2015-02-25 | 1 | -48/+18 |
| | |||||
* | Allow zero and negative block numbers | Taylor Gerring | 2015-02-23 | 1 | -7/+0 |
| | | | | 0 is genesis block. Xeth recognises -1 as current | ||||
* | Topics => Topic. Closes #343 | obscuren | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -0/+29 |
| | |||||
* | Added optional address slice. Closes #326 | obscuren | 2015-02-17 | 1 | -2/+16 |
| | |||||
* | Unmarshal in to pointer to string | obscuren | 2015-02-15 | 1 | -3/+3 |
| | |||||
* | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -10/+0 |
| | |||||
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -3/+3 |
| | |||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -0/+9 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | More dapp samples | obscuren | 2015-01-30 | 1 | -5/+38 |
| | | | | | * Info DApp, coin DApp * Additional rpc methods | ||||
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -4/+27 |
| | |||||
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -5/+6 |
| | |||||
* | implement transact | obscuren | 2015-01-29 | 1 | -35/+2 |
| | |||||
* | updated ethereum.js and moved to subfolder | obscuren | 2015-01-29 | 1 | -0/+11 |
| | | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC | ||||
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 1 | -0/+218 |