| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1595 from obscuren/extra-data | Jeffrey Wilcke | 2015-08-07 | 1 | -6/+2 |
|\ |
|
| * | miner, rpc: added length check for extra data | Jeffrey Wilcke | 2015-08-07 | 1 | -6/+2 |
* | | miner, rpc: added submit hashrate for remote agents | Jeffrey Wilcke | 2015-08-06 | 2 | -0/+41 |
|/ |
|
* | Merge pull request #1461 from bas-vk/eth_resend | Jeffrey Wilcke | 2015-08-02 | 2 | -7/+19 |
|\ |
|
| * | bugfix, pending transaction was resend with new gas price/limit but not remov... | Bas van Kervel | 2015-07-28 | 2 | -7/+19 |
* | | rpc/api: add missing autocomplete commands | Péter Szilágyi | 2015-07-31 | 1 | -5/+12 |
* | | rpc: to in Call no longer required. Fixed eth_estimateGas | Jeffrey Wilcke | 2015-07-29 | 3 | -8/+4 |
* | | Merge pull request #1515 from fjl/license-fixes | Jeffrey Wilcke | 2015-07-28 | 34 | -34/+34 |
|\ \ |
|
| * | | all: fix license headers one more time | Felix Lange | 2015-07-24 | 34 | -34/+34 |
* | | | params: reduce extra data to 32 bytes | Jeffrey Wilcke | 2015-07-26 | 1 | -0/+8 |
|/ / |
|
* / | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 34 | -136/+136 |
|/ |
|
* | added net.version | Bas van Kervel | 2015-07-08 | 3 | -2/+10 |
* | all: update license information | Felix Lange | 2015-07-07 | 34 | -0/+544 |
* | Merge pull request #1428 from obscuren/coinbase-fixes | Jeffrey Wilcke | 2015-07-07 | 3 | -0/+43 |
|\ |
|
| * | eth,miner,rpc: set coinbase | Jeffrey Wilcke | 2015-07-07 | 1 | -1/+1 |
| * | cmd,eth,rpc,tests: default coinbase | Jeffrey Wilcke | 2015-07-07 | 3 | -0/+43 |
* | | fix/skip tests, adapt registrar to no contract address | zelig | 2015-07-07 | 1 | -6/+6 |
* | | rebase with zelig/frontier/registrar | Bas van Kervel | 2015-07-07 | 1 | -20/+10 |
* | | corrected input formatters as suggested during review | Bas van Kervel | 2015-07-07 | 6 | -24/+4 |
* | | fixed web3 formatters mismatch | Bas van Kervel | 2015-07-07 | 9 | -174/+73 |
* | | fix js arguments and TestContract passes | zelig | 2015-07-07 | 2 | -17/+19 |
* | | fix sleepBlocks, implement sleep | zelig | 2015-07-07 | 3 | -18/+44 |
* | | add missing method to api/admin | zelig | 2015-07-07 | 2 | -2/+17 |
* | | Registrar and contractInfo handling | zelig | 2015-07-07 | 3 | -13/+508 |
* | | Registrar and contractInfo handling | zelig | 2015-07-07 | 2 | -0/+79 |
|/ |
|
* | core, eth, rpc: proper gas used. Closes #1417 | Jeffrey Wilcke | 2015-07-07 | 2 | -5/+4 |
* | rpc, xeth: fixed returned tx hash & receipt logs | Jeffrey Wilcke | 2015-07-06 | 1 | -9/+14 |
* | Add autocomplete support for console | Taylor Gerring | 2015-07-06 | 1 | -0/+1 |
* | Cleanup | Taylor Gerring | 2015-07-05 | 1 | -4/+4 |
* | Compose additional fields | Taylor Gerring | 2015-07-05 | 2 | -5/+18 |
* | Remove redundant function | Taylor Gerring | 2015-07-05 | 1 | -1/+1 |
* | Rename local variable for clarity | Taylor Gerring | 2015-07-04 | 1 | -2/+2 |
* | Decode full receipt storage | Taylor Gerring | 2015-07-04 | 1 | -2/+4 |
* | Fix hex conversion | Taylor Gerring | 2015-07-04 | 1 | -1/+2 |
* | Initial getTransactionReceipt support | Taylor Gerring | 2015-07-04 | 2 | -0/+43 |
* | fix logging jsonrpc request #1365 | ethers | 2015-07-01 | 1 | -1/+1 |
* | Merge pull request #1328 from bas-vk/issue1327 | Jeffrey Wilcke | 2015-06-30 | 5 | -8/+252 |
|\ |
|
| * | solved merge conflicts | Bas van Kervel | 2015-06-30 | 1 | -9/+0 |
| |\ |
|
| | * | initialize fields to prevent nil pointer exception | Bas van Kervel | 2015-06-29 | 1 | -3/+8 |
| | * | add json parsing method for resend transaction | Bas van Kervel | 2015-06-29 | 2 | -2/+76 |
| | * | improved error handling in parsing request | Bas van Kervel | 2015-06-29 | 2 | -2/+8 |
| | * | fixed unittest compilation issue | Bas van Kervel | 2015-06-24 | 1 | -2/+3 |
| | * | added eth.resend | Bas van Kervel | 2015-06-24 | 4 | -0/+76 |
| | * | added eth.pendingTransactions | Bas van Kervel | 2015-06-24 | 4 | -6/+79 |
| * | | rebase with develop | Bas van Kervel | 2015-06-30 | 2 | -15/+33 |
| * | | initialize fields to prevent nil pointer exception | Bas van Kervel | 2015-06-30 | 1 | -3/+8 |
| * | | add json parsing method for resend transaction | Bas van Kervel | 2015-06-30 | 2 | -2/+76 |
| * | | improved error handling in parsing request | Bas van Kervel | 2015-06-30 | 2 | -2/+8 |
| * | | fixed unittest compilation issue | Bas van Kervel | 2015-06-30 | 1 | -2/+3 |
| * | | added eth.resend | Bas van Kervel | 2015-06-30 | 4 | -0/+76 |
| * | | added eth.pendingTransactions | Bas van Kervel | 2015-06-30 | 4 | -6/+79 |
* | | | core: reduce CPU load by reducing calls to checkQueue | Jeffrey Wilcke | 2015-06-30 | 1 | -2/+3 |
|/ / |
|
* | | core, eth, rpc: avoid unnecessary block header copying | Felix Lange | 2015-06-30 | 1 | -8/+10 |
* | | rpc: unmask pending block fields | Felix Lange | 2015-06-30 | 1 | -8/+0 |
* | | cmd/geth, rpc/api: fix reported metrics issues | Péter Szilágyi | 2015-06-25 | 1 | -15/+12 |
* | | rpc/api, cmd/geth: retrievel all percentiles, add time units | Péter Szilágyi | 2015-06-24 | 1 | -21/+22 |
* | | cmd/geth, rpc/api: extend metrics API, add a basic monitor command | Péter Szilágyi | 2015-06-24 | 3 | -32/+96 |
* | | cmd/geth, rpc/api: move the metrics into the new console | Péter Szilágyi | 2015-06-24 | 2 | -0/+69 |
|/ |
|
* | bugfix in startRPC error handling | Bas van Kervel | 2015-06-23 | 1 | -4/+4 |
* | fixed eth sign unittest | Bas van Kervel | 2015-06-22 | 4 | -8/+27 |
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 18 | -91/+152 |
* | fixed unittests | Bas van Kervel | 2015-06-22 | 1 | -29/+0 |
* | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 3 | -26/+26 |
* | moved solidity test to new rpc structure | Bas van Kervel | 2015-06-22 | 1 | -0/+110 |
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 3 | -6/+2695 |
* | fixed rpc test failure in eth.blockNumber | Bas van Kervel | 2015-06-22 | 1 | -43/+45 |
* | fixed rpc test failure in net_peerCount | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
* | fixed web3 rpc test failures | Bas van Kervel | 2015-06-22 | 1 | -0/+24 |
* | added DB api | Bas van Kervel | 2015-06-22 | 6 | -5/+295 |
* | refactored old rpc structure to new | Bas van Kervel | 2015-06-22 | 1 | -0/+4 |
* | added comms http | Bas van Kervel | 2015-06-22 | 1 | -0/+4 |
* | Merge pull request #1267 from SilentCicero/develop | Jeffrey Wilcke | 2015-06-19 | 3 | -0/+45 |
|\ |
|
| * | New DataArgs and eth_sendRawTransaction | SilentCicero | 2015-06-17 | 2 | -1/+30 |
| * | thanks subtly :) | Nick Dodson | 2015-06-16 | 1 | -1/+1 |
| * | NewSigArgs arg change. | Nick Dodson | 2015-06-16 | 1 | -1/+1 |
| * | Update utils.go | Nick Dodson | 2015-06-15 | 1 | -1/+1 |
| * | Update eth.go | Nick Dodson | 2015-06-15 | 1 | -1/+1 |
| * | Changed variable names | SilentCicero | 2015-06-15 | 1 | -7/+1 |
| * | eth_pushTx send raw signed encoded TX data to the chain through RPC | SilentCicero | 2015-06-15 | 2 | -0/+22 |
* | | Merge pull request #1260 from obscuren/tx-drop-low-tx | Jeffrey Wilcke | 2015-06-16 | 2 | -7/+10 |
|\ \ |
|
| * | | rpc/api: fixed default gas-(price) issue. | obscuren | 2015-06-15 | 2 | -7/+10 |
| |/ |
|
* / | fixed rpc/api.GasPrice | zsfelfoldi | 2015-06-15 | 1 | -1/+1 |
|/ |
|
* | upgrade web3.js with _extend support | Bas van Kervel | 2015-06-11 | 7 | -6/+51 |
* | added net API | Bas van Kervel | 2015-06-11 | 1 | -0/+8 |
* | added miner API | Bas van Kervel | 2015-06-11 | 1 | -1/+5 |
* | added console command | Bas van Kervel | 2015-06-11 | 3 | -15/+19 |
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+5 |
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 3 | -0/+122 |
* | added shh API | Bas van Kervel | 2015-06-11 | 6 | -5/+370 |
* | cleanup of javascript API | Bas van Kervel | 2015-06-11 | 9 | -88/+89 |
* | added txpool API | Bas van Kervel | 2015-06-11 | 4 | -1/+91 |
* | upgrade web3.js with _extend support | Bas van Kervel | 2015-06-11 | 5 | -79/+79 |
* | added admin API | Bas van Kervel | 2015-06-11 | 14 | -203/+613 |
* | added personal API | Bas van Kervel | 2015-06-11 | 5 | -9/+259 |
* | added debug API | Bas van Kervel | 2015-06-11 | 5 | -1/+270 |
* | added net API | Bas van Kervel | 2015-06-11 | 9 | -11/+141 |
* | added miner API | Bas van Kervel | 2015-06-11 | 5 | -1/+323 |
* | added console command | Bas van Kervel | 2015-06-11 | 7 | -46/+165 |
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+5 |
* | added RPC/IPC support | Bas van Kervel | 2015-06-11 | 1 | -0/+41 |
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 7 | -0/+1911 |