| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'hotfix/0.9.34-1' into develop | Jeffrey Wilcke | 2015-06-30 | 2 | -16/+19 |
|\ |
|
| * | core, miner: added queued write to WriteBlock | Jeffrey Wilcke | 2015-06-30 | 2 | -16/+19 |
| * | Merge branch 'release/0.9.34' | Jeffrey Wilcke | 2015-06-30 | 446 | -332051/+16510 |
| |\ |
|
| * \ | Merge branch 'release/0.9.32' | Jeffrey Wilcke | 2015-06-24 | 264 | -36992/+6993 |
| |\ \ |
|
| * \ \ | Merge branch 'release/0.9.30' | obscuren | 2015-06-16 | 91 | -1112/+9448 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'release/0.9.28' | obscuren | 2015-06-10 | 110 | -6415/+28917 |
| |\ \ \ \ |
|
* | | | | | | cmd/geth: version bump 0.9.35 | Jeffrey Wilcke | 2015-06-30 | 1 | -1/+1 |
* | | | | | | Merge branch 'release/0.9.34' into develop | Jeffrey Wilcke | 2015-06-30 | 1 | -1/+1 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | cmd/geth: version bump 0.9.34 | Jeffrey Wilcke | 2015-06-30 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #1360 from obscuren/peter-metrics | Jeffrey Wilcke | 2015-06-30 | 13 | -83/+326 |
|\ \ \ \ \ |
|
| * | | | | | cmd/geth: decent error message if metrics are disabled | Péter Szilágyi | 2015-06-30 | 2 | -2/+1 |
| * | | | | | cmd, core, eth, metrics, p2p: require enabling metrics | Péter Szilágyi | 2015-06-30 | 9 | -55/+111 |
| * | | | | | cmd/geth, eth, ethdb: monitor database compactions | Péter Szilágyi | 2015-06-30 | 3 | -29/+109 |
| * | | | | | cmd/geth, metrics: separate process metric collection, add disk | Péter Szilágyi | 2015-06-30 | 5 | -22/+130 |
|/ / / / / |
|
* | | | | | Merge pull request #1357 from obscuren/core-optimisations-2 | Jeffrey Wilcke | 2015-06-30 | 41 | -1404/+2277 |
|\ \ \ \ \ |
|
| * | | | | | core: replaced BlockCache with lru.Cache | Jeffrey Wilcke | 2015-06-30 | 2 | -20/+25 |
| * | | | | | Merge branch 'miner-broadcast' into core-optimisations-2 | Jeffrey Wilcke | 2015-06-30 | 3 | -66/+129 |
| |\ \ \ \ \ |
|
| | * | | | | | core, miner: implemented canary | Jeffrey Wilcke | 2015-06-29 | 2 | -0/+34 |
| | * | | | | | core, miner: added write block method & changed mining propagation | Jeffrey Wilcke | 2015-06-29 | 2 | -73/+95 |
| | * | | | | | miner: broadcast block before insertion/validation | Jeffrey Wilcke | 2015-06-29 | 1 | -1/+6 |
| | * | | | | | Merge pull request #1353 from karalabe/fix-double-fetch | Jeffrey Wilcke | 2015-06-29 | 1 | -5/+17 |
| | |\ \ \ \ \ |
|
| * | | | | | | | gpo non-existent block checks | zsfelfoldi | 2015-06-30 | 1 | -4/+11 |
| * | | | | | | | miner: update root only when mining | Jeffrey Wilcke | 2015-06-30 | 1 | -4/+6 |
| * | | | | | | | core: fixed tests | Jeffrey Wilcke | 2015-06-30 | 3 | -2/+2 |
| * | | | | | | | core: removed write's go routine | Jeffrey Wilcke | 2015-06-30 | 2 | -8/+3 |
| * | | | | | | | core: renamed next to pending & fixed tests | obscuren | 2015-06-30 | 2 | -17/+14 |
| * | | | | | | | core: reduced cache limit to 256 | obscuren | 2015-06-30 | 1 | -1/+1 |
| * | | | | | | | deps: Added golang-lru | obscuren | 2015-06-30 | 6 | -1/+718 |
| * | | | | | | | core: switched to proper LRU | obscuren | 2015-06-30 | 1 | -9/+6 |
| * | | | | | | | core: added LRU caching and added batch writing when LDB is used | obscuren | 2015-06-30 | 1 | -21/+81 |
| * | | | | | | | ethdb: accessor for LDB. TODO remove this interface | obscuren | 2015-06-30 | 1 | -0/+4 |
| * | | | | | | | trie: Implemented a batch write approach for flushing | obscuren | 2015-06-30 | 1 | -8/+18 |
| * | | | | | | | core, eth, rpc: avoid unnecessary block header copying | Felix Lange | 2015-06-30 | 6 | -40/+44 |
| * | | | | | | | core: remove superfluous big.Int allocations | Felix Lange | 2015-06-30 | 3 | -61/+32 |
| * | | | | | | | core: generate benchmark keys only once | Felix Lange | 2015-06-30 | 1 | -9/+23 |
| * | | | | | | | core: avoid duplicate calls to Transaction.Data | Felix Lange | 2015-06-30 | 1 | -3/+3 |
| * | | | | | | | core: optimize IntrinsicGas | Felix Lange | 2015-06-30 | 1 | -5/+12 |
| * | | | | | | | core/types: cache computed block values | Felix Lange | 2015-06-30 | 1 | -3/+22 |
| * | | | | | | | core/types: cache computed transaction values | Felix Lange | 2015-06-30 | 1 | -5/+28 |
| * | | | | | | | rlp: add ListSize | Felix Lange | 2015-06-30 | 1 | -0/+6 |
| * | | | | | | | rlp: remove Flat | Felix Lange | 2015-06-30 | 2 | -51/+0 |
| * | | | | | | | rlp: pool encoder allocations | Felix Lange | 2015-06-30 | 1 | -9/+27 |
| * | | | | | | | core: add InsertChain benchmarks | Felix Lange | 2015-06-30 | 1 | -0/+149 |
| * | | | | | | | rpc: unmask pending block fields | Felix Lange | 2015-06-30 | 1 | -8/+0 |
| * | | | | | | | eth/downloader, eth/fetcher: use core.GenerateChain in tests | Felix Lange | 2015-06-30 | 2 | -236/+140 |
| * | | | | | | | core: add GenerateChain, GenesisBlockForTesting | Felix Lange | 2015-06-30 | 5 | -80/+230 |
| * | | | | | | | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 17 | -576/+446 |
| * | | | | | | | core/types: make transactions immutable | Felix Lange | 2015-06-30 | 8 | -275/+215 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1356 from Gustav-Simonsson/debug_develop | Jeffrey Wilcke | 2015-06-30 | 7 | -54/+188 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | eth/fetcher: don't drop on future blocks, just not propagate | Péter Szilágyi | 2015-06-29 | 1 | -4/+16 |
| * | | | | | | eth/fetcher: don't double filter/fetch the same block | Péter Szilágyi | 2015-06-29 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Merge pull request #1341 from karalabe/proto-version-negotiation | Felix Lange | 2015-06-28 | 3 | -6/+110 |
| |\ \ \ \ \ |
|
| | * | | | | | p2p: fix local/remote cap/protocol mixup | Péter Szilágyi | 2015-06-27 | 1 | -23/+23 |
| | * | | | | | p2p: support protocol version negotiation | Péter Szilágyi | 2015-06-26 | 3 | -6/+110 |
| |/ / / / /
|/| | | | | |
|
| * | | | | | Merge pull request #1335 from tgerring/mistcleanup | Jeffrey Wilcke | 2015-06-27 | 2 | -10/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | Travis and README cleanup | Taylor Gerring | 2015-06-25 | 2 | -10/+6 |
| * | | | | | | Merge pull request #1344 from karalabe/monitor-fixes | Jeffrey Wilcke | 2015-06-27 | 1 | -33/+55 |
|/| | | | | | |
|
| * | | | | | | cmd/geth: fix monitor panic, don't pre-fill with dummy data | Péter Szilágyi | 2015-06-27 | 1 | -10/+18 |
| * | | | | | | cmd/geth: re-scale charts when changing unit magnitudes | Péter Szilágyi | 2015-06-27 | 1 | -24/+38 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1321 from karalabe/cut-it-open-3000 | Jeffrey Wilcke | 2015-06-25 | 379 | -330456/+13272 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmd/geth: finalize mem stats | Péter Szilágyi | 2015-06-25 | 2 | -7/+7 |
| * | | | | | | cmd/geth, rpc/api: fix reported metrics issues | Péter Szilágyi | 2015-06-25 | 2 | -27/+20 |
| * | | | | | | cmd/geth: add memory stat collection too | Péter Szilágyi | 2015-06-25 | 1 | -0/+24 |
| * | | | | | | cmd/geth: limit the maximum chart colums to 6 | Péter Szilágyi | 2015-06-25 | 1 | -1/+3 |
| * | | | | | | cmd/geth: list the available metrics if none specified | Péter Szilágyi | 2015-06-25 | 1 | -0/+13 |
| * | | | | | | cmd/geth: polish monitor visuals, add footer, refresh flag | Péter Szilágyi | 2015-06-25 | 1 | -33/+71 |
| * | | | | | | cmd/geth: add attach and rows flags to the monitor command | Péter Szilágyi | 2015-06-25 | 2 | -33/+43 |
| * | | | | | | Godeps: remove mist remnants, add termui deps | Péter Szilágyi | 2015-06-24 | 318 | -330446/+7180 |
| * | | | | | | rpc/api, cmd/geth: retrievel all percentiles, add time units | Péter Szilágyi | 2015-06-24 | 2 | -25/+35 |
| * | | | | | | cmd/geth: allow branching metric patterns | Péter Szilágyi | 2015-06-24 | 1 | -18/+25 |
| * | | | | | | cmd/geth: polish the monitoring charts a bit | Péter Szilágyi | 2015-06-24 | 1 | -6/+51 |
| * | | | | | | cmd/geth, rpc/api: extend metrics API, add a basic monitor command | Péter Szilágyi | 2015-06-24 | 6 | -32/+338 |
| * | | | | | | cmd/geth, rpc/api: move the metrics into the new console | Péter Szilágyi | 2015-06-24 | 3 | -1003/+69 |
| * | | | | | | eth, ethdb: measure database operation latencies too | Péter Szilágyi | 2015-06-24 | 2 | -20/+37 |
| * | | | | | | eth: make sure dbs are lvldb before instrumenting | Péter Szilágyi | 2015-06-24 | 1 | -18/+21 |
| * | | | | | | core, eth, eth/fetcher, ethdb: polish metrics gathering a bit | Péter Szilágyi | 2015-06-24 | 4 | -23/+40 |
| * | | | | | | eth/fetcher: fix failed merge | Péter Szilágyi | 2015-06-24 | 1 | -1/+1 |
| * | | | | | | core, ethdb: instrument the block and state db | Péter Szilágyi | 2015-06-24 | 2 | -6/+28 |
| * | | | | | | godeps: pull in go-metrics | Péter Szilágyi | 2015-06-24 | 49 | -0/+5431 |
| * | | | | | | cmd/geth, core: impl. percentile reporting, instrument insertions | Péter Szilágyi | 2015-06-24 | 2 | -8/+15 |
| * | | | | | | cmd/geth, eth/fetcher: polish metrics reporting, add some more | Péter Szilágyi | 2015-06-24 | 2 | -16/+60 |
| * | | | | | | p2p: instrument P2P networking layer | Péter Szilágyi | 2015-06-24 | 3 | -3/+56 |
| * | | | | | | cmd/geth, eth/fetcher: initial metrics support | Péter Szilágyi | 2015-06-24 | 2 | -0/+974 |
* | | | | | | | Merge pull request #1332 from bas-vk/ipcbatch | Jeffrey Wilcke | 2015-06-25 | 6 | -63/+131 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | improved logging for IPC connection lifetime management | Bas van Kervel | 2015-06-25 | 4 | -12/+23 |
| * | | | | | | added IPC timeout support | Bas van Kervel | 2015-06-25 | 1 | -26/+34 |
| * | | | | | | support for large request/response on windows | unknown | 2015-06-25 | 1 | -31/+8 |
| * | | | | | | support for large requests/responses | Bas van Kervel | 2015-06-25 | 3 | -17/+32 |
| * | | | | | | added support for batch requests | Bas van Kervel | 2015-06-25 | 3 | -21/+78 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1085 from Gustav-Simonsson/key_store_v3 | Jeffrey Wilcke | 2015-06-25 | 8 | -91/+381 |
|\ \ \ \ \ \ |
|
| * | | | | | | Change keystore to version 3 | Gustav Simonsson | 2015-06-24 | 8 | -91/+381 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1329 from Gustav-Simonsson/ethash_input_validations | Jeffrey Wilcke | 2015-06-25 | 5 | -19/+54 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Update Ethash Godeps | Gustav Simonsson | 2015-06-24 | 5 | -19/+54 |
|/ / / / / |
|
* | | | | | cmd/geth: version bump 0.9.33 | Jeffrey Wilcke | 2015-06-24 | 1 | -1/+1 |
* | | | | | Merge branch 'release/0.9.32' into develop | Jeffrey Wilcke | 2015-06-24 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | cmd/geth: bump | Jeffrey Wilcke | 2015-06-24 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1314 from karalabe/handle-fetcher-attacks-2 | Jeffrey Wilcke | 2015-06-24 | 2 | -60/+264 |
|\ \ \ \ |
|
| * | | | | eth/fetcher: fix a closure data race | Péter Szilágyi | 2015-06-23 | 1 | -2/+3 |
| * | | | | eth/fetcher: clean up test assertions | Péter Szilágyi | 2015-06-22 | 1 | -111/+49 |
| * | | | | eth/fetcher: remove test sleeps (15s -> 2.8s) | Péter Szilágyi | 2015-06-22 | 2 | -59/+167 |
| * | | | | eth/fetcher: handle and (crude) test block memory DOS | Péter Szilágyi | 2015-06-22 | 2 | -23/+105 |
| * | | | | eth/fetcher: handle and test block announce DOS attacks | Péter Szilágyi | 2015-06-22 | 2 | -7/+82 |
* | | | | | Merge pull request #1279 from bas-vk/rpc-http | Jeffrey Wilcke | 2015-06-23 | 53 | -5319/+1725 |
|\ \ \ \ \ |
|
| * | | | | | fixed relative path issue with javascript files | Bas van Kervel | 2015-06-23 | 1 | -3/+3 |
| * | | | | | improved action description | Bas van Kervel | 2015-06-23 | 1 | -1/+1 |
| * | | | | | bugfix in startRPC error handling | Bas van Kervel | 2015-06-23 | 1 | -4/+4 |
| * | | | | | added missing change for sign test | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
| * | | | | | fixed eth sign unittest | Bas van Kervel | 2015-06-22 | 5 | -9/+27 |
| * | | | | | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 31 | -130/+224 |
| * | | | | | fixed unittests | Bas van Kervel | 2015-06-22 | 2 | -36/+10 |
| * | | | | | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 6 | -30/+62 |
| * | | | | | moved solidity test to new rpc structure | Bas van Kervel | 2015-06-22 | 1 | -0/+110 |
| * | | | | | fixed bug where history file was create in cwd | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
| * | | | | | added attach over http/rpc support | Bas van Kervel | 2015-06-22 | 3 | -6/+134 |
| * | | | | | added attach over ipc command | Bas van Kervel | 2015-06-22 | 8 | -35/+238 |
| * | | | | | removed console command | Bas van Kervel | 2015-06-22 | 5 | -577/+0 |
| * | | | | | cleanup comments/code | Bas van Kervel | 2015-06-22 | 3 | -150/+12 |
| * | | | | | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 22 | -4427/+393 |
| * | | | | | 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 | 3 | -4/+20 |
| * | | | | | added comms http | Bas van Kervel | 2015-06-22 | 5 | -1/+254 |
| * | | | | | made ipc handler generic and reusable | Bas van Kervel | 2015-06-22 | 2 | -28/+39 |
| |/ / / / |
|
* | | | | | Merge pull request #1309 from fjl/p2p-fix-lookup-spin | Jeffrey Wilcke | 2015-06-23 | 2 | -15/+16 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | p2p: throttle all discovery lookups | Felix Lange | 2015-06-22 | 2 | -15/+16 |
* | | | | | Merge pull request #1304 from obscuren/state-renames | Jeffrey Wilcke | 2015-06-22 | 7 | -35/+11 |
|\ \ \ \ \ |
|
| * | | | | | tests: SetGasLimit | obscuren | 2015-06-21 | 1 | -1/+1 |
| * | | | | | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 6 | -34/+10 |
| |/ / / / |
|
* | | | | | Merge pull request #1305 from obscuren/database-error-check | Jeffrey Wilcke | 2015-06-22 | 6 | -10/+26 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | trie: fixed tests | obscuren | 2015-06-21 | 1 | -1/+1 |
| * | | | | core, ethdb, trie: validate database errors | obscuren | 2015-06-21 | 5 | -9/+25 |
|/ / / / |
|
* | | | | Merge pull request #1302 from obscuren/mist-removal | Jeffrey Wilcke | 2015-06-21 | 128 | -15536/+1 |
|\ \ \ \ |
|
| * | | | | travis: removed qt deps | obscuren | 2015-06-21 | 1 | -1/+1 |
| * | | | | mist: R.I.P. | obscuren | 2015-06-20 | 127 | -15535/+0 |
* | | | | | Merge pull request #1236 from tgerring/ethtest | Jeffrey Wilcke | 2015-06-20 | 20 | -866/+1138 |
|\ \ \ \ \ |
|
| * | | | | | Expand --test switch | Taylor Gerring | 2015-06-19 | 1 | -5/+5 |
| * | | | | | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 9 | -79/+94 |
| * | | | | | recover test logic | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
| * | | | | | Build error fixes | Taylor Gerring | 2015-06-19 | 3 | -7/+6 |
| * | | | | | Rebase cleanup | Taylor Gerring | 2015-06-19 | 2 | -30/+1 |
| * | | | | | Add stdin option | Taylor Gerring | 2015-06-19 | 6 | -201/+386 |
| * | | | | | Minor cleanup | Taylor Gerring | 2015-06-19 | 1 | -17/+23 |
| * | | | | | Expand CLI options to allow running all tests | Taylor Gerring | 2015-06-19 | 1 | -41/+109 |
| * | | | | | Allow specifying single depth directory | Taylor Gerring | 2015-06-19 | 1 | -37/+67 |
| * | | | | | Add lost rebase changes | Taylor Gerring | 2015-06-19 | 1 | -1/+9 |
| * | | | | | Cleanup logging | Taylor Gerring | 2015-06-19 | 6 | -12/+15 |
| * | | | | | Fix geth blocktest command | Taylor Gerring | 2015-06-19 | 2 | -2/+3 |
| * | | | | | Wire ethtest to new tests structure | Taylor Gerring | 2015-06-19 | 1 | -203/+32 |
| * | | | | | DRY file loading | Taylor Gerring | 2015-06-19 | 5 | -58/+42 |
| * | | | | | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 7 | -78/+108 |
| * | | | | | Cleanup/reorg | Taylor Gerring | 2015-06-19 | 8 | -273/+265 |
| * | | | | | Return error up stack instead of passing testing var down | Taylor Gerring | 2015-06-19 | 7 | -84/+159 |
| * | | | | | DRY log check | Taylor Gerring | 2015-06-19 | 2 | -61/+46 |
| * | | | | | Separate and identify tests runners | Taylor Gerring | 2015-06-19 | 6 | -283/+387 |
| * | | | | | Flatten helper directory | Taylor Gerring | 2015-06-19 | 6 | -70/+22 |
| * | | | | | Fix paths | Taylor Gerring | 2015-06-19 | 4 | -45/+61 |
| * | | | | | Split tests from helper code | Taylor Gerring | 2015-06-19 | 5 | -555/+170 |
| * | | | | | Flatten vm directory | Taylor Gerring | 2015-06-19 | 4 | -3/+387 |
| * | | | | | Require a first argument of test type | Taylor Gerring | 2015-06-19 | 1 | -4/+24 |
| |/ / / / |
|
* | | | | | Added link to ARM develop build | Taylor Gerring | 2015-06-20 | 1 | -0/+1 |
* | | | | | Merge pull request #1298 from karalabe/slack-n-bound | Jeffrey Wilcke | 2015-06-19 | 1 | -4/+15 |
|\ \ \ \ \ |
|
| * | | | | | eth/fetcher: lower max cache size, add timeout slack | Péter Szilágyi | 2015-06-19 | 1 | -4/+15 |
* | | | | | | Merge pull request #1290 from tgerring/dataargs | Jeffrey Wilcke | 2015-06-19 | 1 | -0/+54 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | unit test coverage for NewDataArgs | Taylor Gerring | 2015-06-18 | 1 | -0/+54 |
* | | | | | | Merge pull request #1295 from karalabe/fix-broadcast-order | Péter Szilágyi | 2015-06-19 | 1 | -4/+4 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | eth: fix the propagation/announce order for mined blocks | Péter Szilágyi | 2015-06-19 | 1 | -4/+4 |
|/ / / / / |
|
* | | | | | Merge pull request #1267 from SilentCicero/develop | Jeffrey Wilcke | 2015-06-19 | 6 | -0/+89 |
|\| | | | |
|
| * | | | | Added glog messages like Transaction | SilentCicero | 2015-06-17 | 1 | -0/+4 |
| * | | | | Remove Extra Loggers | SilentCicero | 2015-06-17 | 1 | -4/+1 |
| * | | | | New DataArgs and eth_sendRawTransaction | SilentCicero | 2015-06-17 | 5 | -3/+64 |
| * | | | | 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 |
| * | | | | Change eth_pushTx case to eth_sendRawTransaction | Nick Dodson | 2015-06-15 | 1 | -1/+1 |
| * | | | | Changed variable names | SilentCicero | 2015-06-15 | 2 | -8/+2 |
| * | | | | eth_pushTx send raw signed encoded TX data to the chain through RPC | SilentCicero | 2015-06-15 | 3 | -0/+33 |
* | | | | | Merge pull request #1275 from karalabe/optimise-fetcher | Jeffrey Wilcke | 2015-06-19 | 8 | -274/+878 |
|\ \ \ \ \ |
|
| * | | | | | eth/fetcher: since uncles are allowed, drop phase test | Péter Szilágyi | 2015-06-19 | 1 | -51/+0 |
| * | | | | | eth/fetcher: allow backward uncle imports too | Péter Szilágyi | 2015-06-19 | 1 | -2/+3 |
| * | | | | | eth: fix test breakage from the previous commit | Péter Szilágyi | 2015-06-18 | 2 | -2/+1 |
| * | | | | | eth, eth/fetcher: propagate after header verify, announce only on insert | Péter Szilágyi | 2015-06-18 | 4 | -43/+81 |
| * | | | | | eth: clean the block request packet handling a bit | Péter Szilágyi | 2015-06-18 | 1 | -17/+17 |
| * | | | | | eth, eth/fetcher: move propagated block import into fetcher | Péter Szilágyi | 2015-06-18 | 4 | -123/+106 |
| * | | | | | eth/fetcher: make tests thread safe | Péter Szilágyi | 2015-06-18 | 1 | -22/+34 |
| * | | | | | eth/fetcher: build longest chain until proven otherwise | Péter Szilágyi | 2015-06-18 | 3 | -31/+95 |
| * | | | | | eth/fetcher: fix premature queue cleanup, general polishes | Péter Szilágyi | 2015-06-18 | 1 | -35/+47 |
| * | | | | | eth, eth/fetcher: define and enforce propagation boundaries | Péter Szilágyi | 2015-06-18 | 3 | -24/+60 |
| * | | | | | eth/fetcher: deduplicate future blocks | Péter Szilágyi | 2015-06-18 | 2 | -25/+71 |
| * | | | | | eth, eth/fetcher: cache future propagated blocks too | Péter Szilágyi | 2015-06-18 | 3 | -0/+51 |
| * | | | | | eth, eth/fetcher: use an import queue to store out of order blocks | Péter Szilágyi | 2015-06-18 | 3 | -33/+91 |
| * | | | | | eth/fetcher: add test to check for duplicate downloads | Péter Szilágyi | 2015-06-18 | 1 | -0/+38 |
| * | | | | | eth/fetcher: fix timer reset bug, add initial tests | Péter Szilágyi | 2015-06-18 | 3 | -6/+212 |
| * | | | | | eth, eth/fetcher: separate notification sync mechanism | Péter Szilágyi | 2015-06-18 | 4 | -182/+293 |
|/ / / / / |
|
* | | | | | Merge pull request #1282 from obscuren/state-cleanup | Jeffrey Wilcke | 2015-06-18 | 14 | -197/+176 |
|\ \ \ \ \ |
|
| * | | | | | core/vm: clarified SSTORE | obscuren | 2015-06-18 | 1 | -7/+5 |
| * | | | | | core: ValidatedHeader (method => function) | obscuren | 2015-06-18 | 2 | -66/+68 |
| * | | | | | core, core/vm: state improvements and tx pool speed up | obscuren | 2015-06-17 | 3 | -32/+25 |
| * | | | | | core: TMP testing code | obscuren | 2015-06-17 | 2 | -21/+23 |
| * | | | | | core/state: removed trie copy | obscuren | 2015-06-17 | 1 | -1/+1 |
| * | | | | | core/state: removed state from state object | obscuren | 2015-06-17 | 3 | -31/+20 |
| * | | | | | core/state: fixed state tests | obscuren | 2015-06-17 | 1 | -13/+10 |
| * | | | | | xeth, tests: fixed api | obscuren | 2015-06-17 | 3 | -6/+6 |
| * | | | | | core/state: remove the need for common.Value | obscuren | 2015-06-17 | 1 | -2/+4 |
| * | | | | | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 5 | -41/+45 |
| * | | | | | core/state, core/vm: cleanup refunds | obscuren | 2015-06-17 | 3 | -21/+13 |
* | | | | | | Merge pull request #1287 from karalabe/fix-downloader-cancel-interrupt | Jeffrey Wilcke | 2015-06-18 | 3 | -64/+60 |
|\ \ \ \ \ \ |
|
| * | | | | | | eth/downloader: extend slow test to fix even slower CI server... | Péter Szilágyi | 2015-06-18 | 1 | -1/+1 |
| * | | | | | | eth/downloader: always reenter processing if not exiting | Péter Szilágyi | 2015-06-18 | 2 | -39/+37 |
| * | | | | | | eth, eth/downloader: fix processing interrupt caused by temp cancel | Péter Szilágyi | 2015-06-18 | 3 | -24/+22 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1269 from bas-vk/console-batch | Jeffrey Wilcke | 2015-06-17 | 2 | -5/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | added printing support for objects | Bas van Kervel | 2015-06-15 | 1 | -2/+3 |
| * | | | | | | added batch mode to console | Bas van Kervel | 2015-06-14 | 2 | -5/+30 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1281 from karalabe/fix-overlapping-delivery-hang | Jeffrey Wilcke | 2015-06-17 | 2 | -0/+35 |
|\ \ \ \ \ \ |
|
| * | | | | | | eth/downloader: fix #1280, overlapping (good/bad) delivery hang | Péter Szilágyi | 2015-06-17 | 2 | -0/+35 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1274 from Gustav-Simonsson/update_ethash_godep | Jeffrey Wilcke | 2015-06-17 | 33 | -14768/+2634 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Update ethash Godep (again) | Gustav Simonsson | 2015-06-17 | 3 | -12/+23 |
| * | | | | | Update ethash Godep | Gustav Simonsson | 2015-06-16 | 16 | -13958/+76 |
| * | | | | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-16 | 16 | -802/+2539 |
|/ / / / / |
|
* | | | | | cmd/geth: bump 0.9.31 | obscuren | 2015-06-16 | 1 | -1/+1 |
* | | | | | Merge branch 'release/0.9.30' into develop | obscuren | 2015-06-16 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | cmd/geth: bump version number 0.9.30 | obscuren | 2015-06-16 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1260 from obscuren/tx-drop-low-tx | Jeffrey Wilcke | 2015-06-16 | 8 | -24/+60 |
|\ \ \ \ |
|
| * | | | | rpc/api: fixed default gas-(price) issue. | obscuren | 2015-06-15 | 2 | -7/+10 |
| * | | | | core: moved check for max queue to checkQueue | obscuren | 2015-06-15 | 2 | -26/+12 |
| * | | | | core: reduce max allowed queued txs per address | obscuren | 2015-06-15 | 2 | -0/+30 |
| * | | | | core, miner: tx pool drops txs below ask price | obscuren | 2015-06-15 | 4 | -6/+23 |
| |/ / / |
|
* | | | | Merge pull request #990 from zsfelfoldi/gasprice | Jeffrey Wilcke | 2015-06-15 | 8 | -59/+319 |
|\ \ \ \ |
|
| * | | | | Changed miner and gpo min gas price to 1 szabo | zsfelfoldi | 2015-06-15 | 1 | -6/+6 |
| * | | | | fixed rpc/api.GasPrice | zsfelfoldi | 2015-06-15 | 1 | -1/+1 |
| * | | | | fixed xeth.gpo = nil bug | zsfelfoldi | 2015-06-15 | 1 | -1/+4 |
| * | | | | removed duplicate function after rebase | zsfelfoldi | 2015-06-15 | 1 | -16/+2 |
| * | | | | fixed gas price corr. factor | zsfelfoldi | 2015-06-15 | 1 | -1/+1 |
| * | | | | fallback for uninitialized GPO config values | zsfelfoldi | 2015-06-15 | 1 | -0/+3 |
| * | | | | fixed initial base price bug | zsfelfoldi | 2015-06-15 | 1 | -0/+4 |
| * | | | | added missing source | zsfelfoldi | 2015-06-15 | 1 | -0/+174 |
| * | | | | fixed saving receipts | zsfelfoldi | 2015-06-15 | 6 | -54/+144 |
| |/ / / |
|
* | | | | Merge pull request #1261 from fjl/p2p-no-writes-at-shutdown | Jeffrey Wilcke | 2015-06-15 | 2 | -28/+61 |
|\ \ \ \ |
|
| * | | | | p2p: improve disconnect logging | Felix Lange | 2015-06-15 | 2 | -6/+7 |
| * | | | | p2p: track write errors and prevent writes during shutdown | Felix Lange | 2015-06-15 | 1 | -25/+57 |
| |/ / / |
|
* | | | | Merge pull request #1243 from karalabe/instrument-downloader-sync | Jeffrey Wilcke | 2015-06-15 | 9 | -468/+646 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | eth: don't refetch non fitting blocks to avoid duplicates | Péter Szilágyi | 2015-06-15 | 1 | -1/+1 |