aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved Filter's wrapping functions to their own util package. Fixes #61obscuren2014-10-183-95/+122
* Merge pull request #62 from fjl/fuckJeffrey Wilcke2014-10-181-5/+0
|\
| * tests/vm: fix syntaxFelix Lange2014-10-171-5/+0
|/
* Merge pull request #59 from fjl/feature/raceless-ethlogJeffrey Wilcke2014-10-177-210/+254
|\
| * ethlog: fix typo in documentationFelix Lange2014-10-171-1/+1
| * ethlog: fix concurrencyFelix Lange2014-10-171-38/+60
| * ethlog: simplify LogSystem interfaceFelix Lange2014-10-172-60/+17
| * ethlog: add test for '%' in log messageFelix Lange2014-10-171-2/+2
| * ethvm, tests/*: use log level constantsFelix Lange2014-10-173-8/+12
| * ethlog: use Godoc for code examples in documentationFelix Lange2014-10-172-28/+29
| * ethlog: add Godoc documentation, remove READMEFelix Lange2014-10-172-79/+70
| * ethlog: verify that Flush is blocking in TestLoggerFlushFelix Lange2014-10-171-6/+24
| * ethlog: don't buffer output in TestConcurrentAddSystemFelix Lange2014-10-171-1/+1
| * ethlog: improve TestLogSystemFelix Lange2014-10-171-27/+38
| * ethlog: fix StdLogSystem data race on levelFelix Lange2014-10-171-4/+5
| * ethlog: add test that adds log systems concurrentlyFelix Lange2014-10-171-0/+29
| * ethlog: Reset before each testFelix Lange2014-10-171-4/+12
| * ethlog: fix test compilation errorFelix Lange2014-10-171-1/+0
| * ethlog: improve dispatch concurrencyFelix Lange2014-10-171-54/+57
|/
* arith testobscuren2014-10-171-0/+3239
* Quick dirty peer updateobscuren2014-10-172-16/+24
* Merge pull request #58 from fjl/feature/eventJeffrey Wilcke2014-10-1718-633/+556
|\
| * event: panic for duplicate typeFelix Lange2014-10-172-1/+20
| * ethreact: remove packageFelix Lange2014-10-173-274/+0
| * eventer: remove packageFelix Lange2014-10-172-196/+0
| * ethchain: fix testsFelix Lange2014-10-173-11/+14
| * all: use (blocking) event package instead of ethreactFelix Lange2014-10-178-155/+144
| * event: make TypeMux zero value ready to useFelix Lange2014-10-172-13/+12
| * event: make Unsubscribe idempotentFelix Lange2014-10-171-7/+16
| * event: add some documentationFelix Lange2014-10-172-0/+51
| * event: new package for event multiplexerFelix Lange2014-10-172-0/+323
* | added eth testerobscuren2014-10-172-0/+104
* | Fixed most of the testsobscuren2014-10-179-67/+112
|/
* Corrected package ....obscuren2014-10-161-1/+1
* Updated testsobscuren2014-10-162-15/+34
* Moved state reset to defered functionobscuren2014-10-161-5/+6
* Switch EXT* codesobscuren2014-10-162-4/+4
* Use the state instead of the state object directly.obscuren2014-10-163-23/+58
* Fixed remote Arithmetic testsobscuren2014-10-1511-100/+187
* Working on test suiteobscuren2014-10-157-0/+228
* Couple of minor issues fixedobscuren2014-10-156-5/+13
* Removed old installer scriptobscuren2014-10-142-61/+3
* Tests for native function callingobscuren2014-10-146-14/+80
* Changed VM Test codeobscuren2014-10-141-10/+16
* Refactored VM to two separate VMs; std & debugobscuren2014-10-1413-352/+1153
* Max callstackobscuren2014-10-112-4/+11
* Implemented AR PoWobscuren2014-10-115-0/+300
* Added some methods to comply to the PoW block interfaceobscuren2014-10-111-0/+8
* Added generic big to 256 method. Implemented new iteratorobscuren2014-10-108-120/+151
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-10-103-19/+83
|\
| * Merge pull request #57 from fjl/feature/raceless-ethereum-filtersJeffrey Wilcke2014-10-101-10/+23
| |\
| | * eth: fix filter map data raceFelix Lange2014-10-091-10/+23
| * | Merge pull request #56 from fjl/feature/raceless-eventerJeffrey Wilcke2014-10-102-9/+60
| |\ \ | | |/ | |/|
| | * eventer: fix data raceFelix Lange2014-10-081-4/+8
| | * eventer: add test for concurrent Post/RegisterFelix Lange2014-10-081-1/+48
| | * eventer: fix testsFelix Lange2014-10-081-4/+4
| |/
* / Implemented new iteratorobscuren2014-10-101-0/+143
|/
* Moved the To256obscuren2014-10-082-29/+37
* Proper new blockobscuren2014-10-081-1/+9
* New block messageobscuren2014-10-085-10/+23
* Renamed Sha3Bin to Sha3obscuren2014-10-0810-20/+22
* Precompiled crypto contractsobscuren2014-10-082-60/+73
* Removed POST & moved CALLCODEobscuren2014-10-081-185/+30
* ECRECOVER RIPEMD160 SHA256obscuren2014-10-081-0/+30
* Protocol bumpobscuren2014-10-081-19/+16
* Minor tweaks for poc7obscuren2014-10-087-40/+43
* kick of bad peersobscuren2014-10-075-77/+54
* Kick off bad peers on bad chains and improved catch up on diverted chainobscuren2014-10-022-10/+19
* Black listing of bad peersobscuren2014-10-023-28/+121
* Proper deleteobscuren2014-10-021-1/+1
* Fixed inconsistenciesobscuren2014-10-027-25/+37
* improved blockchain downloadingobscuren2014-10-022-37/+42
* msgobscuren2014-10-021-3/+3
* Implemented WebSocket packageobscuren2014-10-016-12/+272
* Working on new (blocking) event machine.obscuren2014-09-299-180/+322
* Block pool is thread safeobscuren2014-09-283-53/+69
* Have you seen my parents, sir?obscuren2014-09-272-2/+2
* Logging messagesobscuren2014-09-272-2/+4
* skip messages properlyobscuren2014-09-271-3/+3
* Merge branch 'release/0.6.7' into developobscuren2014-09-263-1/+14
|\
| * Added protocol caps accessorsobscuren2014-09-263-1/+14
|/
* Fixed messages to use proper numbersobscuren2014-09-263-55/+54
* Attempt to catch up from unknown blockobscuren2014-09-253-3/+15
* Merge branch 'master' into developobscuren2014-09-252-0/+3
|\
| * Merge pull request #52 from nicksavers/winfixJeffrey Wilcke2014-09-252-0/+3
| |\
| | * Add blank line after +build commentnicksavers2014-09-242-0/+3
* | | Merge branch 'master' into developobscuren2014-09-251-2/+2
|\| |
| * | queue get peers each 10 secondsobscuren2014-09-251-2/+2
* | | Merge branch 'master' into developobscuren2014-09-252-5/+4
|\| |
| * | merge errorobscuren2014-09-252-5/+4
| * | Merge branch 'release/0.6.6'obscuren2014-09-259-89/+202
| |\ \
* | \ \ Merge branch 'release/0.6.6' into developobscuren2014-09-252-13/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Temp work aroundobscuren2014-09-252-13/+13
|/ / /
* | | Merge branch 'tmp' into developobscuren2014-09-257-66/+169
|\ \ \
| * | | Block pool stop / startobscuren2014-09-251-0/+5
| * | | Peers no longer take care of block processingobscuren2014-09-251-32/+2
| * | | Removed logobscuren2014-09-251-1/+0
| * | | Mine without txsobscuren2014-09-251-7/+0
| * | | Changed the block fetching code and hash distributionobscuren2014-09-251-45/+85
| * | | Info => Debugobscuren2014-09-251-3/+1
| * | | Fixed race conditionobscuren2014-09-241-2/+2
| * | | tmpobscuren2014-09-243-45/+154
| |/ /
* / / checkpobscuren2014-09-242-22/+32
|/ /
* / Added TD for each blockobscuren2014-09-244-2/+44
|/
* Merge branch 'develop'obscuren2014-09-242-2/+2
|\
| * ughobscuren2014-09-242-2/+2
| * Merge branch 'hotfix/0.6.5-3' into developobscuren2014-09-233-12/+37
| |\
| * \ Merge branch 'hotfix/0.6.5-2' into developobscuren2014-09-232-0/+32
| |\ \
| * \ \ Merge branch 'hotfix/0.6.5-1' into developobscuren2014-09-231-0/+8
| |\ \ \
| * \ \ \ Merge branch 'release/0.6.5' into developobscuren2014-09-233-14/+16
| |\ \ \ \
* | \ \ \ \ Merge branch 'hotfix/0.6.5-3'obscuren2014-09-233-12/+37
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Re-added min gas price check on tx poolobscuren2014-09-233-12/+37
|/ / / / /
* | | | | Merge branch 'hotfix/0.6.5-2'obscuren2014-09-232-0/+32
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Removed windows support for serpent :-(obscuren2014-09-232-0/+32
|/ / / /
* | | | Merge branch 'hotfix/0.6.5-1'obscuren2014-09-231-0/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | don't mine without transactionsobscuren2014-09-231-0/+8
|/ / /
* | | Merge branch 'release/0.6.5'obscuren2014-09-2344-1140/+1493
|\ \ \ | | |/ | |/|
| * | Remove logobscuren2014-09-231-1/+0
| * | Increased from 200 nano to millisecondsobscuren2014-09-231-1/+2
| * | Remove logobscuren2014-09-221-1/+0
| * | New Peer serverobscuren2014-09-221-1/+2
| * | Support C++ GetBlockHash by assuming empty = doneobscuren2014-09-221-12/+14
| |/
| * Added JavaScript JSON helperobscuren2014-09-221-1/+16
| * Re-wrote Call and Execute to use the new vm messagesobscuren2014-09-222-21/+39
| * BigInt accept stringobscuren2014-09-221-0/+2
| * Fixed deref ptrobscuren2014-09-193-3/+26
| * Updated opcodesobscuren2014-09-181-138/+106
| * Upped protocol version for VM changeobscuren2014-09-185-81/+110
| * Removed extra slash so @nicksavers gets off my back ;-)obscuren2014-09-171-9/+11
| * Added lenobscuren2014-09-172-9/+45
| * Added Past peers optionobscuren2014-09-171-5/+14
| * Rewriteobscuren2014-09-171-1/+4
| * Truncate when writingobscuren2014-09-171-1/+1
| * Connect to previous peerobscuren2014-09-162-40/+63
| * Up deadline to reduce cpu loadobscuren2014-09-161-1/+1
| * Moved codeobscuren2014-09-162-12/+206
| * Rewrote reading strategyobscuren2014-09-161-203/+38
| * require 5 for postobscuren2014-09-162-6/+8
| * VM execution fixesobscuren2014-09-167-51/+57
| * Improved catching up and refactoredobscuren2014-09-1511-102/+125
| * Updated GHOSTobscuren2014-09-157-66/+101
| * Added unique setobscuren2014-09-151-0/+32
| * add it to the listobscuren2014-09-142-1/+1
| * fixed status messageobscuren2014-09-141-9/+19
| * tmpobscuren2014-09-141-1/+1
| * log removedobscuren2014-09-141-2/+0
| * tmpobscuren2014-09-141-14/+15
| * Fixed contract validation address in tx poolobscuren2014-09-141-2/+5
| * Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-09-143-0/+36
| |\
| | * Merge pull request #49 from WeMeetAgain/developJeffrey Wilcke2014-09-113-0/+36
| | |\
| | | * Merge branch 'feature-pushtx' into developCayman Nava2014-09-103-0/+36
| | | |\
| | | | * add pushtx to apiCayman Nava2014-09-103-0/+36
| * | | | Reworked filtersobscuren2014-09-144-95/+68
| * | | | Merge branch 'master' into developobscuren2014-09-130-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | fi cryptoobscuren2014-09-131-16/+2
| * | | | added string castingobscuren2014-09-132-4/+12
| * | | | Removed some commented codeobscuren2014-09-103-92/+2
| |/ / /
| * / / New p2p protocol. NOTE: Needs major refactoring. See #50obscuren2014-09-102-56/+103
| |/ /
| * | Added CALLSTATELESSobscuren2014-09-102-8/+22
| * | Added GetCode methodobscuren2014-09-082-1/+14
| * | Make use of new list type for transactions instead of jsonobscuren2014-09-081-15/+19
| * | New OPCODESobscuren2014-09-082-24/+59
| * | Contract creation address are empty againobscuren2014-09-082-4/+3
| * | Reset the transient state when a new block's been foundobscuren2014-09-081-0/+2
| * | Changed back to FIPS 180obscuren2014-09-082-18/+4
| * | Added new list type which can embed any slice typeobscuren2014-09-071-0/+42
| * | Updated to latest sha3 implementation. Fixes #48obscuren2014-09-072-2/+19
| |/
| * Block sizeobscuren2014-08-254-2/+35
| * Implemented POSTobscuren2014-08-256-71/+209
| * Serpent! :-)obscuren2014-08-241-9/+9
| * Merge branch 'master' into developobscuren2014-08-241-1/+3
| |\ | |/ |/|
* | changed to new nat-pmp repoobscuren2014-08-241-1/+3
* | Merge branch 'release/0.6.4'obscuren2014-08-222-10/+6
|\ \
* \ \ Merge branch 'release/0.6.4'obscuren2014-08-228-29/+207
|\ \ \
* \ \ \ Merge branch 'release/0.6.3'obscuren2014-08-2164-3113/+4463
|\ \ \ \
* \ \ \ \ Merge branch 'release/0.6.0'obscuren2014-07-2529-590/+1019
|\ \ \ \ \
| | | | | * Changed levelobscuren2014-08-241-2/+3
| | | | | * Removed old codeobscuren2014-08-232-11/+4
| | | | | * Don't add ...obscuren2014-08-221-2/+2
| | | | | * Logobscuren2014-08-221-2/+0
| | | | | * Minor improvement catching upobscuren2014-08-221-4/+12
| | | | | * Write Protocol version to the db so we can perform sanity checksobscuren2014-08-222-1/+13
| | | | | * Extra checksobscuren2014-08-221-5/+9
| | | | | * Changed log statementsobscuren2014-08-221-1/+1
| | | | | * Removed old chain codeobscuren2014-08-223-209/+5
| | | | | * Storage at changed to return bytesobscuren2014-08-222-2/+3
| | | | | * Merge branch 'release/0.6.4' into developobscuren2014-08-223-11/+7
| | | | | |\ | | | | | |/ | | | | |/|
| | | | * | invalidated SWAP/DUPobscuren2014-08-222-10/+6
| | | |/ /
| | | * / bumpobscuren2014-08-221-1/+1
| | | |/
| | | * Turbo miningobscuren2014-08-223-3/+15
| | | * DUP/SWAP n & ADD/MULMODobscuren2014-08-222-12/+116
| | | * DUP n SWAP nobscuren2014-08-224-9/+59
| | | * Turbo modeobscuren2014-08-221-1/+2
| | | * Turbo modeobscuren2014-08-221-4/+15
| | | * Merge branch 'release/0.6.3' into developobscuren2014-08-212-20/+20
| | | |\ | | | |/ | | |/|
| | * | MIT -> LGPLobscuren2014-08-211-18/+13
| | * | Docobscuren2014-08-211-1/+6
| | * | Prot 0.6.3obscuren2014-08-211-1/+1
| | |/
| | * Always return something validobscuren2014-08-211-0/+5
| | * Re-enabled catching up flagobscuren2014-08-211-0/+10
| | * PoC 6 networking code.obscuren2014-08-217-196/+295
| | * Added block by hash or numberobscuren2014-08-201-1/+13
| | * Added block by numberobscuren2014-08-201-0/+8
| | * JS Filterobscuren2014-08-203-8/+53
| | * Added JSFilter typeobscuren2014-08-201-3/+83
| | * Removed the "Get" partobscuren2014-08-186-21/+83
| | * Dump bytes instead of stringsobscuren2014-08-172-11/+28
| | * Mutan compileobscuren2014-08-171-0/+9
| | * Mutan compileobscuren2014-08-171-0/+9
| | * removed pub completely in favour of pipeobscuren2014-08-164-592/+26
| | * Added message to closure && added change addressesobscuren2014-08-158-50/+125
| | * Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-08-153-1660/+1636
| | |\
| | | * Merge pull request #43 from ethersphere/developJeffrey Wilcke2014-08-153-1660/+1636
| | | |\
| | | | * Merge branch 'develop' of github.com:ethereum/eth-go into developzelig2014-08-142-2/+17
| | | | |\
| | | | * | inline mnemonic wordlist to support binary builds without extra assetzelig2014-08-123-1660/+1636
| | * | | | Reworking the public js interface (pub) => (pipe)obscuren2014-08-154-6/+349
| | |/ / /
| | * | | Convert to hexobscuren2014-08-151-4/+5
| | * | | Removed old codeobscuren2014-08-152-7/+12
| | * | | Added new filter from mapobscuren2014-08-151-18/+65
| | * | | updated filter so it accepts multiple from and toobscuren2014-08-141-10/+38
| | * | | Removed validation check from GetMessagesobscuren2014-08-141-30/+2
| | | |/ | | |/|
| | * | Updated lookup method to include CNAME's as well as A recordsobscuren2014-08-132-2/+17
| | |/
| | * Updated chain for filteringobscuren2014-08-1114-74/+164
| | * Added bloom filter & block filter methodsobscuren2014-08-115-0/+287
| | * Upped protocol versionobscuren2014-08-101-1/+1
| | * Make sure all left padded zero's aren't includedobscuren2014-08-101-2/+3
| | * Fixed gas limit calculationobscuren2014-08-101-2/+4
| | * Fixed stack issueobscuren2014-08-084-17/+17
| | * Fixed issue with overflowing 256 bit integersobscuren2014-08-081-0/+31
| | * Changed to DnsRegobscuren2014-08-072-3/+3
| | * Added dns lookupobscuren2014-08-073-1/+19
| | * Added state dump methodobscuren2014-08-064-18/+71
| | * config => Configobscuren2014-08-052-6/+6
| | * world => Worldobscuren2014-08-052-13/+13
| | * Renamed object to Objectobscuren2014-08-054-10/+10
| | * Added vm options for object executionobscuren2014-08-054-39/+58
| | * pipeobscuren2014-08-051-1/+1
| | * Added exist methodobscuren2014-08-042-0/+5
| | * Added general Pipe APIobscuren2014-08-046-0/+345
| | * ethstate.NewState => ethstate.Newobscuren2014-08-045-11/+12
| | * ethtrie.NewTrie => ethtrie.Newobscuren2014-08-048-82/+52
| | * Merge branch 'ethersphere-feature/ethutil-refactor' into developobscuren2014-08-0111-190/+395
| | |\
| | | * Merge branch 'feature/ethutil-refactor' of https://github.com/ethersphere/eth...obscuren2014-08-0111-190/+395
| | | |\
| | | | * merge upstreamzelig2014-07-3137-862/+1317
| | | | |\
| | | | * | send zero event to miner.powQuitChan fixes miner hangingzelig2014-07-221-3/+3
| | | | * | ethreact/README.mdzelig2014-07-212-1/+29
| | | | * | Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref...zelig2014-07-217-33/+68
| | | | |\ \
| | | | * \ \ merge upstreamzelig2014-07-2120-160/+403
| | | | |\ \ \
| | | | * | | | properly unsubscribe react channels when miner stops - fixes write on closed ...zelig2014-07-151-27/+31
| | | | * | | | use ethreact.Event and ethreact.ReactorEnginezelig2014-07-156-129/+18