aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Rearrange packagesobscuren2014-01-2410-1706/+22
| * | | Added synchronisation of transactions across remote poolsobscuren2014-01-225-49/+96
| * | | Transaction processing. Implemented sending and receiving weiobscuren2014-01-211-0/+161
| * | | Merge branch 'master' of github.com-obscure:ethereum/go-ethereumobscuren2014-01-211-1/+1
| |\ \ \
| | * \ \ Merge pull request #4 from stephantual/masterobscuren2014-01-201-1/+1
| | |\ \ \
| | | * | | Fixed typo (credit to comma 8)Stephan Tual2014-01-161-1/+1
| * | | | | Transaction processing. Implemented sending and receiving weiobscuren2014-01-214-66/+96
| |/ / / /
| * | | | More opcodesobscuren2014-01-191-0/+26
| * | | | More opcodesobscuren2014-01-192-59/+85
| * | | | Added get peers and peers msg.obscuren2014-01-182-13/+94
| * | | | Renamed InOutMsg to msgobscuren2014-01-181-8/+8
| * | | | Ping pong messageobscuren2014-01-182-3/+9
| * | | | Removed dagger broadcasting to the netobscuren2014-01-172-3/+4
| * | | | Updated the wire protocolobscuren2014-01-172-33/+51
| * | | | ECmul tmpobscuren2014-01-172-12/+23
| * | | | Added more opcodesobscuren2014-01-171-2/+36
| * | | | Added stack and opcodes to a separate fileobscuren2014-01-171-55/+59
| * | | | Moved the vm code the block manager and added more opcodesobscuren2014-01-173-375/+78
| * | | | Moved vm testobscuren2014-01-171-0/+77
| * | | | Moved stack to its own file. Moved contract processing to block managerobscuren2014-01-162-5/+366
| * | | | Removed capitalization of the json sourceobscuren2014-01-161-1/+1
| * | | | Removed capitalization of the json sourceobscuren2014-01-161-6/+8
| * | | | Updated readme and coding standardsobscuren2014-01-161-0/+3
| * | | | Updated readme and coding standardsobscuren2014-01-161-2/+13
| * | | | Updated testsobscuren2014-01-162-4/+7
| |/ / /
| * | | Updated to temporary trieobscuren2014-01-153-10/+34
| * | | Some miner reportsobscuren2014-01-135-6/+13
| * | | Peer reaping and fake networkobscuren2014-01-133-13/+45
| * | | Increased buffer sizeobscuren2014-01-132-6/+22
| * | | Atomic syncs on connection statesobscuren2014-01-132-35/+96
| * | | Formatobscuren2014-01-132-11/+8
| * | | Server testing blocksobscuren2014-01-122-18/+31
| * | | Rlp integer fixobscuren2014-01-122-333/+0
| * | | Verion acknowledgementobscuren2014-01-121-9/+65
| * | | Fixed validationobscuren2014-01-121-3/+20
| * | | Fixed dagger verificationobscuren2014-01-121-1/+1
| * | | Validations reordering & added nonce validationobscuren2014-01-121-14/+18
| * | | Block verification, TD calculations and overall block processingobscuren2014-01-121-5/+98
| * | | RLP changesobscuren2014-01-121-0/+1
| * | | sub packagesobscuren2014-01-111-3/+2
| * | | sub packagesobscuren2014-01-111-2/+14
| * | | Coding styleobscuren2014-01-111-1/+24
| * | | gofmt no coding standardsobscuren2014-01-1114-938/+973
| * | | Moving the ethgo to individual packagesobscuren2014-01-1123-1251/+46
| * | | WIP Splitting ethereum up in submodulesobscuren2014-01-112-59/+30
| * | | 224 to 256obscuren2014-01-101-4/+4
| * | | Updated read me and changed mine argument to mobscuren2014-01-102-4/+3
| * | | sudo not udoobscuren2014-01-101-1/+1
| * | | Updated readmeobscuren2014-01-101-1/+1
| * | | before installobscuren2014-01-101-0/+1
| * | | Commentsobscuren2014-01-101-0/+16
| * | | Encodingobscuren2014-01-101-1/+1
| * | | Updated server and peers and mining processingobscuren2014-01-104-50/+112
| * | | Peer handlingobscuren2014-01-102-2/+111
| * | | moved db to dev consoleobscuren2014-01-091-14/+16
| * | | Dagger improvementsobscuren2014-01-094-19/+66
| * | | db console is now a general console.obscuren2014-01-093-16/+41
| * | | Minor updateobscuren2014-01-097-44/+126
| * | | WIP Block chainobscuren2014-01-091-10/+24
| * | | added few commandsobscuren2014-01-091-0/+2
| * | | Updated readmeobscuren2014-01-091-5/+15
| * | | Updated marshallingobscuren2014-01-095-176/+168
| * | | First dagger implobscuren2014-01-091-0/+110
| * | | travisobscuren2014-01-061-0/+3
| * | | updated testing"obscuren2014-01-063-6/+5
| * | | Testingobscuren2014-01-061-3/+3
| * | | Removed loggingobscuren2014-01-061-2/+2
| * | | Changed hashing, signature and key generation.obscuren2014-01-061-25/+70
| * | | secp256k1 method signingobscuren2014-01-051-0/+23
| * | | Contract checking methodobscuren2014-01-051-1/+1
| * | | Updated feeobscuren2014-01-041-7/+10
| * | | Updated stack based vmobscuren2014-01-043-225/+221
| * | | Added byte helpersobscuren2014-01-041-0/+27
| * | | Etherobscuren2014-01-041-11/+52
| * | | blockobscuren2014-01-041-1/+4
| * | | Contract creation, updating and fee processingobscuren2014-01-041-3/+28
| * | | Added new big from []bytesobscuren2014-01-041-0/+9
| * | | Parsing for block and txobscuren2014-01-033-5/+8
| * | | VM Recoveryobscuren2014-01-031-4/+20
| * | | Pop, push, load for vmobscuren2014-01-032-17/+41
| * | | Wip VM. Created contractsobscuren2014-01-036-18/+80
| * | | WIP rewrite vmobscuren2014-01-038-36/+150
| * | | Work in progress external test runnerobscuren2014-01-013-3/+75
| * | | moved to markdownobscuren2014-01-011-0/+0
| * | | Help textobscuren2014-01-011-3/+6
| * | | Added a few more comments and cleaned up codeobscuren2014-01-011-54/+57
| * | | updated readmeobscuren2014-01-011-10/+5
| * | | Moved some testing codeobscuren2014-01-012-45/+15
| * | | Added db query interface and moved memory databaseobscuren2014-01-013-0/+158
| * | | Updated database interface and eth test codeobscuren2014-01-012-2/+2
| * | | Added helper methods for slice comparison and nibble matchingobscuren2014-01-011-0/+27
| * | | Removed old serializationobscuren2014-01-012-83/+0
| * | | Encoding helpers for trieobscuren2014-01-012-12/+16
| * | | Working Trieobscuren2014-01-012-16/+172
| * | | Split up db and trie and added interfaceobscuren2013-12-305-86/+123
| * | | Added sample server, genesis block, and database interfaceobscuren2013-12-304-0/+228
| * | | update testobscuren2013-12-301-8/+19
| * | | Updated serialisationobscuren2013-12-301-11/+31
| * | | Removed logs from tests and updated rlp encoding to include byte slicesobscuren2013-12-302-8/+6
| * | | Encoding helpers with testsobscuren2013-12-302-0/+96
| * | | Commentsobscuren2013-12-295-5/+28
| * | | Test code updatedobscuren2013-12-282-11/+18
| * | | (un)marshal blocks and transactionsobscuren2013-12-282-17/+68
| * | | Fixed rlp encodingobscuren2013-12-282-1/+32
| * | | Updated testsobscuren2013-12-282-15/+27
| * | | Removed slice appending for integersobscuren2013-12-282-3/+9
| * | | Changed 0x0 to \x00obscuren2013-12-281-1/+1
| * | | Unmarshalling of transactionsobscuren2013-12-281-8/+61
| * | | Reset stack pointer on runobscuren2013-12-281-10/+13
| * | | Implemented decoding rlpobscuren2013-12-282-7/+59
| * | | Updated rlp encoding. (requires verification!)obscuren2013-12-282-16/+95
| * | | Testingobscuren2013-12-281-1/+3
| * | | Changed Tx serialization to return bytes instead of a stringobscuren2013-12-282-11/+13
| * | | Serializing blockobscuren2013-12-281-1/+44
| * | | Moved string utilobscuren2013-12-281-0/+23
| * | | WIP new rlp implementationobscuren2013-12-281-0/+52
| * | | Updated feesobscuren2013-12-271-13/+17
| * | | Added travisobscuren2013-12-271-0/+3
| * | | updated readmeobscuren2013-12-261-2/+2
| * | | moved'obscuren2013-12-261-0/+2
| * | | go getobscuren2013-12-261-0/+2
| * | | for => farobscuren2013-12-261-1/+1
| * | | Added readmeobscuren2013-12-261-0/+14
| * | | added git ignoreobscuren2013-12-261-0/+12
| * | | Initial commitobscuren2013-12-261-0/+0
| * | | Initial commitobscuren2013-12-2611-0/+669
| / /
* / / Fix for creating a tx from an unknown accountobscuren2014-07-011-1/+1
|/ /
* | Close pow chat. Fixes #95obscuren2014-07-011-1/+3
* | The dragon has been slain. Consensus reached!obscuren2014-07-015-21/+46
* | Paranoiaobscuren2014-07-012-2/+3
* | Regression test for trieobscuren2014-07-011-16/+54
* | Added Paranoia check for VM executionobscuren2014-07-017-115/+58
* | Iterator fixobscuren2014-06-302-8/+6
* | Generic trieobscuren2014-06-301-10/+12
* | Merge branch 'develop' into interopobscuren2014-06-304-5/+13
|\ \
| * \ Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-06-304-5/+13
| |\ \
* | | | wipobscuren2014-06-304-2/+59
|/ / /
* | | Using remote for test casesobscuren2014-06-302-17/+108
* | | Merge branch 'master' of github.com-obscure:ethereum/eth-goobscuren2014-06-271-1/+1
|\ \ \
| * \ \ Merge pull request #26 from ethersphere/masterJeffrey Wilcke2014-06-271-1/+1
| |\ \ \
| | * | | bump v5.15zelig2014-06-271-1/+1
* | | | | Merge branch 'develop'obscuren2014-06-271-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |
* | | | | Merge branch 'develop'obscuren2014-06-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
* | | | | Merge branch 'release/0.5.15'obscuren2014-06-2725-403/+714
|\ \ \ \ \
* \ \ \ \ \ Merge branch 'release/0.5.14'obscuren2014-06-2020-466/+419
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge branch 'release/0.5.13'obscuren2014-06-1727-352/+1271
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge branch 'release/poc5-rc12'obscuren2014-06-108-16/+62
|\ \ \ \ \ \ \ \
| | | | | | | | * DBKeyStore.Load returns no error if keyring not found in dbzelig2014-06-301-1/+1
| | | | | | | | * using keyPair.Mnemonic() in file key store Save methodzelig2014-06-301-1/+1
| | | | | | | | * added Mnemonic() and AsStrings() methods, added memoization for addresszelig2014-06-301-2/+18
| | | | | | | | * add InitFromString method to be used in guizelig2014-06-301-0/+8
| | | | | | | | * change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-3014-83/+91
| | | | | | | | * refactor ethutil/trie to ethtriezelig2014-06-296-30/+33
| | | | | | | | * import math/bigzelig2014-06-291-0/+1
| | | | | | | | * move CreateAddress from ethutil/common to ethcryptozelig2014-06-292-7/+7
| | | | | | | | * no strconv import neededzelig2014-06-291-3/+1
| | | | | | | | * Key Managerzelig2014-06-295-0/+514
| | | | | | | | * remove ethutil helpers (refactored), and keypair (key management under ethcry...zelig2014-06-292-179/+0
| | | | | | | | * config Pubkey removed (unused)zelig2014-06-291-1/+0
| | | | | | | | * move ethutil/mnemonic to ethcrypto - electrum word list now sourced from filezelig2014-06-294-1691/+1703
| | | | | | | | * move ethutil helper crypto functions to ethcrypto/cryptozelig2014-06-291-0/+27
| | | | | | | | * move ethutil hex conversion functions to byteszelig2014-06-291-2/+12
| | | | | | | | * move ethutil helper slice functions -> slicezelig2014-06-291-0/+28
| | | | | | | |/
| | | | | | | * Merge pull request #27 from ethersphere/bugfix/ethchain-testJeffrey Wilcke2014-06-285-6/+14
| | | | | | |/|
| | | | | | | * transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIX...zelig2014-06-275-6/+14
| | | | | | |/
| | | | | | * nil checkobscuren2014-06-271-1/+8
| | | | | |/
| | | | | * :-(obscuren2014-06-271-1/+1
| | | | | * Merge branch 'release/0.5.15' into developobscuren2014-06-271-1/+1
| | | | | |\ | | | | | |/ | | | | |/|
| | | | * | Merge branch 'develop' into release/0.5.15obscuren2014-06-2719-295/+521
| | | | |\|
| | | | | * Merge branch 'ethersphere-feature/logging' into developobscuren2014-06-2719-295/+521
| | | | | |\
| | | | | | * go fmtzelig2014-06-2714-205/+204
| | | | | | * merge upstream; fix port in use warning; new logger APIzelig2014-06-266-27/+24
| | | | | | |\ | | | | | | |/ | | | | | |/|
| | | | | | * ethereum logs server started/stopped messagezelig2014-06-261-0/+2
| | | | | | * space in miner logging messagezelig2014-06-261-1/+1
| | | | | | * new logger API for upstream mergezelig2014-06-261-1/+1
| | | | | | * merge upstreamzelig2014-06-254-42/+11
| | | | | | |\
| | | | | | * | put back extra debug detail logging to the right places using logger.DebugDet...zelig2014-06-252-8/+8
| | | | | | * | update doc: list levels and show usage of named print methodszelig2014-06-251-0/+4
| | | | | | * | implement DebugDetail loglevel and named print methodszelig2014-06-251-0/+9
| | | | | | * | Merge remote-tracking branch 'upstream/develop' into feature/loggingzelig2014-06-254-6/+48
| | | | | | |\ \
| | | | | | * \ \ merge upstreamzelig2014-06-238-58/+115
| | | | | | |\ \ \
| | | | | | * | | | refactor config (transitional). Details:zelig2014-06-231-180/+20
| | | | | | * | | | modified logging APIzelig2014-06-2313-111/+132
| | | | | | * | | | refactor logging. Details:zelig2014-06-233-0/+352
| | | | * | | | | | bumpobscuren2014-06-271-1/+1
| | | | |/ / / / /
| | | | * | | | | Logging, variable rearrangementobscuren2014-06-265-26/+23
| | | | * | | | | Added instruction numbersobscuren2014-06-261-2/+2
| | | | | |_|_|/ | | | | |/| | |
| | | | * | | | New mutan implementationobscuren2014-06-251-19/+4
| | | | * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-06-253-2/+35
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | Implement something that looks like confirmations, wipMaran2014-06-252-2/+5
| | | | | * | | Implemented TX History for ethPubMaran2014-06-251-1/+30
| | | | | * | | Fix key generation in ethPubMaran2014-06-252-1/+2
| | | | * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-06-251-3/+10
| | | | |\| | |
| | | | | * | | Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74Maran2014-06-241-3/+10
| | | | * | | | Removed BlockDo Methodobscuren2014-06-251-18/+0
| | | | * | | | Logging orderobscuren2014-06-232-6/+8
| | | | |/ / /
| | | | * | / Let the state create the objectobscuren2014-06-231-1/+3
| | | | | |/ | | | | |/|
| | | | * | Minor fixes to vm outputobscuren2014-06-231-8/+6
| | | | * | Removed commentsobscuren2014-06-231-1/+1
| | | | * | Added Block do which replays the given block or errorobscuren2014-06-231-0/+18
| | | | * | Do not keep on asking for the same chainobscuren2014-06-231-0/+8
| | | | * | Added hex script methodobscuren2014-06-231-0/+8
| | | | * | Make sure that public key always uses 64 bytesobscuren2014-06-231-10/+10
| | | | * | Clean up & refactored methodsobscuren2014-06-231-26/+27
| | | | * | Support serpent langobscuren2014-06-211-10/+22
| | | | * | Append zero's in R & Sobscuren2014-06-211-3/+7
| | | | * | Moved 0 check to state object for nowobscuren2014-06-212-12/+21
| | | | |/
| | | | * Changed loggersobscuren2014-06-201-5/+5
| | | | * CALLDATACOPYobscuren2014-06-201-2/+21
| | | | * Merge branch 'release/0.5.14' into developobscuren2014-06-202-2/+2
| | | | |\ | | | | |/ | | | |/|
| | | * | bumpobscuren2014-06-202-2/+2
| | | |/
| | | * Returned to single methodobscuren2014-06-201-29/+6
| | | * Removed some loggingobscuren2014-06-202-9/+10
| | | * Changed copy/setobscuren2014-06-201-1/+22
| | | * Renamed snapshot to copy/set and added it back to the VMobscuren2014-06-202-26/+28
| | | * Length check on getobscuren2014-06-201-2/+8
| | | * Removed logobscuren2014-06-191-2/+0
| | | * Fixed callobscuren2014-06-191-35/+42
| | | * Method for checking contract addressesobscuren2014-06-191-1/+5
| | | * Added missing typesobscuren2014-06-191-0/+1
| | | * Update after each transition instead of at the end.obscuren2014-06-191-11/+22
| | | * Reset state when a transition failsobscuren2014-06-192-46/+93
| | | * Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-06-182-12/+36
| | | |\
| | | | * Merge branch 'feature/peers' into developMaran2014-06-182-11/+34
| | | | |\
| | | | | * Reworked peers to check for public key duplication and adding peers to peerli...Maran2014-06-182-11/+34
| | | | * | Merge branch 'develop' of github.com:ethereum/eth-go into developMaran2014-06-189-69/+126
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | * | Reduce peer timeout to 10 secondsMaran2014-06-181-1/+2
| | | * | | Loggingobscuren2014-06-181-3/+5
| | | * | | Updated testobscuren2014-06-181-30/+14
| | | * | | CALLDATALOAD return 32 byte at all timesobscuren2014-06-181-11/+31
| | | * | | Return a single byte if byte get calledobscuren2014-06-181-0/+2
| | | | |/ | | | |/|
| | | * | Proper checks for multiple data items. Fixes #80obscuren2014-06-182-6/+2
| | | * | logobscuren2014-06-181-2/+9
| | | * | Swapped varsobscuren2014-06-181-17/+9
| | | * | Fixed GT and LTobscuren2014-06-183-13/+26
| | | * | Verbose logging for VMobscuren2014-06-182-5/+41
| | | * | Fixed issue where JUMPI would do an equally check with 1 instead of GTobscuren2014-06-185-34/+47
| | | |/
| | | * Merge branch 'develop' of github.com:ethereum/eth-go into developMaran2014-06-177-279/+67
| | | |\
| | | | * Removed deprecated statesobscuren2014-06-172-240/+2
| | | | * Removal of manual updating of state objectsobscuren2014-06-176-39/+65
| | | * | A handful of GUI fixesMaran2014-06-171-3/+4
| | | |/
| | | * Merge branch 'release/0.5.13' into developobscuren2014-06-172-2/+2
| | | |\ | | | |/ | | |/|
| | * | bumpobscuren2014-06-172-2/+2
| | |/
| | * commentobscuren2014-06-171-1/+1
| | * Refund gasobscuren2014-06-162-4/+22
| | * Check for nil receiverobscuren2014-06-161-2/+7
| | * Fixed minor issue with the gas poolobscuren2014-06-164-9/+13
| | * Moved gas limit err check to buy gasobscuren2014-06-165-41/+58
| | * ..obscuren2014-06-161-1/+0
| | * Removed old feesobscuren2014-06-161-1/+1