| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #373 from tgerring/issue370 | Taylor Gerring | 2015-02-25 | 1 | -6/+6 |
|\ |
|
| * | Move amounts to global vars | Taylor Gerring | 2015-02-25 | 1 | -14/+14 |
| * | Fix duplicate leading 0x | Taylor Gerring | 2015-02-24 | 1 | -1/+1 |
| * | Convert gas values to integers | Taylor Gerring | 2015-02-24 | 1 | -14/+14 |
* | | Merge pull request #369 from tgerring/issue367 | Jeffrey Wilcke | 2015-02-25 | 1 | -8/+4 |
|\ \ |
|
| * | | Allow zero and negative block numbers | Taylor Gerring | 2015-02-23 | 1 | -8/+4 |
| |/ |
|
* / | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -7/+4 |
|/ |
|
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -0/+15 |
* | 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 |
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -9/+71 |
* | 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 |
|\ |
|
| * | Cleanup | Taylor Gerring | 2015-01-30 | 1 | -41/+0 |
* | | More dapp samples | obscuren | 2015-01-30 | 1 | -28/+77 |
|/ |
|
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -1/+1 |
* | WIP RPC interface | obscuren | 2014-10-21 | 1 | -0/+311 |