aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Concat and pad dataobscuren2014-12-223-5/+11
* Merge branch 'develop' into poc8obscuren2014-12-226-3055/+13
|\
| * Merge pull request #217 from ethereum/testsJeffrey Wilcke2014-12-226-3055/+13
| |\
| | * Remove old fileTaylor Gerring2014-12-221-8/+0
| | * Move goveralls call to scriptTaylor Gerring2014-12-222-2/+2
| | * Add coveralls coverage badgeTaylor Gerring2014-12-221-0/+1
| | * Use repo default branchesTaylor Gerring2014-12-221-2/+2
| | * Update travis go version to tipTaylor Gerring2014-12-221-1/+1
| | * inline dependency installation scriptTaylor Gerring2014-12-221-1/+1
| | * Exclude VM testsTaylor Gerring2014-12-221-1/+4
| | * Merge branch 'tests' of github.com:ethereum/go-ethereum into testsTaylor Gerring2014-12-22115-8384/+20433
| | |\
| | | * Merge pull request #216 from ethereum/developTaylor Gerring2014-12-22115-8384/+20433
| | | |\ | | |_|/ | |/| |
| | * | Update cover command installationTaylor Gerring2014-12-221-1/+1
| | |/
| | * remove temp coverage fileTaylor Gerring2014-12-221-3038/+0
| | * Updated tool import pathsTaylor Gerring2014-12-221-2/+2
* | | Added whisper js apiobscuren2014-12-227-130/+153
* | | updated ethereum.jsobscuren2014-12-2226-0/+1732
* | | movedobscuren2014-12-222-2/+3
* | | Merge branch 'develop' into poc8obscuren2014-12-221-3/+1
|\| |
| * | Fixed EVM environment. Closes #215obscuren2014-12-211-3/+1
* | | updated whisper uiobscuren2014-12-221-2/+3
* | | Updated QWhisperobscuren2014-12-215-13/+80
* | | Merge branch 'develop' into poc8obscuren2014-12-2012-70/+89
|\| |
| * | Merge branch 'release/v0.7.10' into developobscuren2014-12-2012-62/+81
| |\ \
| | * | Increased peer from 10 to 30obscuren2014-12-202-2/+2
| | * | Minor updates on gas and removed/refactored old code.obscuren2014-12-206-40/+53
| | * | Removed OOG check. Revert should always happen.obscuren2014-12-193-6/+11
| | * | Transaction was generating incorrect hash because of var changesobscuren2014-12-192-10/+11
| | * | Added authorsobscuren2014-12-191-4/+4
| | * | version bumpobscuren2014-12-192-2/+2
| |/ /
| * | Moved VM to executionobscuren2014-12-191-10/+10
* | | Merge branch 'ebuchman-badsig' into poc8obscuren2014-12-194-10/+14
|\ \ \
| * | | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-194-10/+14
|/| | |
| * | | fix panic on bad senderEthan Buchman2014-11-292-2/+6
* | | | Merge branch 'develop' into poc8obscuren2014-12-197-49/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Cleaned up objectsobscuren2014-12-197-49/+13
* | | | mergeobscuren2014-12-1921-342/+2082
|\| | |
| * | | Fixed testsobscuren2014-12-191-4/+0
| * | | Fixed casting errorobscuren2014-12-191-3/+4
| * | | updated testsobscuren2014-12-191-4/+4
| * | | Fixed refund modelobscuren2014-12-193-17/+18
| * | | updated testsobscuren2014-12-192-1/+277
| * | | Gas corrections and vm fixesobscuren2014-12-198-83/+116
| * | | Moved methods to messagesobscuren2014-12-186-37/+14
| * | | Created generic message (easy for testing)obscuren2014-12-1810-102/+159
| * | | updated testsobscuren2014-12-185-148/+1547
* | | | Merge fixesobscuren2014-12-184-12/+8
* | | | Merged developobscuren2014-12-1818-80/+193
|\| | |
| * | | Updated to new methodsobscuren2014-12-188-9/+16
| * | | Locks, refactor, testsobscuren2014-12-1812-66/+168
| * | | Removed ethereum as dependencyobscuren2014-12-181-7/+7
| * | | idx should return -1obscuren2014-12-181-1/+1
| * | | Rlp shouldn't write null bytesobscuren2014-12-181-3/+7
* | | | Merge branch 'develop' into poc8obscuren2014-12-189-31/+128
|\| | |
| * | | Moved pre-compiled, moved depth checkobscuren2014-12-184-23/+35
| * | | moved err checkobscuren2014-12-176-17/+102
* | | | Whisper watches fixesobscuren2014-12-176-16/+56
* | | | doc descobscuren2014-12-161-0/+16
* | | | Merge pull request #211 from fjl/fix-server-discJeffrey Wilcke2014-12-161-7/+2
|\ \ \ \
| * | | | p2p: fix call to Server.removePeer (might help with #209)Felix Lange2014-12-161-7/+2
|/ / / /
* | | | Removed debug messageobscuren2014-12-161-1/+0
* | | | During env open check for pub error which indicated unencrypted payload.obscuren2014-12-162-2/+7
* | | | Fixed deref ptrobscuren2014-12-161-6/+4
* | | | Identity testobscuren2014-12-161-0/+15
* | | | Typoobscuren2014-12-161-1/+1
* | | | Added whisper debug interface + whisper fixesobscuren2014-12-166-28/+32
* | | | Added whisper testobscuren2014-12-161-0/+46
* | | | Added whisper handlerobscuren2014-12-161-0/+4
* | | | Removed goroutine from "Run"obscuren2014-12-161-8/+8
* | | | Merge branch 'develop' into poc8obscuren2014-12-151-0/+27
|\| | |
| * | | Added topic utility functions to whisperobscuren2014-12-151-0/+27
* | | | made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-157-29/+63
* | | | Moved peer helper methedsobscuren2014-12-151-17/+0
* | | | removed filter manager from baseobscuren2014-12-153-37/+32
* | | | Merge branch 'develop' into ethersphere-ethp2pobscuren2014-12-157-8/+277
|\| | |
| * | | Merge branch 'poc8' into developobscuren2014-12-157-8/+277
| |\ \ \
| | * \ \ Merge pull request #204 from fjl/fix-p2p-disconnectJeffrey Wilcke2014-12-157-8/+277
| | |\ \ \
| | | * | | p2p: add test for base protocol disconnectFelix Lange2014-12-151-0/+58
| | | * | | p2p: use an error type for disconnect requestsFelix Lange2014-12-152-2/+10
| | | * | | p2p: add MsgPipe for protocol testingFelix Lange2014-12-152-0/+140
| | | * | | p2p: improve and test eofSignalFelix Lange2014-12-122-5/+68
| | | * | | p2p: fix decoding of disconnect reason (fixes #200)Felix Lange2014-12-121-2/+2
* | | | | | Added old filter. Needs some refactoringobscuren2014-12-152-57/+100
* | | | | | WIPobscuren2014-12-151-3/+5
* | | | | | added protocol handlerobscuren2014-12-151-1/+1
* | | | | | added whisperobscuren2014-12-152-28/+35
* | | | | | WIPobscuren2014-12-152-47/+18
* | | | | | WIPzelig2014-12-150-0/+0
|\ \ \ \ \ \
| * | | | | | initial commit for eth blockpool + testzelig2014-12-102-0/+712
| * | | | | | eth protocol changeszelig2014-12-102-70/+122
| * | | | | | no logging in error (to be refactored into p2p)zelig2014-12-101-6/+0
| * | | | | | initial commit for eth-p2p integrationzelig2014-12-103-0/+500
* | | | | | | resolve merge conflict hellzelig2014-12-154-19/+1
* | | | | | | adapt blockpool/backend to use pow/ezp with pow.Block for VerifyPoW funczelig2014-12-152-12/+3
* | | | | | | adapt cmd/cli to new backendzelig2014-12-152-0/+14
* | | | | | | blockmanager start/stop obsoletezelig2014-12-151-2/+0
* | | | | | | adapt chain_manager to eth protocol interfacezelig2014-12-151-0/+4
* | | | | | | blockpool rewritten , tests broken FIXMEzelig2014-12-152-292/+8
* | | | | | | protocolzelig2014-12-151-7/+83
* | | | | | | initial commit for eth blockpool + testzelig2014-12-151-2/+3
* | | | | | | eth protocol changeszelig2014-12-152-11/+132
* | | | | | | initial commit for eth-p2p integrationzelig2014-12-152-1/+165
* | | | | | | remove wire packagezelig2014-12-156-511/+0
* | | | | | | remove old ethereum/p2p related top level fileszelig2014-12-158-2307/+0
* | | | | | | new cli optionszelig2014-12-152-4/+6
* | | | | | | adapt to new backendzelig2014-12-151-14/+24
* | | | | | | import eth pkgzelig2014-12-153-3/+3
* | | | | | | add Status to retrieve TD, currentBlock, genesis for easy interface with eth/...zelig2014-12-151-1/+5
* | | | | | | adapt to new eth pkg and p2pzelig2014-12-151-5/+3
* | | | | | | add NewMinedBlockEventzelig2014-12-151-0/+3
* | | | | | | transaction pool changeszelig2014-12-151-10/+16
* | | | | | | adapt javascript pkg to new backend, use SuggestPeerzelig2014-12-152-3/+3
* | | | | | | adapt miner to new backend. use events to broadcast new mined blockszelig2014-12-151-4/+3
* | | | | | | adapt xeth pkg to new backend. FIXME JSPeer peer infozelig2014-12-153-44/+35
* | | | | | | blockpool rewritten , tests broken FIXMEzelig2014-12-151-363/+863
* | | | | | | add protocol error types specific to blockpoolzelig2014-12-151-0/+4
* | | | | | | protocolzelig2014-12-151-50/+52
* | | | | | | initial commit for new backend (eth.Ethereum)zelig2014-12-151-0/+357
* | | | | | | initial commit for eth blockpool + testzelig2014-12-152-0/+712
* | | | | | | eth protocol changeszelig2014-12-152-70/+122
* | | | | | | no logging in error (to be refactored into p2p)zelig2014-12-151-6/+0
* | | | | | | initial commit for eth-p2p integrationzelig2014-12-153-0/+500
| |/ / / / / |/| | | | |
* | | | | | fixed testsobscuren2014-12-132-10/+10
* | | | | | eth-go packages ended up in whisperobscuren2014-12-131-1/+1
* | | | | | Merge branch 'poc8' into developobscuren2014-12-131-0/+41
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #206 from ethereum/testsJeffrey Wilcke2014-12-131-0/+41
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix variable nameTaylor Gerring2014-12-131-1/+1
| | * | | | Added Dockerfile to build from sourceTaylor Gerring2014-12-131-0/+41
* | | | | | updated testsobscuren2014-12-134-6255/+7294
* | | | | | Implemented Qt whisper interfaceobscuren2014-12-131-0/+70
* | | | | | Panic for "Vm"obscuren2014-12-131-1/+1
* | | | | | Added length checkesobscuren2014-12-131-1/+18
* | | | | | Movedobscuren2014-12-133-126/+0
* | | | | | Implemented watching using filter packageobscuren2014-12-136-26/+145
* | | | | | Moved filter to eventsobscuren2014-12-133-0/+126
* | | | | | Generic filter interfaceobscuren2014-12-133-0/+126
* | | | | | Accidentally changed max depth during testing & committedobscuren2014-12-121-1/+1
|/ / / / /
* | | | | additional logobscuren2014-12-122-4/+3
* | | | | Squashed commit of the following:obscuren2014-12-128-47/+85
* | | | | moved interfacesobscuren2014-12-112-15/+10
* | | | | states moved to chainobscuren2014-12-1111-28/+31
* | | | | Removed start/stop methodsobscuren2014-12-102-24/+0
* | | | | Moved powobscuren2014-12-108-91/+120
| |/ / / |/| | |
* | | | added simple peer serverobscuren2014-12-101-0/+40
* | | | Updated whisper messages to new crypto api + added testsobscuren2014-12-105-11/+89
* | | | Changed new methods to use ecdsa package for pub prv keysobscuren2014-12-102-26/+35
* | | | changed to unsigned integersobscuren2014-12-103-20/+32
* | | | updated testsobscuren2014-12-1014-783/+8344
* | | | Fixed testsobscuren2014-12-104-175/+4
* | | | Removed tests because they've become obsoleteobscuren2014-12-101-115/+0
* | | | Merge branch 'poc8' into developobscuren2014-12-103-147/+145
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #203 from fjl/rlp-fixesJeffrey Wilcke2014-12-103-147/+145
| |\ \ \ | | |/ / | |/| |
| | * | 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
| |/ /
* | | Added encryption for messages better API for sealing messagesobscuren2014-12-104-23/+90
* | | Added Encrypt & Decrypt using the ECIES w/ testsobscuren2014-12-102-0/+82
* | | Added S256 curveobscuren2014-12-101-0/+363
* | | PV49obscuren2014-12-101-1/+1
* | | Core changesobscuren2014-12-104-15/+40
* | | Additional checks and debug outputobscuren2014-12-083-2/+14
* | | Proper start/stoping wpeersobscuren2014-12-082-5/+24
* | | First draft of Whisper messages relayingobscuren2014-12-087-0/+472
* | | Merge branch 'poc8' into developobscuren2014-12-0522-2378/+1985
|\| |
| * | 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
| | |/
* | | upped proto version and modified block poolobscuren2014-12-056-17/+18
* | | EXP simplifiedobscuren2014-12-051-7/+1
* | | Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-056-48/+56
* | | Merge branch 'poc8' into developobscuren2014-12-051-3/+1
|\| |
| * | 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
* | | | Skip mining on transactions that don't meet the min accepted gas priceobscuren2014-12-053-26/+32
* | | | Removed mutan. Closes #183obscuren2014-12-053-69/+11
* | | | Show newly created private key during startup. Closes #126obscuren2014-12-053-3/+7
* | | | Improved and simplified wallet functions and behaviourobscuren2014-12-045-33/+29
* | | | Added pre processing of transaction on the transient stateobscuren2014-12-041-1/+7
* | | | vim error :Sobscuren2014-12-041-1/+2
* | | | Only set TD if it's actually higherobscuren2014-12-041-1/+4
* | | | Upped protocol versionobscuren2014-12-044-6/+4
|/ / /
* | | 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