aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bumpobscuren2014-05-202-2/+2
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-203-18/+17
|\
| * Change shorthandsMaran2014-05-202-16/+16
| * Fix notification when processing block that didn't have this client as originMaran2014-05-201-2/+1
* | Changed transaction hash for poc 5obscuren2014-05-203-38/+57
* | Fixed genesis and block dataobscuren2014-05-202-12/+74
|/
* Up protocol versionobscuren2014-05-201-1/+1
* added romanobscuren2014-05-201-0/+1
* ...obscuren2014-05-201-5/+0
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-201-0/+5
|\
| * Merge pull request #21 from nicksavers/patch-1Jeffrey Wilcke2014-05-201-7/+7
| |\
| | * Re-arranged transaction RLP encoding...Nick Savers2014-05-201-7/+7
| |/
* / Rearranged according to YPobscuren2014-05-201-7/+5
|/
* unusedobscuren2014-05-201-1/+0
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-203-55/+76
|\
| * Merge branch 'develop' of github.com:ethereum/eth-go into developMaran2014-05-201-1/+12
| |\
| * | Refactored a lot of the chain catchup/reorg.Maran2014-05-203-55/+76
* | | Added Maran to premineobscuren2014-05-201-2/+1
* | | No longer store script directly in the state treeobscuren2014-05-2011-52/+70
| |/ |/|
* | Added a fatal methodobscuren2014-05-191-1/+12
|/
* Increment nonce in the public apiobscuren2014-05-192-1/+1
* Testing different mining stateobscuren2014-05-193-13/+12
* Changed how changes are being applied to statesobscuren2014-05-1710-98/+82
* listen to pre instead of postobscuren2014-05-151-2/+2
* Mobscuren2014-05-152-3/+3
* Removed old tx pool notification system. Fixes #19obscuren2014-05-154-20/+9
* Merge branch 'release/poc5-rc6' into developobscuren2014-05-152-2/+2
|\
| * Bumped versionobscuren2014-05-152-2/+2
|/
* Fixed catching upobscuren2014-05-151-7/+4
* Testobscuren2014-05-151-1/+1
* Testobscuren2014-05-151-26/+17
* Remove any invalid transactions after block processingobscuren2014-05-142-3/+16
* Merge branch 'develop' of github.com:ethereum/eth-go into developMaran2014-05-149-118/+122
|\
| * Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-149-118/+122
* | Implemented IsUpToDate to mark the node as ready to start miningMaran2014-05-142-0/+14
|/
* Removed deferobscuren2014-05-141-6/+0
* Increased deadlineobscuren2014-05-141-2/+7
* Do not queue messages if the peer isn't connected (e.g. timing out)obscuren2014-05-142-1/+4
* Propagate back to networkobscuren2014-05-131-0/+3
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-133-1/+40
|\
| * Removed lingering log statementMaran2014-05-131-2/+0
| * Implemented new JS/EthPub methodsMaran2014-05-133-1/+42
* | Merge branch 'release/poc5-rc4' into developobscuren2014-05-132-2/+2
|\ \ | |/ |/|
| * Bumpedobscuren2014-05-132-2/+2
|/
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-132-8/+23
|\
| * Implemented support for a custom RPC portMaran2014-05-131-2/+4
| * Added support to NewJsonRpc to return an error as well as an interfaceMaran2014-05-131-4/+4
| * Implemented our own makeshift go seed. Fixes #16Maran2014-05-131-4/+17
* | Use EthManager interface insteadobscuren2014-05-131-4/+6
|/
* Added debug message if you try to add a peer when max peers has been reached.Maran2014-05-121-3/+7
* Removed peers from peerlist as soon as they disconnect. Might fix #13Maran2014-05-121-0/+10
* Only accept peers if we asked for themMaran2014-05-121-14/+14
* Don't forward localhost connections over the public networkMaran2014-05-121-1/+4
* Implemented proper peer checking when adding new peersMaran2014-05-121-2/+41
* Properly exchange peer capabilities between peersMaran2014-05-122-1/+5
* Made the debug line for invalid peer versions dynamicMaran2014-05-121-1/+1
* Merge branch 'release/poc5-rc3' into developobscuren2014-05-103-3/+3
|\
| * bumpobscuren2014-05-101-1/+1
| * Upgraded to new mutanobscuren2014-05-102-2/+2
|/
* Merge branch 'release/poc5-rc2' into developobscuren2014-05-101-1/+1
|\
| * Bumpobscuren2014-05-101-1/+1
|/
* Fixed some testsobscuren2014-05-103-78/+6
* Moved seeding and moved manifestobscuren2014-05-094-83/+80
* Auto update state changes notificationsobscuren2014-05-095-51/+18
* Cleaned upobscuren2014-05-092-51/+11
* Added trans state and removed watch address etcobscuren2014-05-093-20/+21
* Removed value from closure.obscuren2014-05-084-15/+21
* Fixed disasamble for all pushesobscuren2014-05-081-3/+4
* Merge branch 'develop' of github.com:ethereum/eth-go into developMaran2014-05-074-63/+133
|\
| * Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-062-3/+9
| |\
| * | Optimizationsobscuren2014-05-063-55/+125
| * | Changed to lower caseobscuren2014-05-051-8/+8
* | | Implemented value()Maran2014-05-072-2/+5
| |/ |/|
* | Assume arguments are supplied as strings to the rpc interfaceMaran2014-05-061-2/+6
* | Fix an issue where we don't have the rpc so we dont have to close itMaran2014-05-061-1/+3
|/
* Merge branch 'release/poc5-rc1' into developobscuren2014-05-052-2/+2
|\
| * bumpobscuren2014-05-052-2/+2
|/
* wrong stringobscuren2014-05-051-2/+2
* Added the ability to submit byte code for contracts instead of Mutan code.obscuren2014-05-052-6/+22
* Now with filesMaran2014-05-052-0/+277
* Renamed etherpc to ethrpcMaran2014-05-053-279/+2
* Get rid of that annoying number that keeps popping up in stdoutMaran2014-05-051-1/+1
* Merge branch 'develop' into feature/rpcMaran2014-05-054-11/+54
|\
| * Added secret to address methodobscuren2014-05-051-0/+9
| * Added different storage notification objectobscuren2014-05-054-11/+45
* | Fixed GetBlock when no block can be foundMaran2014-05-051-1/+9
* | Fixed import cycleMaran2014-05-053-8/+8
* | Renamed Ethereum RPC packageMaran2014-05-052-10/+17
* | Added more JSON niceties to typesMaran2014-05-051-3/+3
* | Impelemented GetStorageAtMaran2014-05-051-5/+12
* | Implemented first few methods via public apiMaran2014-05-035-28/+37
* | Merge branch 'develop' into feature/rpcMaran2014-05-024-0/+260
|\|
| * Added receipts for tx creationobscuren2014-05-023-8/+28
| * Added public interfaceobscuren2014-05-023-0/+240
* | Merge branch 'develop' into feature/rpcMaran2014-05-027-63/+66
|\|
| * Added a KeyPairFromSec function which creates a new keypair based on the give...obscuren2014-05-021-0/+10
| * Added suicide back inobscuren2014-05-021-26/+18
| * Fixed Upnp bugobscuren2014-05-022-1/+5
| * Removed debug logobscuren2014-05-023-36/+33
* | Implemented RPC frameworkMaran2014-05-023-0/+257
|/
* Removed debugging logobscuren2014-04-302-20/+14
* Removed debug loggingobscuren2014-04-303-9/+26
* Added manifest changes and changed closuresobscuren2014-04-304-32/+58
* Fixed state problemobscuren2014-04-297-20/+48
* Removed old codeobscuren2014-04-281-68/+0
* Moved assembler stage to the mutan compilerobscuren2014-04-282-224/+0
* Using mutan assembler stageobscuren2014-04-281-20/+2
* Refactoring and added documentation commentsobscuren2014-04-277-62/+68
* Upped version numberobscuren2014-04-279-12/+129
* Actually convert gasobscuren2014-04-261-5/+12
* Notify of changesobscuren2014-04-261-5/+4
* Fixed testsobscuren2014-04-261-3/+3
* Added new state object change echanismobscuren2014-04-264-44/+69
* Removed debug & unused functionsobscuren2014-04-242-26/+0
* Fixed Base problem and sload/sstoreobscuren2014-04-241-3/+4
* Minor improvements and bug fixesobscuren2014-04-244-8/+12
* Removed some log statements and disabled additional validation checksobscuren2014-04-231-4/+8
* Call initial closure with proper tx argumentobscuren2014-04-233-33/+5
* Renamed CALLDATA to CALLDATALOADobscuren2014-04-231-1/+1
* Copy over bytes from previous rootobscuren2014-04-231-1/+4
* @maranh see commentobscuren2014-04-231-7/+8
* Fixed minor issue with gas and added state object initobscuren2014-04-237-56/+135
* Fixed gas, price & value setters on initializationobscuren2014-04-231-1/+9
* Implemented ethereum package readerobscuren2014-04-231-0/+123
* Updated VMobscuren2014-04-204-36/+89
* Added proper gas handlingobscuren2014-04-185-20/+26
* commentsobscuren2014-04-161-0/+1
* Hack for miner problem added w/ noteobscuren2014-04-161-0/+3
* Merged accounts and contracts in to StateObjectobscuren2014-04-1611-300/+219
* Moved assembler stage processing to it's own fileobscuren2014-04-165-213/+430
* Added pre processing of script dataobscuren2014-04-123-3/+35
* Renamedobscuren2014-04-126-37/+124
* Added the possibility for debug hooks during closure callobscuren2014-04-114-44/+11
* Merge branch 'split' into developobscuren2014-04-1110-163/+176
|\
| * Added push20obscuren2014-04-112-14/+12
| * Added better address formatobscuren2014-04-111-1/+1
| * Added better address formatobscuren2014-04-114-4/+18
| * Call fixedobscuren2014-04-111-3/+1
| * Call fixedobscuren2014-04-115-35/+50
| * No longer return a list, but raw bytesobscuren2014-04-101-4/+5
| * Changed how txs define their data & added init fieldobscuren2014-04-102-94/+25
| * Split code for contractsobscuren2014-04-105-20/+33
| * Check for nilobscuren2014-04-101-1/+6
| * Added new insruction methodsobscuren2014-04-093-1/+39
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-04-112-0/+1764
|\ \
| * | Small tweaks to mnemonicMaran2014-04-091-52/+54
| * | One more line of commentMaran2014-04-091-0/+2
| * | Merge branch 'develop' into feature/mnemonicMaran2014-04-095-13/+31
| |\ \
| * | | Added support for mneomnic privkeysMaran2014-04-072-0/+1760
* | | | Switched variable namesobscuren2014-04-091-5/+5
| |/ / |/| |
* | | Added a length for copyobscuren2014-04-091-1/+1
* | | Merge branch 'miner' of github.com-obscure:ethereum/eth-go into minerobscuren2014-04-092-0/+3
|\ \ \
| * | | Fix transaction on new blocksMaran2014-04-091-0/+1
| * | | Added todoMaran2014-04-091-0/+2
| |/ /
* | | Reverted changesobscuren2014-04-092-7/+7
* | | Typo fixobscuren2014-04-091-1/+1
* | | Merge branch 'develop' into minerobscuren2014-04-053-15/+30
|\ \ \ | |/ / |/| / | |/
| * Updateobscuren2014-04-051-5/+10
| * Handle contract messagesobscuren2014-04-012-10/+20
* | Small tweaksMaran2014-04-013-11/+3
* | Finalize blockchain reverting testMaran2014-04-011-8/+14
* | Merge conflictsMaran2014-04-0114-183/+235
|\|
| * Fixed some state issuesobscuren2014-03-314-6/+7
| * Added storage testobscuren2014-03-311-2/+10
| * Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcodeobscuren2014-03-313-23/+32
| * Changed to new mutan APIobscuren2014-03-302-25/+28
| * Added missing GetTx (0x16) wire messageobscuren2014-03-283-3/+25
| * Update vm_test.goJeffrey Wilcke2014-03-281-1/+1
| * Fixed testsobscuren2014-03-281-8/+8
| * Fixed IsContract method to use the contractCreation flagobscuren2014-03-281-2/+1
| * Removed debug and commentsobscuren2014-03-281-19/+0
| * Updated transaction modelobscuren2014-03-281-30/+12
| * Added a IsList method for type checking []interface{}obscuren2014-03-281-0/+9
| * Reworked transaction constructorsobscuren2014-03-274-15/+60
| * Fixed typoobscuren2014-03-271-1/+1
| * Test fixes and removed old code. Added VM gas feesobscuren2014-03-247-111/+103
* | More blockchain testingMaran2014-03-314-9/+51
* | initial testcode for canonical chainMaran2014-03-245-14/+119
* | Remove some xtra logsMaran2014-03-243-6/+3
* | Merge branch 'master' into minerMaran2014-03-2418-511/+786
|\|
| * Removed old VM codeobscuren2014-03-223-370/+5
| * Removed regular ints from the virtual machine and closuresobscuren2014-03-225-10/+39
| * Changes 'compiler' to work with any typeobscuren2014-03-212-27/+49
| * Closure return, arguments fixed. Added proper testsobscuren2014-03-217-60/+92
| * Implemented closure argumentsobscuren2014-03-214-22/+225
| * New tx methods and added new vm to state managerobscuren2014-03-212-15/+22
| * Added address to account and contractobscuren2014-03-215-26/+38
| * Removed caller from tx and added "callership" to account.obscuren2014-03-217-29/+31
| * Rewrote opcodes againobscuren2014-03-214-247/+219
| * Fixed MSTORE and added some more commetsobscuren2014-03-214-18/+51
| * Some minor updatesobscuren2014-03-213-2/+15
| * Added encoder interfaceobscuren2014-03-211-0/+4
| * Comply to Callee interfaceobscuren2014-03-211-0/+9
| * Moved code aroundobscuren2014-03-211-11/+29
| * Fixed issue with stack where it sliced of the wrong valuesobscuren2014-03-211-5/+63
| * Closures and vm based on closuresobscuren2014-03-213-5/+217
| * Comply to Callee structureobscuren2014-03-211-2/+7
| * Commented out code due to rewrite vmobscuren2014-03-211-1/+4
| * Added AddFunds methodobscuren2014-03-211-1/+5
| * Added client string to configurationobscuren2014-03-172-8/+10
* | FindCanonicalChain returns true or false when we are on the Canonical chain o...Maran2014-03-242-4/+15
* | Initial block reorganisation codeMaran2014-03-214-30/+209
* | More mining reworkMaran2014-03-207-39/+171
* | Merge branch 'develop' into minerMaran2014-03-173-1/+6
|\|
| * Added a copy method to stateobscuren2014-03-171-0/+4
| * Logobscuren2014-03-171-0/+1
| * Pretty print nonceobscuren2014-03-171-1/+1
* | Merge conflictsMaran2014-03-173-27/+29
|\|
| * Moved on to the state managerobscuren2014-03-173-27/+29
| * Merge branch 'develop' of https://github.com/jarradh/eth-go into jarradh-developobscuren2014-03-071-13/+38
| |\
| | * gofmt -w ethereum.goJarrad Hope2014-03-071-3/+3
| | * Small Optimization on portJarrad Hope2014-03-071-2/+2
| | * Fix WhitespaceJarrad Hope2014-03-071-37/+37
| | * Add DNS BootstrappingJarrad Hope2014-03-071-14/+39
| * | Wip keychainsobscuren2014-03-071-0/+74
| * | No longer devobscuren2014-03-061-2/+2
| * | Removed commentsobscuren2014-03-061-12/+0
| * | Added miner stateobscuren2014-03-061-1/+2
| |/
* | MergeMaran2014-03-176-33/+132
* | Removed extra invalid nonce returnMaran2014-03-171-5/+1
* | Initial smart-miner stuffMaran2014-03-105-9/+47
|/
* Removed commentsobscuren2014-03-061-42/+0
* Renamed block manager to state managerobscuren2014-03-052-69/+69
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-03-051-0/+0
|\
| * Merge pull request #10 from mquandalle/patch-1Jeffrey Wilcke2014-03-041-0/+0
| |\
| | * Rename .travil.yml to .travis.ymlMaxime Quandalle2014-03-041-0/+0
| |/
* / Partially refactored server/txpool/block manager/block chainobscuren2014-03-058-81/+203
|/
* Merge branch 'master' into developobscuren2014-03-0312-133/+282
|\
| * Updated protocol version to 7obscuren2014-03-031-2/+4
| * Renamed Address to Accountobscuren2014-03-034-23/+23
| * Trie's are no longer referenced directly but through State insteadobscuren2014-03-034-74/+63
| * PoC reactor patternobscuren2014-03-032-8/+44
| * Updated block to use state instead of trie directlyobscuren2014-03-035-45/+60
| * Reactor implementedobscuren2014-03-022-0/+107
| * Merge branch 'hotfix/0.3.1'obscuren2014-02-283-5/+4
| |\
* | \ Merge branch 'hotfix/0.3.1' into developobscuren2014-02-283-5/+4
|\ \ \ | | |/ | |/|
| * | Bumpobscuren2014-02-281-1/+1
| * | Fixed shutting downobscuren2014-02-282-4/+3
| |/
| * Merge branch 'release/0.3.0'obscuren2014-02-2840-845/+1821
| |\
| * \ Merge branch 'hotfix/0.2.2-1'obscuren2014-02-151-2/+0
| |\ \
* | \ \ Merge branch 'develop' of https://github.com/james-c/eth-go into james-c-developobscuren2014-02-280-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'goleveldb_fix' into developJames Cunningham2014-02-261-1/+1
| |\ \ \ \
| | * | | | Fix error in call to NewIterator functionJames Cunningham2014-02-261-1/+1
| |/ / / /
* | | | | Merge branch 'release/0.3.0' into developobscuren2014-02-287-2/+46
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Conform to Db interfaceobscuren2014-02-281-0/+1
| * | | Added BigCopyobscuren2014-02-281-0/+9
| * | | Updated readme#trieobscuren2014-02-281-1/+3
| * | | Added a GetKeys method to support multiple accountsobscuren2014-02-283-0/+26
| * | | leveldb API changed for NewIterator. Fixes #20obscuren2014-02-281-1/+7
|/ / /
* | | WIP Observing patternobscuren2014-02-251-8/+33