aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Updated readmeobscuren2014-11-101-0/+13
| * | Moved ethtest to cmdobscuren2014-11-103-0/+0
| * | Moved messages eventing to chain managerobscuren2014-11-103-17/+26
| * | Added dumpsobscuren2014-11-101-2/+9
| * | Added VM testing toolobscuren2014-11-103-2/+128
| * | Fixed bloom, updated mining & block processingobscuren2014-11-1014-57/+76
| * | Fixed bug on gas and setting of receipts and rootsobscuren2014-11-101-36/+4
| * | Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-0718-229/+554
| * | Proper packagesobscuren2014-11-053-9/+2
| * | Accidental packagesobscuren2014-11-052-2/+2
| * | Updated to ethereum serpentobscuren2014-11-051-1/+1
| * | There'll be jumping in to jumpsobscuren2014-11-051-0/+2
| * | Fixed VM and added static analysis for EVM jumpsobscuren2014-11-055-34/+45
| * | Added JUMP analysis (WIP)obscuren2014-11-051-0/+35
| * | Squashed commit of the following:obscuren2014-11-0521-2967/+2170
| * | added dbobscuren2014-11-041-0/+1
| * | Replaced to return the td and throw a specific error on TDobscuren2014-11-042-6/+15
| * | Reworked chain handling processobscuren2014-11-044-69/+126
| * | Bloom validationobscuren2014-11-041-4/+5
| |/
| * StateManager => BlockManagerobscuren2014-11-0416-67/+51
| * removed old bloomobscuren2014-11-042-67/+0
| * Version bumpobscuren2014-11-042-2/+2
| * Properly list capsobscuren2014-11-042-3/+6
| * Removed debug printobscuren2014-11-042-1/+2
| * Sha addressesobscuren2014-11-042-4/+18
| * Added storage root to dumpobscuren2014-11-044-3/+8
| * method changeobscuren2014-11-041-2/+2
| * Fixed genesisobscuren2014-11-041-4/+5
| * Refactored compress method into something more organisedobscuren2014-11-031-30/+30
| * Compress data on db level. Closes #174obscuren2014-11-033-33/+60
| * Use new iteratorobscuren2014-11-031-1/+1
| * Forgot to put in regular bytes during decompressionobscuren2014-11-032-0/+24
| * Added RLE compression. Closes #171obscuren2014-11-032-0/+175
| * Sign extobscuren2014-11-032-3/+1
| * Signextendobscuren2014-11-012-0/+18
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-0115-72/+74
| |\
| | * chain, tests/helper, vm: make tests compileFelix Lange2014-11-013-4/+6
| | * .gitignore: ignore .ethtestFelix Lange2014-11-011-0/+1
| | * all: fix rename breakageFelix Lange2014-11-0113-69/+68
| * | Re-org op codesobscuren2014-11-015-469/+172
| |/
| * ethminer => minerobscuren2014-10-313-14/+231
| * ethwire => wireobscuren2014-10-3114-291/+74
| * ethtrie => trieobscuren2014-10-3110-22/+22
| * ethstate => stateobscuren2014-10-3136-167/+167
| * ethpipe => xeth (eXtended ETHereum)obscuren2014-10-3119-108/+112
| * Moved utils to cmdobscuren2014-10-3110-7/+8
| * ethlog => loggerobscuren2014-10-3133-146/+146
| * ethcrypto => cryptoobscuren2014-10-3127-69/+69
| * Moved ethchain to chainobscuren2014-10-3147-142/+142
| * Updated to use ethereum.jsobscuren2014-10-3113-76/+742
| * Moved logging to state, proper structured blockobscuren2014-10-3013-53/+59
| * Merge pull request #167 from fjl/feature/split-tx-eventJeffrey Wilcke2014-10-305-56/+48
| |\
| | * cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-295-56/+48
| * | Merge pull request #166 from fjl/fix/mist-quitJeffrey Wilcke2014-10-302-8/+4
| |\ \
| | * | eth: stop eventMux firstFelix Lange2014-10-291-1/+3
| | * | javascript: remove unused quit channelFelix Lange2014-10-291-7/+1
| | |/
| * | ethchain: fix dependencyFelix Lange2014-10-301-1/+1
| * | Use new bloom when filtering for topicsobscuren2014-10-302-6/+3
| * | Added bloom 9 point lookup and bloom testobscuren2014-10-302-1/+29
| * | Merge pull request #168 from fjl/feature/working-testsJeffrey Wilcke2014-10-305-93/+70
| |\ \
| | * | vm: fix basic VM testsFelix Lange2014-10-301-19/+35
| | * | ethwire: fix ClientIdentity testFelix Lange2014-10-301-6/+6
| | * | ethpipe: delete useless testFelix Lange2014-10-301-58/+0
| | * | ethchain: fix testsFelix Lange2014-10-301-3/+3
| | * | ethcrypto: fix the testsFelix Lange2014-10-301-7/+26
| | |/
| * | Removed events from the state managerobscuren2014-10-2910-83/+63
| * | PoC 7 updatesobscuren2014-10-2914-135/+219
| * | Generic hashing methodobscuren2014-10-291-0/+20
| * | Added missing requires on SSTORE SLOADobscuren2014-10-282-12/+17
| * | Refund SSTORE properlyobscuren2014-10-282-2/+27
| |/
| * Updated readmeobscuren2014-10-281-2/+6
| * Updated readmeobscuren2014-10-281-18/+23
| * Added bugobscuren2014-10-281-0/+1
| * Added in progress to readmeobscuren2014-10-281-0/+3
| * Upped protocolobscuren2014-10-281-1/+1
| * Added removal off erroneous txs. Fixed pipelineobscuren2014-10-281-5/+9
| * Version bumpobscuren2014-10-271-1/+1
| * Do not return error on VM exceptionobscuren2014-10-271-24/+12
| * Return erroneous txs (so we can remove them from the pool)obscuren2014-10-273-7/+36
| * increased default gas from 500 to 5000obscuren2014-10-271-1/+1
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-10-2721-0/+3019
| |\
| | * Merge pull request #152 from ethersphere/p2pViktor TrĂ³n2014-10-2419-0/+3015
| | |\
| | | * initial commit of p2p packagezelig2014-10-2319-0/+3015
| | * | ethutil: re-add build constraints in script*.go (fixes #151)Felix Lange2014-10-242-0/+4
| | |/
| * | events should be set prior to calling mainloopobscuren2014-10-273-6/+6
| * | Added generic add balance methodobscuren2014-10-271-0/+7
| * | Fixed bloomobscuren2014-10-271-2/+2
| * | Implemented LOG. Closes #159obscuren2014-10-2715-11/+81
| * | Implemented new bloom filter. Closes #156obscuren2014-10-271-0/+38
| * | Removed unnecessary code.obscuren2014-10-271-3/+0
| |/
| * Merge pull request #150 from fjl/developJeffrey Wilcke2014-10-23251-218/+36358
| |\
| | * cmd/*: add license headersFelix Lange2014-10-2326-0/+442
| | * fix 'go get' commands in after the move to cmd/Felix Lange2014-10-231-2/+2
| | * Merge eth-go repository into go-ethereumFelix Lange2014-10-23246-100/+35798
| |/|
| | * Chnged to use GetOp instead & added error + checkingobscuren2014-10-234-6/+58
| | * Update to HEAD testsobscuren2014-10-2311-314/+5
| | * All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
| | * Updated the VM & VM testsobscuren2014-10-2315-44/+30
| | * Do not set error on recoverobscuren2014-10-231-2/+3
| | * Updated tests-subtreeobscuren2014-10-2214-2/+446
| | * added a transfer method to vm envobscuren2014-10-229-36/+59
| | * Procotol version bump for uncle list changeobscuren2014-10-211-1/+1
| | * Empty string for uncleobscuren2014-10-212-6/+5
| | * PoC7 Netobscuren2014-10-217-411/+38
| | * WIP RPC interfaceobscuren2014-10-215-0/+487
| | * Renamed block_chain to chain_managerobscuren2014-10-2014-113/+77
| | * movedobscuren2014-10-1922-9/+9
| | * Added tests as subtreeobscuren2014-10-1922-20/+13365
| | * Readersobscuren2014-10-193-27/+44
| | * Travis bumped to 1.3obscuren2014-10-181-1/+1
| | * Re-enabled Travisobscuren2014-10-181-1/+2
| | * Reflect changed to eth/vmobscuren2014-10-182-4/+4
| | * Moved ethvm => vmobscuren2014-10-1816-23/+24
| | * Using proper naming scheme. Fixes #63obscuren2014-10-182-4/+0
| | * 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