aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | reactor testzelig2014-07-151-0/+63
| | * | | | | | fix send overwritten by mergezelig2014-07-151-2/+2
| | * | | | | | merge upstreamzelig2014-07-1524-258/+461
| | |\ \ \ \ \ \
| | * | | | | | | fix reactor channel blockingzelig2014-07-151-26/+27
| | * | | | | | | fix logger channel blockingzelig2014-07-152-27/+43
| | * | | | | | | remove extra case in main loopzelig2014-07-071-1/+1
* | | | | | | | | minor rlp thingsobscuren2014-08-013-16/+14
|/ / / / / / / /
* | | | | / / / Added better data parserobscuren2014-07-302-0/+34
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Removed peer disconnect on pong timeout. Fixes #106obscuren2014-07-301-13/+21
* | | | | | | Old code removed and renamed amount to balanceobscuren2014-07-309-144/+52
* | | | | | | Increased block request amountobscuren2014-07-301-1/+1
* | | | | | | Added temp seedobscuren2014-07-301-18/+7
* | | | | | | Fixedobscuren2014-07-301-22/+0
* | | | | | | Fixed issue with var int reading.obscuren2014-07-302-4/+27
* | | | | | | Added big data test and updating to readerobscuren2014-07-302-65/+85
* | | | | | | Protobscuren2014-07-291-10/+11
* | | | | | | Added opsobscuren2014-07-292-2/+73
* | | | | | | Clean up and util methodsobscuren2014-07-267-26/+67
* | | | | | | Merge branch 'release/0.6.0' into developobscuren2014-07-252-31/+41
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Removed old S(DIV/MOD)obscuren2014-07-251-27/+16
| * | | | | | Added update method and general service timerobscuren2014-07-241-4/+25
|/ / / / / /
* | | | | | Merge branch 'feature/refactor_vm' into developobscuren2014-07-2427-532/+926
|\ \ \ \ \ \
| * | | | | | Networking codeobscuren2014-07-241-12/+16
| * | | | | | Peer reconnect attemptobscuren2014-07-241-2/+12
| * | | | | | Removed old codeobscuren2014-07-241-26/+0
| * | | | | | Added recoverable optionobscuren2014-07-241-9/+13
| * | | | | | Changed catching up code & peer handlerobscuren2014-07-241-14/+7
| * | | | | | Add Txobscuren2014-07-241-0/+1
| * | | | | | Refactored to new state and vmobscuren2014-07-2420-2024/+195
| * | | | | | div 0 errobscuren2014-07-231-1/+3
| * | | | | | Added big int to uint switchobscuren2014-07-221-0/+2
| * | | | | | Minor improvements and fixes to the new vm structureobscuren2014-07-226-24/+18
| * | | | | | Refactored state, state object and vmobscuren2014-07-2215-1/+2242
* | | | | | | Merge branch 'master' into developobscuren2014-07-231-1/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | zero devision checkobscuren2014-07-231-1/+3
* | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-230-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into developMaran2014-07-221-1/+1
| |\| | | | | | | |_|_|_|/ | |/| | | |
* | | | | | Refactored CALLDATALOAD to use big intobscuren2014-07-223-18/+27
* | | | | | Merge branch 'master' into developobscuren2014-07-221-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Fix regression on 32bit (windows) systemsMaran2014-07-211-1/+1
* | | | | Merge branch 'master' into developobscuren2014-07-213-16/+35
|\| | | |
| * | | | Fixed tx sha creationobscuren2014-07-213-16/+35
* | | | | Changed iteratorobscuren2014-07-214-15/+31
|/ / / /
* | | / Base time on previous parent, not last blockobscuren2014-07-181-2/+2
| |_|/ |/| |
* | | Fixed miner and loggerobscuren2014-07-182-4/+3
* | | Fixed rangeobscuren2014-07-181-3/+5
* | | fixedobscuren2014-07-181-1/+1
* | | Added channel for starting/stopping minerobscuren2014-07-181-4/+8
* | | Merge branch 'develop' into guiminerobscuren2014-07-182-3/+6
|\ \ \
| * | | Check if version in known + fixobscuren2014-07-182-3/+6
* | | | WIP to expose hashrate to guiMaran2014-07-182-2/+13
|/ / /
* | | Added find name for nameregobscuren2014-07-182-0/+14
* | | added chainSync eventobscuren2014-07-181-0/+24
* | | Fixed string dataobscuren2014-07-171-1/+1
* | | bumpobscuren2014-07-171-1/+1
* | | Removed debug logobscuren2014-07-171-1/+1
* | | Removed debug logobscuren2014-07-171-1/+0
* | | Fixed coinbase copy in stateobscuren2014-07-175-19/+29
* | | Trie fixesobscuren2014-07-178-38/+129
* | | Convert a byte slice to addressobscuren2014-07-161-0/+10
* | | Decreased timeoutobscuren2014-07-161-1/+1
* | | Added each callback for storageobscuren2014-07-161-0/+5
* | | Added/changed loggingobscuren2014-07-162-3/+12
* | | Movedobscuren2014-07-161-6/+8
* | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-151-12/+17
|\ \ \
| * | | Rewrote mnemonic word loading to facilitate deployable builds.Maran2014-07-151-12/+17
* | | | Fixed an issue where the trie might crash on missmatching lengthsobscuren2014-07-152-10/+55
|/ / /
* | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-151-0/+12
|\ \ \ | | |/ | |/|
| * | Add windows helper functionsMaran2014-07-141-0/+12
* | | Vm logging on diffobscuren2014-07-154-9/+20
* | | Moved checksobscuren2014-07-152-11/+19
* | | Paranoia check movedobscuren2014-07-151-17/+0
* | | Compare method for receiptsobscuren2014-07-151-0/+12
* | | Removed defer and added receipts checking in tx processingobscuren2014-07-151-25/+5
* | | Fixed "Copy" to also copy over the pending storage changesobscuren2014-07-141-5/+18
* | | Added diff typeobscuren2014-07-141-0/+1
* | | Increased block requestobscuren2014-07-141-1/+1
* | | Changed diff output not to prefix hex with 0xobscuren2014-07-142-5/+5
|/ /
* | Forgot to return gas when CALL's value transfer failsobscuren2014-07-131-0/+3
* | Catch up per 10obscuren2014-07-131-1/+11
* | Changed sha3 to official oneobscuren2014-07-122-3/+4
* | Special diff output for executionobscuren2014-07-116-8/+57
* | vm outputobscuren2014-07-111-0/+2
* | Removed serpentobscuren2014-07-111-7/+8
* | Updated VM & added helper methods to stateobscuren2014-07-102-70/+101
* | Return from execution immediately if there's no codeobscuren2014-07-101-0/+5
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-101-0/+10
|\ \
| * | Check current folder for mnemonic words if it fails in source folder. For bin...Maran2014-07-091-0/+10
* | | Removed debug logobscuren2014-07-101-3/+0
* | | Consensus and bug fixesobscuren2014-07-104-13/+58
* | | Removed hardcoded ipobscuren2014-07-101-2/+0
* | | Increased timeout to 500msobscuren2014-07-101-1/+1
* | | Log received and send toobscuren2014-07-101-2/+2
* | | Fixed BYTE opcodeobscuren2014-07-101-6/+25
|/ /
* | Updated peer serverobscuren2014-07-081-1/+1
* | Upped protocol version numberobscuren2014-07-071-1/+1
* | Fix quitobscuren2014-07-071-1/+1
* | Remove debug printlnobscuren2014-07-071-1/+0
* | Getting rid of deprecated methodsobscuren2014-07-071-8/+2
* | Fixed state reset caseobscuren2014-07-073-4/+29
* | Removed old if statement. No longer neededobscuren2014-07-071-7/+1
* | Log changeobscuren2014-07-071-2/+1
* | Increased timeoutobscuren2014-07-071-1/+1
* | Fixed state reset on errobscuren2014-07-071-2/+2
* | Merge pull request #34 from ethereum/revert-33-feature/ethutil-refactorJeffrey Wilcke2014-07-0711-353/+159
|\ \
| * | Revert "ethreact - Feature/ethutil refactor"Jeffrey Wilcke2014-07-0711-353/+159
|/ /
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-0711-159/+353
|\ \
| * | Merge pull request #33 from ethersphere/feature/ethutil-refactorJeffrey Wilcke2014-07-0711-159/+353
| |\|
| | * fix reactor engine main loop blocked to wait if drainedzelig2014-07-061-8/+14
| | * logger fixzelig2014-07-062-30/+50
| | * Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref...zelig2014-07-052-23/+28
| | |\ | | |/ | |/|
| | * Merge branch 'develop' of github.com:ethereum/eth-go into feature/ethutil-ref...zelig2014-07-055-13/+27
| | |\
| | * | ethreactzelig2014-07-053-0/+278
| | * | use ethreact.Event and ethreact.ReactorEnginezelig2014-07-054-12/+19
| | * | remove reactor code from ethutilzelig2014-07-052-117/+0
* | | | changed state resetobscuren2014-07-072-9/+9
* | | | Connect to peer node by defaultobscuren2014-07-071-0/+2
* | | | Protocol bumpobscuren2014-07-071-1/+1
|/ / /
* | | Debugging mode for vmobscuren2014-07-051-17/+14
* | | Fixed crazy loopingobscuren2014-07-051-6/+14
| |/ |/|
* | Debug output, minor fixes and tweaksobscuren2014-07-045-12/+26
* | Length checkobscuren2014-07-041-1/+1
|/
* Fixed shebang check. Previously it would hang on an unknown shebangobscuren2014-07-041-18/+26
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-07-041-1/+0
|\
| * Merge pull request #32 from josephyzhou/developJeffrey Wilcke2014-07-041-1/+0
| |\
| | * typo, duplicationsJoey Zhou2014-07-041-1/+0
* | | Merge branch 'ethersphere-feature/clientid' into developobscuren2014-07-046-38/+122
|\ \ \
| * | | Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into...obscuren2014-07-046-38/+122
|/| | |
| * | | ConfigManager (transitional)zelig2014-07-041-27/+19
| * | | peer constructors now set version string with ethereum.ClientIdentity().String()zelig2014-07-041-2/+2
| * | | add ClientIdentity() ethwire.ClientIdentity to Ethereumzelig2014-07-041-9/+16
| * | | ethwire.ClientIdentity now handles Client info sent in handshake + testzelig2014-07-042-0/+84
| * | | Merge branch 'develop' of github.com:ethereum/eth-go into feature/clientidzelig2014-07-036-48/+68
| |\ \ \ | | | |/ | | |/|
| * | | EthManager interface extended with ClientIdentity() ethwire.ClientIdentityzelig2014-07-031-0/+1
* | | | Decreased timeoutobscuren2014-07-042-3/+3
| |_|/ |/| |
* | | Fixed reverting errorobscuren2014-07-034-38/+29
| |/ |/|
* | Fixobscuren2014-07-032-1/+2
* | Fixed CREATE op. Fixes #87obscuren2014-07-031-7/+6
* | Fixed address generationobscuren2014-07-031-5/+3
* | Paranoia checkobscuren2014-07-022-12/+13
* | Removed old codeobscuren2014-07-021-5/+1
* | Added paranoia checkobscuren2014-07-021-0/+14
* | Changed CREATEobscuren2014-07-021-24/+35
|/
* Moved methodsobscuren2014-07-021-46/+47
* Added support for breakpoints on specific instructionsobscuren2014-07-021-3/+13
* Removed commentobscuren2014-07-021-1/+0
* Moved debug hook to Vm directlyobscuren2014-07-023-9/+11
* Suicide is deferred to updateobscuren2014-07-022-8/+12
* Updated to generic padding functionobscuren2014-07-021-4/+3
* l <=> robscuren2014-07-021-3/+2
* Removed old methodobscuren2014-07-025-46/+39
* Added quitting reasonobscuren2014-07-021-8/+10
* Removed old codeobscuren2014-07-021-12/+0
* delete?obscuren2014-07-0251-13288/+0
* Added utility wrapper for Ethereum Config contractobscuren2014-07-021-7/+44
* Added Left and Right padding utility functionsobscuren2014-07-021-1/+24
* Fixed key import for empty entriesobscuren2014-07-021-1/+5
* Added Path utilityobscuren2014-07-021-0/+20