aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rlp: display decoder target type in more error messagesFelix Lange2014-12-102-27/+33
* rlp: remove dead codeFelix Lange2014-12-091-2/+0
* rlp: fix panic in decodeList on go 1.4+Felix Lange2014-12-091-48/+61
* rlp: remove support for signed integer typesFelix Lange2014-12-093-52/+29
* rlp: move decoder type switch to decode.goFelix Lange2014-12-092-32/+36
* Merge branch 'fjl-feature/p2p-protocol-interface' into poc8obscuren2014-12-0522-2378/+1985
|\
| * Merge branch 'feature/p2p-protocol-interface' of https://github.com/fjl/go-et...obscuren2014-12-0522-2378/+1985
|/|
| * p2p: add test for NewPeerFelix Lange2014-11-271-0/+15
| * p2p: make Disconnect not hang for peers created with NewPeerFelix Lange2014-11-271-0/+1
| * p2p: remove Msg.Value and MsgLoopFelix Lange2014-11-253-49/+19
| * rlp: include target type in decoder error messagesFelix Lange2014-11-252-28/+42
| * p2p: use package rlp for baseProtocolFelix Lange2014-11-254-58/+71
| * p2p: use package rlpFelix Lange2014-11-253-67/+31
| * rlp: add NewListStream (for p2p)Felix Lange2014-11-252-0/+27
| * rlp: add Stream.Reset and accept any reader (for p2p)Felix Lange2014-11-252-7/+66
| * p2p: API cleanup and PoC 7 compatibilityFelix Lange2014-11-2217-1902/+1665
| * p2p: disable failing Server tests for nowFelix Lange2014-11-221-0/+3
| * p2p: fix issues found during reviewFelix Lange2014-11-224-53/+96
| * p2p: rework protocol APIFelix Lange2014-11-2214-1282/+1017
* | Merge pull request #199 from ethereum/testsJeffrey Wilcke2014-12-051-3/+1
|\ \
| * | Merge pull request #194 from ethereum/poc8Taylor Gerring2014-11-2761-1120/+5369
| |\|
| * | chain coverage report & submissionTaylor Gerring2014-11-271-3/+1
* | | Moved block validation as first stepobscuren2014-12-042-8/+4
* | | null ptr fixobscuren2014-12-041-4/+3
* | | Log is now interfaceobscuren2014-12-0410-30/+75
* | | sort tests for evmobscuren2014-12-045-9/+11
* | | Renamed State => StateDBobscuren2014-12-0418-73/+73
* | | Updated testing toolsobscuren2014-12-042-23/+69
* | | Fixes #189obscuren2014-12-041-21/+0
* | | Renames for chain, updated VM, moved methodsobscuren2014-12-049-98/+90
* | | Renamed `chain` => `core`obscuren2014-12-0445-160/+112
* | | Descriptive function names for closure gettersobscuren2014-12-043-40/+28
* | | Updated environments according to the new interface setobscuren2014-12-044-18/+83
* | | Moved execution from vm to chain.obscuren2014-12-0412-1090/+226
* | | updated to typesobscuren2014-12-037-59/+31
* | | reverted vm backobscuren2014-12-031-1/+1
* | | reverted vm backobscuren2014-12-033-135/+148
* | | mergeobscuren2014-12-0320-82/+124
|\ \ \
| * | | Fixed mem error in vm. Fixed logs testsobscuren2014-12-038-24/+59
| * | | Set proper message valueobscuren2014-12-034-34/+32
| * | | Updated value for mined blocks. Closes #197obscuren2014-12-031-3/+9
| * | | Check coinbase for from/to inclusionobscuren2014-12-032-8/+13
| * | | Updated LOG to match proper gas in all casesobscuren2014-12-036-43/+17
| * | | Additional logging and removed temp merged mining options.obscuren2014-12-024-8/+6
* | | | merge errors fixedobscuren2014-12-0238-578/+9810
|\| | |
| * | | Check for known block err and ignoreobscuren2014-12-025-80/+37
| * | | updated testsobscuren2014-12-024-0/+120
| * | | Transaction strictnessobscuren2014-12-021-4/+8
| * | | Added state testsobscuren2014-12-024-7/+86
| * | | Fixed EXP gasobscuren2014-12-023-22/+11
| * | | Make an attempt to pay for the gas prior to expanding the mem.obscuren2014-12-023-3/+7
| * | | Updated testsobscuren2014-12-0216-335/+9242
| * | | Additional fees for *COPYobscuren2014-12-021-0/+6
| * | | Changed the way transactions are being added to the transaction poolobscuren2014-12-0215-98/+239
* | | | rework vmobscuren2014-12-013-145/+141
* | | | Fixed mergeobscuren2014-11-2911-69/+76
|\| | | | |_|/ |/| |
| * | updated PVobscuren2014-11-293-3/+3
| * | Changed refundobscuren2014-11-293-17/+21
| * | Removed min gas price from genesisobscuren2014-11-291-2/+0
| * | GasData changes & removed min gas priceobscuren2014-11-294-28/+29
| * | Merge pull request #187 from honestmoney/developJeffrey Wilcke2014-11-222-20/+23
| |\ \
| | * | go get deps doesnt work with develop branchEric Robitaille2014-11-211-7/+11
| | * | go get dependencies on executableEric Robitaille2014-11-211-0/+8
| | * | changed install.sh to change branch and install executableEric Robitaille2014-11-211-19/+4
| | * | fix for install script develEric Robitaille2014-11-211-6/+12
| | * | Updated install.sh - github paths for executablesEric Robitaille2014-11-211-4/+4
| | * | Updated main.go - fix for broken develop build Eric Robitaille2014-11-211-1/+1
| |/ /
* | | Fixed testobscuren2014-11-212-3/+4
* | | Removed naively casting to bytesobscuren2014-11-211-9/+7
* | | Fixed iterator for short nodes.obscuren2014-11-213-4/+9
* | | Added paranoia check for triesobscuren2014-11-193-10/+48
* | | Increased coverageobscuren2014-11-193-49/+92
* | | Added caching and database interface to trieobscuren2014-11-196-38/+134
* | | Added new iterator and testsobscuren2014-11-196-11/+160
* | | Added `chain` tests & minor fixesobscuren2014-11-196-740/+2751
* | | Updated readmeobscuren2014-11-191-45/+23
* | | Fixed tests for 'types'obscuren2014-11-194-5/+7
* | | Merge branch 'tests' into poc8obscuren2014-11-1929-742/+2277
|\ \ \ | | |/ | |/|
| * | Undo running `go vet` in travisTaylor Gerring2014-11-181-2/+2
| * | enable `go vet`Taylor Gerring2014-11-183-1/+1143
| * | enable golintTaylor Gerring2014-11-181-1/+1
| * | Convert vm test to checkerTaylor Gerring2014-11-172-183/+184
| * | Update ethutil/common tests to checkerTaylor Gerring2014-11-171-64/+33
| * | Add goveralls to travis buildsTaylor Gerring2014-11-161-0/+6
| * | update imports order per goimportsTaylor Gerring2014-11-166-6/+12
| * | formatting update per gofmtTaylor Gerring2014-11-161-7/+7
| * | update travis stepsTaylor Gerring2014-11-161-3/+4
| * | Reorg travis.ymlTaylor Gerring2014-11-162-6/+4
| * | Update travis deps scriptTaylor Gerring2014-11-162-3/+1
| * | add websocket to depsTaylor Gerring2014-11-161-0/+1
| * | add go cover to install listTaylor Gerring2014-11-161-0/+1
| * | add go-nat-pmp to manual install listTaylor Gerring2014-11-161-0/+1
| * | Update deps scriptTaylor Gerring2014-11-161-14/+1
| * | Add -y flagsTaylor Gerring2014-11-161-2/+2
| * | update apt reposTaylor Gerring2014-11-161-1/+4
| * | update travis build depsTaylor Gerring2014-11-161-1/+1
| * | make script executableTaylor Gerring2014-11-161-1/+2
| * | script fixTaylor Gerring2014-11-161-1/+1
| * | custom travis build scriptTaylor Gerring2014-11-162-2/+24
| * | try to fix travis dep errorTaylor Gerring2014-11-151-1/+1
| * | more travis changesTaylor Gerring2014-11-151-1/+7
| * | run coverage after buildTaylor Gerring2014-11-151-1/+1
| * | try to get full coverage report on travisTaylor Gerring2014-11-1510-541/+573
| * | Remove failing PrintfTaylor Gerring2014-11-151-1/+2
| * | added test file to root directoryTaylor Gerring2014-11-151-0/+8
| * | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into testsTaylor Gerring2014-11-151-7/+4
| |\ \
| | * | convert trie encoding tests to checkerTaylor Gerring2014-11-131-38/+29
| | * | Remove references to mutanTaylor Gerring2014-11-131-7/+7
| | * | Add initial state/TestDump testTaylor Gerring2014-11-131-0/+9
| | * | Reorg state testsTaylor Gerring2014-11-132-10/+13
| | * | eth-go -> go-ethereumTaylor Gerring2014-11-134-4/+4
| | * | Convert trie tests to gocheckTaylor Gerring2014-11-132-164/+119
| | * | Merge pull request #1 from tgerring/testsTaylor Gerring2014-11-1210-93/+492
| | |\ \
| | | * | Update TestDeleteFromByteSliceTaylor Gerring2014-11-121-3/+2
| | | * | Fix TestBytestoNumberTaylor Gerring2014-11-121-7/+8
| | | * | Update TestNumberToBytesTaylor Gerring2014-11-121-8/+9
| | | * | Converts bytes_test to checkerTaylor Gerring2014-11-121-116/+65
| | | * | Convert rand_test to checkerTaylor Gerring2014-11-121-3/+11
| | | * | Update test style to checkerTaylor Gerring2014-11-121-15/+3
| | | * | Move test bootstrap to main_test.goTaylor Gerring2014-11-123-5/+14
| | | * | Convert value_test to use gocheckTaylor Gerring2014-11-111-51/+34
| | | * | Add verbose comments to TestSnapshotTaylor Gerring2014-11-111-2/+10
| | | * | Update state tests to use gocheckTaylor Gerring2014-11-111-16/+29
| | | * | Added more byte testsTaylor Gerring2014-11-061-0/+37
| | | * | Add coverage for randTaylor Gerring2014-11-061-0/+9
| | | * | Restructure StorageSize string testTaylor Gerring2014-11-061-5/+24
| | | * | Added tests for FormatDataTaylor Gerring2014-11-061-0/+33
| | | * | Reorder tests to match source orderTaylor Gerring2014-11-061-61/+61
| | | * | Added test for IsHexTaylor Gerring2014-11-061-0/+17
| | | * | Remove fmt dependencyTaylor Gerring2014-11-061-3/+6
| | | * | add test for Bytes.String()Taylor Gerring2014-11-061-0/+11
| | | * | added test for CopyBytesTaylor Gerring2014-11-061-0/+9
| | | * | added test for BinaryLengthTaylor Gerring2014-11-061-0/+19
| | | * | add tests for ReadVarIntTaylor Gerring2014-11-061-0/+33
| | | * | added test for parsing bytesTaylor Gerring2014-11-061-1/+11
| | | * | Added byte padding testsTaylor Gerring2014-11-061-0/+60
| | | * | Cleanup big_test.goTaylor Gerring2014-11-051-5/+15
| | | * | New test coverage for ethutil/big.goTaylor Gerring2014-11-051-0/+63
| | | * | New test coverage for ethutil/path.goTaylor Gerring2014-11-051-0/+51
| | | * | Added tests for extra large valuesTaylor Gerring2014-11-042-0/+19
| | | * | Added Douglas and Einstein casesTaylor Gerring2014-11-041-0/+10
| | | * | Update variable name to match unit nameTaylor Gerring2014-11-041-9/+9
| | | * | Environment testsTaylor Gerring2014-11-041-0/+27
| | |/ /
| * | | Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-1515-306/+661
* | | | Added a callback mechanism to chain adding.obscuren2014-11-194-13/+17
* | | | Begin of moving objects to types packageobscuren2014-11-1833-151/+189
* | | | j => iobscuren2014-11-181-1/+0
* | | | added output testobscuren2014-11-183-2/+22
* | | | Update vm_debug.goobscuren2014-11-181-1/+0
* | | | Added some comparison tests for the new ptrieobscuren2014-11-182-1/+62
* | | | New modified patricia trieobscuren2014-11-187-0/+589
* | | | Merge branch 'develop' into refactorobscuren2014-11-174-0/+1251
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-11-174-0/+1251
| |\ \ \
| | * \ \ Merge pull request #184 from fjl/feature/rlpJeffrey Wilcke2014-11-174-0/+1251
| | |\ \ \ | | | |/ / | | |/| |
| | | * | rlp: fix pointer reuseFelix Lange2014-11-172-2/+10
| | | * | rlp: new package for streaming RLP decoderFelix Lange2014-11-174-0/+1243
* | | | | cleaning upobscuren2014-11-172-157/+136
|/ / / /
* / / / clean upobscuren2014-11-153-33/+22
|/ / /
* | | Clean upobscuren2014-11-145-21/+20
* | | Version bumpobscuren2014-11-143-4/+4
* | | Fixes for PV41/42obscuren2014-11-147-29/+34
* | | Numerous fixes for consensus.obscuren2014-11-148-14/+48
* | | Transaction execution fixesobscuren2014-11-1212-33/+61
* | | Fixes for the log methodobscuren2014-11-123-3240/+24
* | | Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-1224-225/+3871
* | | debugging codeobscuren2014-11-117-66/+111
|/ /
* | 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
| |/