/www/p5-Amon2-Lite/

'>cgit logo index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop'0.9.23obscuren2015-05-221-4/+5
|\
| * miner: moved break INSIDE the switch ...obscuren2015-05-221-4/+5
| * Merge branch 'release/0.9.23' into developobscuren2015-05-222-1/+3
| |\
* | \ Merge branch 'release/0.9.23'v0.9.23obscuren2015-05-2243-938/+12300
|\ \ \ | | |/ | |/|
| * | miner: on downloader.Done/Fail stop immediately. Ignore pending evsobscuren2015-05-221-0/+2
| * | cmd/geth: bump version 0.9.23obscuren2015-05-221-1/+1
| |/
| * Merge pull request #1055 from ethersphere/autodagJeffrey Wilcke2015-05-224-1/+127
| |\
| | * automatic DAG pregeneration for smooth epoch transitionszelig2015-05-214-1/+127
| * | Merge pull request #1064 from karalabe/downloader-attacksJeffrey Wilcke2015-05-226-28/+99
| |\ \
| | * | eth, eth/downloader: remove duplicate consts, bump hash fetch to 2KPéter Szilágyi2015-05-216-13/+14
| | * | eth/downloader: circumvent a forged block chain with known parent attackPéter Szilágyi2015-05-212-13/+56
| | * | eth/downloader: prevent a peer from dripping bad hashesPéter Szilágyi2015-05-212-9/+36
| * | | Merge pull request #1063 from bas-vk/issue1053Jeffrey Wilcke2015-05-211-2/+5
| |\ \ \ | | |_|/ | |/| |
| | * | prefix dapp key/value entries in extradbBas van Kervel2015-05-211-2/+5
| |/ /
| * | Merge pull request #1062 from Gustav-Simonsson/tests_updatesJeffrey Wilcke2015-05-217-31/+9209
| |\ \
| | * | Add wrapper for BlockTests/bcWalletTest.jsonGustav Simonsson2015-05-181-0/+4
| | * | Handle call depth exception for CREATEGustav Simonsson2015-05-181-0/+6
| | * | Update Ethereum JSON test filesGustav Simonsson2015-05-185-31/+9199
| * | | Merge pull request #1059 from obscuren/cleanupJeffrey Wilcke2015-05-215-36/+37
| |\ \ \ | | |/ / | |/| |
| | * | miner: one-shot update loopobscuren2015-05-211-0/+6
| | * | eth: reduced max open files for LevelDBobscuren2015-05-211-1/+1
| | * | ethdb: documentation and corruption recoveryobscuren2015-05-211-8/+13
| | * | core: switched back to `set.Set` for uncle verificationobscuren2015-05-211-24/+14
| | * | xeth: removed `Value`obscuren2015-05-211-3/+3
| |/ /
| * | Merge pull request #1043 from obscuren/test_fixesJeffrey Wilcke2015-05-203-13/+35
| |\ \
| | * | tests: added conditional skip on long running VM testsobscuren2015-05-201-0/+7
| | * | core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-203-5/+17
| | * | tests/vm: updated tests and skipped output for specific testsobscuren2015-05-201-8/+11
| * | | Merge pull request #1049 from zsfelfoldi/receiptsJeffrey Wilcke2015-05-202-0/+34
| |\ \ \
| | * | | Storing tx receipts in extraDbzsfelfoldi2015-05-202-0/+34
| | | |/ | | |/|
| * | | Merge pull request #1048 from ethersphere/cli-fixesJeffrey Wilcke2015-05-2015-645/+2305
| |\ \ \
| | * | | rpc: NewNotAvailableError instead of NewNotImplementedError if no solczelig2015-05-201-1/+1
| | * | | fix eth.sign. now implemented in admin jsre until web3.js has it .zelig2015-05-204-43/+68
| | * | | multiple contract source for solidity compiler: returns contract array if mul...zelig2015-05-206-74/+91
| | * | | update web3.js to 0.4.2zelig2015-05-201-475/+2061
| | * | | add usage doc to wallet importzelig2015-05-201-1/+9
| | * | | remove solc flairzelig2015-05-201-1/+2
| | * | | solc now in ethereum, fixes solc path setting; setSolc() didnt workzelig2015-05-206-15/+26
| | * | | fix solc tests unskipzelig2015-05-206-38/+50
| | |/ /
| * | | Merge pull request #1050 from karalabe/handle-slow-download-testerJeffrey Wilcke2015-05-201-1/+1
| |\ \ \
| | * | | eth/downloader: fix test to it doesn't time out on a slow machinePéter Szilágyi2015-05-201-1/+1
| * | | | Merge pull request #1051 from karalabe/fix-odd-namingJeffrey Wilcke2015-05-202-7/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | eth: fix odd method names in peer setPéter Szilágyi2015-05-202-7/+7
| |/ / /
| * | | Merge pull request #1044 from obscuren/thread_safe_block_cacheJeffrey Wilcke2015-05-201-0/+3
| |\ \ \
| | * | | core: block cache Has method thread safeobscuren2015-05-201-0/+3
| | | |/ | | |/|
| * | | Merge pull request #1046 from tgerring/issue1045Jeffrey Wilcke2015-05-201-10/+21
| |\ \ \ | | |/ / | |/| |
| | * | Support multiple account unlock attemptsTaylor Gerring2015-05-201-3/+10
| | * | Allow unlocking multiple accounts #1045Taylor Gerring2015-05-201-9/+13
| * | | core: skipped tests while cache disabledobscuren2015-05-201-0/+2
| |/ /
| * | Merge pull request #1035 from karalabe/eth-threadsafe-peersJeffrey Wilcke2015-05-193-68/+150
| |\ \
| | * | eth: remote a superfluous peerSet methodPéter Szilágyi2015-05-191-12/+0
| | * | eth: make the peer set thread safePéter Szilágyi2015-05-193-68/+162
| | |/
| * | Merge pull request #1036 from tgerring/issue884Jeffrey Wilcke2015-05-192-8/+21
| |\ \
| | * | Use bytes.Repeat() instead of 32-byte literalTaylor Gerring2015-05-191-1/+2
| | * | XEth comment clarificationTaylor Gerring2015-05-181-2/+5
| | * | CleanupTaylor Gerring2015-05-181-3/+1
| | * | Return nil for certain fields on eth_getTransactionByHash when not part of a ...Taylor Gerring2015-05-181-3/+7
| | * | Return nil for certain fields on eth_getBlockByNumber pendingTaylor Gerring2015-05-181-0/+7
| * | | core: disable cash tmpobscuren2015-05-191-3/+5
| * | | Merge pull request #1034 from obscuren/tx_pool_fixJeffrey Wilcke2015-05-191-0/+2
| |\ \ \
| | * | | xeth: remove nonce on error. Fixes #1026obscuren2015-05-191-0/+2
| | |/ /
| * | | Merge pull request #1022 from obscuren/parallel_nonce_checksJeffrey Wilcke2015-05-199-25/+119
| |\ \ \
| | * | | core: fixed testsobscuren2015-05-193-8/+15
| | * | | core: chain manager no longer exports genesis blockobscuren2015-05-192-2/+4
| | * | | miner: stale block notificationobscuren2015-05-191-1/+7
| | * | | core: parallelise nonce checking when processing blocksobscuren2015-05-184-15/+94
| * | | | Merge pull request #1033 from tgerring/issue1010Jeffrey Wilcke2015-05-193-33/+70
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Remove unused confirm() methodTaylor Gerring2015-05-191-14/+0
| | * | | Refactor user prompts into utilsTaylor Gerring2015-05-193-49/+50
| | * | | Add user confirmation for removedbTaylor Gerring2015-05-191-5/+40
| | * | | Add "removedb" command to GethTaylor Gerring2015-05-181-0/+15
| * | | | Merge pull request #1032 from tgerring/issue1025Jeffrey Wilcke2015-05-181-1/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Permit multiple CORS domainsTaylor Gerring2015-05-181-1/+2
| |/ / /
| * | | Merge pull request #1031 from bas-vk/issue1012Jeffrey Wilcke2015-05-181-12/+13
| |\ \ \ | | |_|/ | |/| |
| | * | fixed issue when miner is not stopping af stop commandBas van Kervel2015-05-181-0/+6
| | * | fixed race condition in minerBas van Kervel2015-05-181-12/+7
| |/ /
| * | core: bugfix test 2. set => hash mapobscuren2015-05-181-14/+23
| * | retobscuren2015-05-181-0/+1
| * | core: tmp diagnostic logsobscuren2015-05-181-0/+7
| * | Merge branch 'hotfix/0.9.22' into developobscuren2015-05-181-1/+1
| |\ \ | | |/ | |/|
| * | Merge pull request #1021 from obscuren/global_chain_lockJeffrey Wilcke2015-05-171-44/+43
| |\ \
| | * | core: global chain insert lockobscuren2015-05-171-44/+43
| * | | Merge pull request #1011 from obscuren/upgradedb_fixJeffrey Wilcke2015-05-161-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | cmd/geth: delete state db on upgradedb commandobscuren2015-05-161-0/+1
| |/ /
| * | Merge branch 'hotfix/0.9.21.1' into developobscuren2015-05-164-27/+35
| |\ \
| * | | Adjust miner coinbase and not just miner worker coinbaseVitalik Buterin2015-05-161-0/+1
| * | | Merge branch 'release/0.9.21' into developobscuren2015-05-166-8/+6
| |\ \ \
* | \ \ \ Merge branch 'hotfix/0.9.22'v0.9.22obscuren2015-05-181-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmd/geth: fixed ver numobscuren2015-05-181-1/+1
|/ / / /
* | | | Merge branch 'hotfix/0.9.21-1'obscuren2015-05-165-27/+36
|\ \ \ \ | | |_|/ | |/| |
| * | | cmd/geth: hotfix bumpv0.9.21.1obscuren2015-05-161-1/+1
| * | | core: further improved uncle error messagesobscuren2015-05-161-8/+8
| * | | eth/downloader: moved start eventobscuren2015-05-162-2/+3
| * | | Adjust miner coinbase and not just miner worker coinbaseVitalik Buterin2015-05-161-0/+1
| * | | miner: mutex locks on cpu agent. Closes #1007obscuren2015-05-161-16/+23
|/ / /
* | | Merge branch 'release/0.9.21'v0.9.21obscuren2015-05-16