| Commit message (Expand) | Author | Age | Files | Lines |
* | GetBlockByHashArgs | Taylor Gerring | 2015-03-26 | 1 | -2/+5 |
* | Don't return empty block for "pending" #568 | Taylor Gerring | 2015-03-26 | 1 | -6/+2 |
* | Fixed storage. Closes #516 | obscuren | 2015-03-26 | 1 | -1/+1 |
* | Improve protocol version reporting | Taylor Gerring | 2015-03-25 | 1 | -2/+10 |
* | WithState -> withState | Taylor Gerring | 2015-03-25 | 1 | -2/+3 |
* | DRY up height logic | Taylor Gerring | 2015-03-25 | 1 | -31/+20 |
* | Shuffle | Taylor Gerring | 2015-03-25 | 1 | -5/+6 |
* | Move Frontend interface to separate file | Taylor Gerring | 2015-03-24 | 1 | -27/+0 |
* | Update internal calls to use CurrentBlock() | Taylor Gerring | 2015-03-24 | 1 | -3/+3 |
* | Don't expose backend directly | Taylor Gerring | 2015-03-24 | 1 | -6/+17 |
* | Remove redundant fields | Taylor Gerring | 2015-03-24 | 1 | -33/+24 |
* | rename eth to backend | Taylor Gerring | 2015-03-24 | 1 | -16/+16 |
* | Backend no longer needed to resolve import cycle | Taylor Gerring | 2015-03-24 | 1 | -30/+4 |
* | Implement RPC net_version | Taylor Gerring | 2015-03-24 | 1 | -1/+3 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
* | "pending" convention should be -2 instead of 0 | Taylor Gerring | 2015-03-23 | 1 | -1/+14 |
* | Move RemoteAgent to miner pkg | Taylor Gerring | 2015-03-23 | 1 | -3/+3 |
* | Rename Agent to RemoteAgent | Taylor Gerring | 2015-03-23 | 1 | -3/+3 |
* | Move remote mining agent to XEth | Taylor Gerring | 2015-03-23 | 1 | -0/+8 |
* | Get work / submit work partially implemented. | obscuren | 2015-03-22 | 1 | -0/+2 |
* | Removed some comments | obscuren | 2015-03-21 | 1 | -2/+1 |
* | merge | obscuren | 2015-03-20 | 1 | -16/+308 |
|\ |
|
| * | Merge branch 'rpcxeth' into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -16/+308 |
| |\ |
|
| | * | Move Account register to xeth | Taylor Gerring | 2015-03-20 | 1 | -0/+36 |
| | * | Move transact gas check to XEth | Taylor Gerring | 2015-03-20 | 1 | -4/+14 |
| | * | Reorg for clarity | Taylor Gerring | 2015-03-20 | 1 | -7/+29 |
| | * | Move gas defaults to XEth | Taylor Gerring | 2015-03-20 | 1 | -5/+5 |
| | * | Move stateAt func to XEth | Taylor Gerring | 2015-03-20 | 1 | -0/+18 |
| | * | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 1 | -1/+204 |
| |/ |
|
* | | merge | obscuren | 2015-03-19 | 1 | -8/+8 |
|\| |
|
| * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -13/+13 |
* | | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -27/+23 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -28/+28 |
* | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 1 | -13/+13 |
* | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-13 | 1 | -0/+1 |
|\ |
|
| * | Add web3_clientVersion | Taylor Gerring | 2015-03-13 | 1 | -0/+1 |
* | | Implemented managed state | obscuren | 2015-03-13 | 1 | -2/+2 |
* | | Implemented a manage state for keeping track of nonces | obscuren | 2015-03-13 | 1 | -1/+1 |
|/ |
|
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -4/+9 |
* | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 1 | -12/+11 |
* | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 1 | -7/+13 |
* | Default block number changes | obscuren | 2015-03-12 | 1 | -1/+1 |
* | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -52/+111 |
|\ |
|
| * | xeth: fix signing transaction after unlock | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| * | xeth: use Frontend interface to unlock accounts | Felix Lange | 2015-03-10 | 1 | -23/+55 |
| * | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -2/+16 |
| |\ |
|
| * | | xeth: don't sign transactions for tx call | Felix Lange | 2015-03-10 | 1 | -26/+31 |
| * | | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 |
| * | | accounts: use pointers consistently | Felix Lange | 2015-03-08 | 1 | -1/+1 |
| * | | accounts, core, eth, xeth: use account manager for everything | Felix Lange | 2015-03-07 | 1 | -6/+12 |
| * | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -12/+28 |
* | | | Update response types | Taylor Gerring | 2015-03-11 | 1 | -0/+15 |
* | | | wip | obscuren | 2015-03-10 | 1 | -10/+16 |
|\ \ \
| | |/
| |/| |
|
| * | | Added ui.Interface to xeth | obscuren | 2015-03-09 | 1 | -1/+14 |
| * | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+2 |
| |/ |
|
| * | GetOrNew for accessors. Fixes #404 | obscuren | 2015-03-02 | 1 | -8/+0 |
* | | Undo client_version changes | Taylor Gerring | 2015-03-10 | 1 | -5/+0 |
* | | Increased args test coverage | Taylor Gerring | 2015-03-06 | 1 | -4/+8 |
* | | Refactor & cleanup | Taylor Gerring | 2015-03-06 | 1 | -8/+4 |
* | | Add client_version RPC message | Taylor Gerring | 2015-03-04 | 1 | -0/+5 |
|/ |
|
* | wip | obscuren | 2015-02-26 | 1 | -4/+18 |
* | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -5/+5 |
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -7/+5 |
* | fixed merge | obscuren | 2015-02-20 | 1 | -0/+11 |
|\ |
|
| * | Add setMining RPC method | Taylor Gerring | 2015-02-20 | 1 | -0/+11 |
* | | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -3/+3 |
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -13/+16 |
|/ |
|
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -2/+1 |
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 1 | -5/+9 |
* | wip | obscuren | 2015-02-13 | 1 | -1/+0 |
|\ |
|
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -1/+0 |
* | | removed messages | obscuren | 2015-02-13 | 1 | -9/+0 |
|/ |
|
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -10/+14 |
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -5/+7 |
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -6/+15 |
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -0/+28 |
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -13/+55 |
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -34/+34 |
* | clean up of xeth | obscuren | 2015-01-29 | 1 | -1/+210 |
* | moving to a better xeth | obscuren | 2015-01-29 | 1 | -173/+1 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+1 |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -0/+181 |