Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert gas values to integers | Taylor Gerring | 2015-02-24 | 1 | -14/+14 |
| | | | | Fixes #370 | ||||
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -0/+15 |
| | | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found | ||||
* | unlock mutex | obscuren | 2015-02-21 | 1 | -0/+2 |
| | |||||
* | Fixed chain event issue | obscuren | 2015-02-20 | 1 | -4/+2 |
| | |||||
* | fixed merge | obscuren | 2015-02-20 | 1 | -0/+47 |
|\ | |||||
| * | Add setMining RPC method | Taylor Gerring | 2015-02-20 | 1 | -0/+11 |
| | | |||||
| * | Add serpent compilation to RPC | Taylor Gerring | 2015-02-20 | 1 | -0/+23 |
| | | |||||
| * | Added uninstall filter methods | Taylor Gerring | 2015-02-19 | 1 | -0/+13 |
| | | |||||
* | | Added timeout for filter & removed clipboard. Closes #350 | obscuren | 2015-02-20 | 1 | -13/+59 |
| | | |||||
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -0/+1 |
| | | |||||
* | | Topics => Topic. Closes #343 | obscuren | 2015-02-19 | 1 | -5/+5 |
|/ | |||||
* | Forgot to add the case for logs. Closes #336 | obscuren | 2015-02-18 | 1 | -18/+9 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -0/+6 |
| | |||||
* | Implement register and watchTx | obscuren | 2015-02-17 | 1 | -2/+58 |
| | |||||
* | Use a mutex write-lock for a write operation | obscuren | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | pending / chain event | obscuren | 2015-02-06 | 1 | -0/+26 |
| | |||||
* | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -4/+13 |
| | |||||
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | Added whisper messages | obscuren | 2015-01-30 | 1 | -2/+24 |
| | | | | * have identity & get messages | ||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -9/+71 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | default values removed | obscuren | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4 | obscuren | 2015-01-30 | 1 | -18/+0 |
|\ | | | | | | | | | Conflicts: rpc/message.go | ||||
| * | Cleanup | Taylor Gerring | 2015-01-30 | 1 | -41/+0 |
| | | |||||
* | | More dapp samples | obscuren | 2015-01-30 | 1 | -28/+77 |
|/ | | | | | * Info DApp, coin DApp * Additional rpc methods | ||||
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -4/+87 |
| | |||||
* | Samples and disams cmd for evm code | obscuren | 2015-01-29 | 1 | -1/+14 |
| | |||||
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -2/+17 |
| | |||||
* | removed create | obscuren | 2015-01-29 | 1 | -11/+0 |
| | |||||
* | implement transact | obscuren | 2015-01-29 | 1 | -2/+9 |
| | |||||
* | updated ethereum.js and moved to subfolder | obscuren | 2015-01-29 | 1 | -1/+14 |
| | | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC | ||||
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -5/+5 |
| | |||||
* | moving to a better xeth | obscuren | 2015-01-29 | 1 | -20/+15 |
| | |||||
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 1 | -3/+12 |
| | |||||
* | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 1 | -0/+47 |
| | | | | Off of jsonWrapper | ||||
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 1 | -211/+0 |
| | |||||
* | Stub missing UnmarshalJSON methods | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -2/+3 |
| | |||||
* | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 1 | -0/+37 |
| | |||||
* | Added license headers | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -25/+9 |
| | |||||
* | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 1 | -168/+175 |
| | | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC | ||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -1/+1 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | WIP RPC interface | obscuren | 2014-10-21 | 1 | -0/+311 |