aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eth/fetcher: don't drop on future blocks, just not propagatePéter Szilágyi2015-06-291-4/+16
|
* eth/fetcher: don't double filter/fetch the same blockPéter Szilágyi2015-06-291-1/+1
|
* Merge pull request #1341 from karalabe/proto-version-negotiationFelix Lange2015-06-283-6/+110
|\ | | | | p2p: support protocol version negotiation
| * p2p: fix local/remote cap/protocol mixupPéter Szilágyi2015-06-271-23/+23
| |
| * p2p: support protocol version negotiationPéter Szilágyi2015-06-263-6/+110
| |
* | Merge pull request #1335 from tgerring/mistcleanupJeffrey Wilcke2015-06-272-10/+6
|\ \ | | | | | | Travis and README cleanup
| * | Travis and README cleanupTaylor Gerring2015-06-252-10/+6
| | |
* | | Merge pull request #1344 from karalabe/monitor-fixesJeffrey Wilcke2015-06-271-33/+55
|\ \ \ | |_|/ |/| | Monitor fixes
| * | cmd/geth: fix monitor panic, don't pre-fill with dummy dataPéter Szilágyi2015-06-271-10/+18
| | |
| * | cmd/geth: re-scale charts when changing unit magnitudesPéter Szilágyi2015-06-271-24/+38
|/ /
* | Merge pull request #1321 from karalabe/cut-it-open-3000Jeffrey Wilcke2015-06-25379-330456/+13272
|\ \ | | | | | | Metrics collecting and reporting support
| * | cmd/geth: finalize mem statsPéter Szilágyi2015-06-252-7/+7
| | |
| * | cmd/geth, rpc/api: fix reported metrics issuesPéter Szilágyi2015-06-252-27/+20
| | |
| * | cmd/geth: add memory stat collection tooPéter Szilágyi2015-06-251-0/+24
| | |
| * | cmd/geth: limit the maximum chart colums to 6Péter Szilágyi2015-06-251-1/+3
| | |
| * | cmd/geth: list the available metrics if none specifiedPéter Szilágyi2015-06-251-0/+13
| | |
| * | cmd/geth: polish monitor visuals, add footer, refresh flagPéter Szilágyi2015-06-251-33/+71
| | |
| * | cmd/geth: add attach and rows flags to the monitor commandPéter Szilágyi2015-06-252-33/+43
| | |
| * | Godeps: remove mist remnants, add termui depsPéter Szilágyi2015-06-24318-330446/+7180
| | |
| * | rpc/api, cmd/geth: retrievel all percentiles, add time unitsPéter Szilágyi2015-06-242-25/+35
| | |
| * | cmd/geth: allow branching metric patternsPéter Szilágyi2015-06-241-18/+25
| | |
| * | cmd/geth: polish the monitoring charts a bitPéter Szilágyi2015-06-241-6/+51
| | |
| * | cmd/geth, rpc/api: extend metrics API, add a basic monitor commandPéter Szilágyi2015-06-246-32/+338
| | |
| * | cmd/geth, rpc/api: move the metrics into the new consolePéter Szilágyi2015-06-243-1003/+69
| | |
| * | eth, ethdb: measure database operation latencies tooPéter Szilágyi2015-06-242-20/+37
| | |
| * | eth: make sure dbs are lvldb before instrumentingPéter Szilágyi2015-06-241-18/+21
| | |
| * | core, eth, eth/fetcher, ethdb: polish metrics gathering a bitPéter Szilágyi2015-06-244-23/+40
| | |
| * | eth/fetcher: fix failed mergePéter Szilágyi2015-06-241-1/+1
| | |
| * | core, ethdb: instrument the block and state dbPéter Szilágyi2015-06-242-6/+28
| | | | | | | | | | | | | | | Conflicts: ethdb/database.go
| * | godeps: pull in go-metricsPéter Szilágyi2015-06-2449-0/+5431
| | |
| * | cmd/geth, core: impl. percentile reporting, instrument insertionsPéter Szilágyi2015-06-242-8/+15
| | |
| * | cmd/geth, eth/fetcher: polish metrics reporting, add some morePéter Szilágyi2015-06-242-16/+60
| | |
| * | p2p: instrument P2P networking layerPéter Szilágyi2015-06-243-3/+56
| | |
| * | cmd/geth, eth/fetcher: initial metrics supportPéter Szilágyi2015-06-242-0/+974
| | | | | | | | | | | | | | | Conflicts: cmd/geth/admin.go
* | | Merge pull request #1332 from bas-vk/ipcbatchJeffrey Wilcke2015-06-256-63/+131
|\ \ \ | |_|/ |/| | IPC interface improvements
| * | improved logging for IPC connection lifetime managementBas van Kervel2015-06-254-12/+23
| | |
| * | added IPC timeout supportBas van Kervel2015-06-251-26/+34
| | |
| * | support for large request/response on windowsunknown2015-06-251-31/+8
| | |
| * | support for large requests/responsesBas van Kervel2015-06-253-17/+32
| | |
| * | added support for batch requestsBas van Kervel2015-06-253-21/+78
| |/
* | Merge pull request #1085 from Gustav-Simonsson/key_store_v3Jeffrey Wilcke2015-06-258-91/+381
|\ \ | | | | | | crypto: key store v3
| * | Change keystore to version 3Gustav Simonsson2015-06-248-91/+381
| |/ | | | | | | | | | | | | | | | | | | | | | | * Change password protection crypto in keystore to version 3 * Update KeyStoreTests/basic_tests.json * Add support for PBKDF2 with HMAC-SHA256 * Change MAC and encryption key to avoid unnecessary hashing * Add tests for test vectors in new wiki page defining version 3 * Add tests for new keystore tests in ethereum/tests repo * Move JSON loading util to common for use in both tests and crypto packages * Add backwards compatibility with key store version 1
* | Merge pull request #1329 from Gustav-Simonsson/ethash_input_validationsJeffrey Wilcke2015-06-255-19/+54
|\ \ | |/ |/| Update Ethash Godeps
| * Update Ethash GodepsGustav Simonsson2015-06-245-19/+54
|/
* cmd/geth: version bump 0.9.33Jeffrey Wilcke2015-06-241-1/+1
|
* Merge branch 'release/0.9.32' into developJeffrey Wilcke2015-06-241-1/+1
|\
| * cmd/geth: bumpJeffrey Wilcke2015-06-241-1/+1
|/
* Merge pull request #1314 from karalabe/handle-fetcher-attacks-2Jeffrey Wilcke2015-06-242-60/+264
|\ | | | | eth/fetcher: handle and test various DOS attacks
| * eth/fetcher: fix a closure data racePéter Szilágyi2015-06-231-2/+3
| |
| * eth/fetcher: clean up test assertionsPéter Szilágyi2015-06-221-111/+49
| |
| * eth/fetcher: remove test sleeps (15s -> 2.8s)Péter Szilágyi2015-06-222-59/+167
| |
| * eth/fetcher: handle and (crude) test block memory DOSPéter Szilágyi2015-06-222-23/+105
| |
| * eth/fetcher: handle and test block announce DOS attacksPéter Szilágyi2015-06-222-7/+82
| |
* | Merge pull request #1279 from bas-vk/rpc-httpJeffrey Wilcke2015-06-2353-5319/+1725
|\ \ | | | | | | Integrate console and remove old rpc package structure
| * | fixed relative path issue with javascript filesBas van Kervel2015-06-231-3/+3
| | |
| * | improved action descriptionBas van Kervel2015-06-231-1/+1
| | |
| * | bugfix in startRPC error handlingBas van Kervel2015-06-231-4/+4
| | |
| * | added missing change for sign testBas van Kervel2015-06-221-1/+1
| | |
| * | fixed eth sign unittestBas van Kervel2015-06-225-9/+27
| | |
| * | added RPC start/stop supportBas van Kervel2015-06-2231-130/+224
| | |
| * | fixed unittestsBas van Kervel2015-06-222-36/+10
| | |
| * | added batch support to console and attach actionsBas van Kervel2015-06-226-30/+62
| | |
| * | moved solidity test to new rpc structureBas van Kervel2015-06-221-0/+110
| | |
| * | fixed bug where history file was create in cwdBas van Kervel2015-06-221-1/+1
| | |
| * | added attach over http/rpc supportBas van Kervel2015-06-223-6/+134
| | |
| * | added attach over ipc commandBas van Kervel2015-06-228-35/+238
| | |
| * | removed console commandBas van Kervel2015-06-225-577/+0
| | |
| * | cleanup comments/codeBas van Kervel2015-06-223-150/+12
| | |
| * | removed old rpc structure and added new inproc api clientBas van Kervel2015-06-2222-4427/+393
| | |
| * | fixed rpc test failure in eth.blockNumberBas van Kervel2015-06-221-43/+45
| | |
| * | fixed rpc test failure in net_peerCountBas van Kervel2015-06-221-1/+1
| | |
| * | fixed web3 rpc test failuresBas van Kervel2015-06-221-0/+24
| | |
| * | added DB apiBas van Kervel2015-06-226-5/+295
| | |
| * | refactored old rpc structure to newBas van Kervel2015-06-223-4/+20
| | |
| * | added comms httpBas van Kervel2015-06-225-1/+254
| | |
| * | made ipc handler generic and reusableBas van Kervel2015-06-222-28/+39
| |/
* | Merge pull request #1309 from fjl/p2p-fix-lookup-spinJeffrey Wilcke2015-06-232-15/+16
|\ \ | |/ |/| p2p: throttle all discovery lookups
| * p2p: throttle all discovery lookupsFelix Lange2015-06-222-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lookup calls would spin out of control when network connectivity was lost. The throttling that was in place only took effect when the table returned zero results, which doesn't happen very often. The new throttling should not have a negative impact when the host is online. Lookups against the network take some time and dials for all results must complete or hit the cache before a new one is started. This usually takes longer than four seconds, leaving online lookups unaffected. Fixes #1296
* | Merge pull request #1304 from obscuren/state-renamesJeffrey Wilcke2015-06-227-35/+11
|\ \ | | | | | | core, miner, xeth: renamed gas methods
| * | tests: SetGasLimitobscuren2015-06-211-1/+1
| | |
| * | core, miner, xeth: renamed gas methodsobscuren2015-06-216-34/+10
| |/ | | | | | | | | | | * BuyGas => SubGas * RefundGas => AddGas * SetGasPool => SetGasLimit
* | Merge pull request #1305 from obscuren/database-error-checkJeffrey Wilcke2015-06-226-10/+26
|\ \ | |/ |/| core, ethdb, trie: validate database errors
| * trie: fixed testsobscuren2015-06-211-1/+1
| |
| * core, ethdb, trie: validate database errorsobscuren2015-06-215-9/+25
|/
* Merge pull request #1302 from obscuren/mist-removalJeffrey Wilcke2015-06-21128-15536/+1
|\ | | | | mist: R.I.P.
| * travis: removed qt depsobscuren2015-06-211-1/+1
| |
| * mist: R.I.P.obscuren2015-06-20127-15535/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W.
* | Merge pull request #1236 from tgerring/ethtestJeffrey Wilcke2015-06-2020-866/+1138
|\ \ | | | | | | ethtest improvements
| * | Expand --test switchTaylor Gerring2015-06-191-5/+5
| | |
| * | Add --skip option to CLITaylor Gerring2015-06-199-79/+94
| | | | | | | | | | | | | | | Disassociates hardcoded tests to skip when running via CLI. Tests still skipped when running `go test`
| * | recover test logicTaylor Gerring2015-06-191-1/+1
| | |
| * | Build error fixesTaylor Gerring2015-06-193-7/+6
| | |
| * | Rebase cleanupTaylor Gerring2015-06-192-30/+1
| | |
| * | Add stdin optionTaylor Gerring2015-06-196-201/+386
| | |
| * | Minor cleanupTaylor Gerring2015-06-191-17/+23
| | |
| * | Expand CLI options to allow running all testsTaylor Gerring2015-06-191-41/+109
| | |
| * | Allow specifying single depth directoryTaylor Gerring2015-06-191-37/+67
| | |
| * | Add lost rebase changesTaylor Gerring2015-06-191-1/+9
| | |
| * | Cleanup loggingTaylor Gerring2015-06-196-12/+15
| | |
| * | Fix geth blocktest commandTaylor Gerring2015-06-192-2/+3
| | |
| * | Wire ethtest to new tests structureTaylor Gerring2015-06-191-203/+32
| | |
| * | DRY file loadingTaylor Gerring2015-06-195-58/+42
| | |
| * | More consistent test interfaces + test skippingTaylor Gerring2015-06-197-78/+108
| | |
| * | Cleanup/reorgTaylor Gerring2015-06-198-273/+265
| | |
| * | Return error up stack instead of passing testing var downTaylor Gerring2015-06-197-84/+159
| | |
| * | DRY log checkTaylor Gerring2015-06-192-61/+46
| | |
| * | Separate and identify tests runnersTaylor Gerring2015-06-196-283/+387
| | |
| * | Flatten helper directoryTaylor Gerring2015-06-196-70/+22
| | |
| * | Fix pathsTaylor Gerring2015-06-194-45/+61
| | |
| * | Split tests from helper codeTaylor Gerring2015-06-195-555/+170
| | |
| * | Flatten vm directoryTaylor Gerring2015-06-194-3/+387
| | |
| * | Require a first argument of test typeTaylor Gerring2015-06-191-4/+24
| |/
* | Added link to ARM develop buildTaylor Gerring2015-06-201-0/+1
| |
* | Merge pull request #1298 from karalabe/slack-n-boundJeffrey Wilcke2015-06-191-4/+15
|\ \ | | | | | | eth/fetcher: lower max cache size, add timeout slack
| * | eth/fetcher: lower max cache size, add timeout slackPéter Szilágyi2015-06-191-4/+15
| | |
* | | Merge pull request #1290 from tgerring/dataargsJeffrey Wilcke2015-06-191-0/+54
|\ \ \ | |/ / |/| | unit test coverage for NewDataArgs
| * | unit test coverage for NewDataArgsTaylor Gerring2015-06-181-0/+54
| | |
* | | Merge pull request #1295 from karalabe/fix-broadcast-orderPéter Szilágyi2015-06-191-4/+4
|\ \ \ | |_|/ |/| | eth: fix the propagation/announce order for mined blocks
| * | eth: fix the propagation/announce order for mined blocksPéter Szilágyi2015-06-191-4/+4
|/ /
* | Merge pull request #1267 from SilentCicero/developJeffrey Wilcke2015-06-196-0/+89
|\| | | | | eth_sendRawTransaction JSON RPC
| * Added glog messages like TransactionSilentCicero2015-06-171-0/+4
| |
| * Remove Extra LoggersSilentCicero2015-06-171-4/+1
| |
| * New DataArgs and eth_sendRawTransactionSilentCicero2015-06-175-3/+64
| |
| * thanks subtly :)Nick Dodson2015-06-161-1/+1
| |
| * NewSigArgs arg change.Nick Dodson2015-06-161-1/+1
| |
| * Update utils.goNick Dodson2015-06-151-1/+1
| |
| * Update eth.goNick Dodson2015-06-151-1/+1
| |
| * Change eth_pushTx case to eth_sendRawTransactionNick Dodson2015-06-151-1/+1
| |
| * Changed variable namesSilentCicero2015-06-152-8/+2
| |
| * eth_pushTx send raw signed encoded TX data to the chain through RPCSilentCicero2015-06-153-0/+33
| |
* | Merge pull request #1275 from karalabe/optimise-fetcherJeffrey Wilcke2015-06-198-274/+878
|\ \ | | | | | | eth/fetcher: separate the announce based sync into its own package
| * | eth/fetcher: since uncles are allowed, drop phase testPéter Szilágyi2015-06-191-51/+0
| | |
| * | eth/fetcher: allow backward uncle imports tooPéter Szilágyi2015-06-191-2/+3
| | |
| * | eth: fix test breakage from the previous commitPéter Szilágyi2015-06-182-2/+1
| | |
| * | eth, eth/fetcher: propagate after header verify, announce only on insertPéter Szilágyi2015-06-184-43/+81
| | |
| * | eth: clean the block request packet handling a bitPéter Szilágyi2015-06-181-17/+17
| | |
| * | eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-184-123/+106
| | |
| * | eth/fetcher: make tests thread safePéter Szilágyi2015-06-181-22/+34
| | |
| * | eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-183-31/+95
| | |
| * | eth/fetcher: fix premature queue cleanup, general polishesPéter Szilágyi2015-06-181-35/+47
| | |
| * | eth, eth/fetcher: define and enforce propagation boundariesPéter Szilágyi2015-06-183-24/+60
| | |
| * | eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-182-25/+71
| | |
| * | eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-183-0/+51
| | |
| * | eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-183-33/+91
| | |
| * | eth/fetcher: add test to check for duplicate downloadsPéter Szilágyi2015-06-181-0/+38
| | |
| * | eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-183-6/+212
| | |
| * | eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-184-182/+293
|/ /
* | Merge pull request #1282 from obscuren/state-cleanupJeffrey Wilcke2015-06-1814-197/+176
|\ \ | | | | | | core/state: cleanup & optimisations
| * | core/vm: clarified SSTOREobscuren2015-06-181-7/+5
| | |
| * | core: ValidatedHeader (method => function)obscuren2015-06-182-66/+68
| | | | | | | | | | | | | | | Changed header validation method to function in preparation of @karalabe's PR.
| * | core, core/vm: state improvements and tx pool speed upobscuren2015-06-173-32/+25
| | | | | | | | | | | | Removed full tx validation during state transitions
| * | core: TMP testing codeobscuren2015-06-172-21/+23
| | |
| * | core/state: removed trie copyobscuren2015-06-171-1/+1
| | |
| * | core/state: removed state from state objectobscuren2015-06-173-31/+20
| | |
| * | core/state: fixed state testsobscuren2015-06-171-13/+10
| | |
| * | xeth, tests: fixed apiobscuren2015-06-173-6/+6
| | |
| * | core/state: remove the need for common.Valueobscuren2015-06-171-2/+4
| | |
| * | core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-175-41/+45
| | |
| * | core/state, core/vm: cleanup refundsobscuren2015-06-173-21/+13
| | |
* | | Merge pull request #1287 from karalabe/fix-downloader-cancel-interruptJeffrey Wilcke2015-06-183-64/+60
|\ \ \ | | | | | | | | eth, eth/downloader: fix processing interrupt caused by temp cancel
| * | | eth/downloader: extend slow test to fix even slower CI server...Péter Szilágyi2015-06-181-1/+1
| | | |
| * | | eth/downloader: always reenter processing if not exitingPéter Szilágyi2015-06-182-39/+37
| | | |
| * | | eth, eth/downloader: fix processing interrupt caused by temp cancelPéter Szilágyi2015-06-183-24/+22
|/ / /
* | | Merge pull request #1269 from bas-vk/console-batchJeffrey Wilcke2015-06-172-5/+31
|\ \ \ | | | | | | | | added batch mode to console
| * | | added printing support for objectsBas van Kervel2015-06-151-2/+3
| | | |
| * | | added batch mode to consoleBas van Kervel2015-06-142-5/+30
| | |/ | |/|
* | | Merge pull request #1281 from karalabe/fix-overlapping-delivery-hangJeffrey Wilcke2015-06-172-0/+35
|\ \ \ | | | | | | | | eth/downloader: fix #1280, overlapping (good/bad) delivery hang
| * | | eth/downloader: fix #1280, overlapping (good/bad) delivery hangPéter Szilágyi2015-06-172-0/+35
| | |/ | |/|
* | | Merge pull request #1274 from Gustav-Simonsson/update_ethash_godepJeffrey Wilcke2015-06-1733-14768/+2634
|\ \ \ | |/ / |/| | Update ethash godep
| * | Update ethash Godep (again)Gustav Simonsson2015-06-173-12/+23
| | |
| * | Update ethash GodepGustav Simonsson2015-06-1616-13958/+76
| | |
| * | Update Ethereum JSON test filesGustav Simonsson2015-06-1616-802/+2539
|/ /
* | cmd/geth: bump 0.9.31obscuren2015-06-161-1/+1
| |
* | Merge branch 'release/0.9.30' into developobscuren2015-06-161-1/+1
|\ \
| * | cmd/geth: bump version number 0.9.30obscuren2015-06-161-1/+1
|/ /
* | Merge pull request #1260 from obscuren/tx-drop-low-txJeffrey Wilcke2015-06-168-24/+60
|\ \ | | | | | | core: drop low gas tx
| * | rpc/api: fixed default gas-(price) issue.obscuren2015-06-152-7/+10
| | |
| * | core: moved check for max queue to checkQueueobscuren2015-06-152-26/+12
| | | | | | | | | | | | | | | Moved the queue to check to the checkQueue method so no undeeded loops need to be initiated or sorting needs to happen twice.
| * | core: reduce max allowed queued txs per addressobscuren2015-06-152-0/+30
| | | | | | | | | | | | | | | Transactions in the queue are now capped to a maximum of 200 transactions. This number is completely arbitrary.
| * | core, miner: tx pool drops txs below ask priceobscuren2015-06-154-6/+23
| |/
* | Merge pull request #990 from zsfelfoldi/gaspriceJeffrey Wilcke2015-06-158-59/+319
|\ \ | | | | | | eth: add GasPriceOracle
| * | Changed miner and gpo min gas price to 1 szabozsfelfoldi2015-06-151-6/+6
| | |
| * | fixed rpc/api.GasPricezsfelfoldi2015-06-151-1/+1
| | |
| * | fixed xeth.gpo = nil bugzsfelfoldi2015-06-151-1/+4
| | |
| * | removed duplicate function after rebasezsfelfoldi2015-06-151-16/+2
| | |
| * | fixed gas price corr. factorzsfelfoldi2015-06-151-1/+1
| | |
| * | fallback for uninitialized GPO config valueszsfelfoldi2015-06-151-0/+3
| | |
| * | fixed initial base price bugzsfelfoldi2015-06-151-0/+4
| | |
| * | added missing sourcezsfelfoldi2015-06-151-0/+174
| | |
| * | fixed saving receiptszsfelfoldi2015-06-156-54/+144
| |/
* | Merge pull request #1261 from fjl/p2p-no-writes-at-shutdownJeffrey Wilcke2015-06-152-28/+61
|\ \ | | | | | | p2p: prevent writes at shutdown time
| * | p2p: improve disconnect loggingFelix Lange2015-06-152-6/+7
| | |
| * | p2p: track write errors and prevent writes during shutdownFelix Lange2015-06-151-25/+57
| |/ | | | | | | | | | | | | As of this commit, we no longer rely on the protocol handler to report write errors in a timely fashion. When a write fails, shutdown is initiated immediately and no new writes can start. This will also prevent new writes from starting after Server.Stop has been called.
* | Merge pull request #1243 from karalabe/instrument-downloader-syncJeffrey Wilcke2015-06-159-468/+646
|\ \ | |/ |/| eth, eth/downloader: separate concerns, clean up test suite
| * eth: don't refetch non fitting blocks to avoid duplicatesPéter Szilágyi2015-06-151-1/+1
| |
| * eth/downloader: detailed comment for the race corner casePéter Szilágyi2015-06-151-4/+15
| |
| * eth/downloader: fix import statistic reset, fetch hashes asyncPéter Szilágyi2015-06-151-11/+14
| |
| * eth, eth/downloader: do async block fetches, add dl testsPéter Szilágyi2015-06-153-5/+47
| |
| * eth/downloader: sanity test for multi peer syncsPéter Szilágyi2015-06-151-0/+31
| |
| * eth, eth/downloader: move block processing into the downlaoderPéter Szilágyi2015-06-154-231/+253
| |
| * eth/downloader: add valid peer during attacks (check interference)Péter Szilágyi2015-06-151-93/+140
| |
| * eth/downloader: instreument and test the sync peer dropPéter Szilágyi2015-06-152-9/+66
| |
| * eth: fix an accidental test compile errorPéter Szilágyi2015-06-151-3/+1
| |
| * eth/downloader: support individual peers in the test suitePéter Szilágyi2015-06-151-112/+113
| |
| * eth/downloader: remove uneeded testing functionsPéter Szilágyi2015-06-152-37/+2
| |
| * eth, eth/downloader: move peer removal into downloaderPéter Szilágyi2015-06-156-82/+83
|/
* Merge pull request #1255 from obscuren/chain-proc-interuptJeffrey Wilcke2015-06-122-2/+11
|\ | | | | eth, core: interrupt the chain processing on stop
| * core: changed interrupt strategyobscuren2015-06-121-102/+101
| | | | | | | | | | | | Removed chain manager's select/channel approach when checking for interrupts. Now using an atomic int32 instead which checked for every block processed.
| * eth, core: interupt the chain processing on stopobscuren2015-06-122-95/+105
| | | | | | | | | | Added an additional channel which is used to interupt the chain manager when it's processing blocks.
* | Merge pull request #1256 from obscuren/fix-printable-charsJeffrey Wilcke2015-06-125-52/+47
|\ \ | | | | | | core/vm: fixed strange output for trace logging & error reporting
| * | core/vm: Improved error reporting for trace loggingobscuren2015-06-124-46/+45
| | |
| * | core/vm: fixed printable characters using unicode insteadobscuren2015-06-122-6/+2
| |/
* | Merge pull request #1254 from bas-vk/ipcwindowspathfixJeffrey Wilcke2015-06-124-5/+26
|\ \ | | | | | | Invalid named pipe name
| * | removed obsolete console flagBas van Kervel2015-06-122-2/+0
| | |
| * | fixed windows ipc path issueBas van Kervel2015-06-124-4/+27
| | |
* | | Merge pull request #1245 from bas-vk/ipcdatadirfixJeffrey Wilcke2015-06-122-2/+2
|\| | | |/ |/| ipc socket always uses default path
| * ipc socket always used default pathBas van Kervel2015-06-122-2/+2
|/
* Merge pull request #1239 from bas-vk/rpc-apisJeffrey Wilcke2015-06-1150-250/+7950
|\ | | | | RPC refactoring
| * fixed incomplete merge actionBas van Kervel2015-06-112-703/+1
| |
| * removed obsolete print statementBas van Kervel2015-06-112-89/+1
| |
| * removed binary filesBas van Kervel2015-06-112-7/+0
| |
| * upgrade web3.js with _extend supportBas van Kervel2015-06-117-6/+51
| |
| * added net APIBas van Kervel2015-06-111-0/+8
| |
| * added miner APIBas van Kervel2015-06-111-1/+5
| |
| * added console binaryBas van Kervel2015-06-111-5/+89
| |
| * fixed windows build problemBas van Kervel2015-06-111-0/+702
| |
| * changed send methods for backwards compatability in geth consoleBas van Kervel2015-06-112-2/+54
| |
| * added console commandBas van Kervel2015-06-115-26/+64
| |
| * added API/IPC commandline flagsBas van Kervel2015-06-111-0/+5
| |
| * restructured eth rpc APIBas van Kervel2015-06-113-0/+122
| |
| * added shh APIBas van Kervel2015-06-116-5/+370
| |
| * cleanup of javascript APIBas van Kervel2015-06-1110-89/+91
| |
| * added txpool APIBas van Kervel2015-06-114-1/+91
| |
| * changed console welcome messageBas van Kervel2015-06-111-12/+9
| |
| * upgrade web3.js with _extend supportBas van Kervel2015-06-116-2829/+230
| |
| * added admin APIBas van Kervel2015-06-1114-203/+613
| |
| * added personal APIBas van Kervel2015-06-115-9/+259
| |
| * added debug APIBas van Kervel2015-06-119-712/+980
| |
| * only load supported api'sBas van Kervel2015-06-112-9/+81
| |
| * added net APIBas van Kervel2015-06-119-11/+141
| |
| * added miner APIBas van Kervel2015-06-115-1/+323
| |
| * added console binaryBas van Kervel2015-06-116-0/+402
| |
| * fixed windows build problemBas van Kervel2015-06-111-1/+1
| |
| * fixed unittest build problemBas van Kervel2015-06-111-1/+1
| |
| * changed send methods for backwards compatability in geth consoleBas van Kervel2015-06-113-2/+57
| |
| * added console commandBas van Kervel2015-06-1112-249/+4819
| |
| * added API/IPC commandline flagsBas van Kervel2015-06-114-0/+50
| |
| * added RPC/IPC supportBas van Kervel2015-06-116-1/+887
| |
| * restructured eth rpc APIBas van Kervel2015-06-1111-0/+2167
|/
* Merge pull request #1228 from obscuren/vm-optimisationsJeffrey Wilcke2015-06-1116-159/+200
|\ | | | | core/vm: optimisations