aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-125-62/+455
|\
| * Fix merge conflictsMaran2014-04-124-35/+150
| |\
| * | Improved (hopefully) the send transaction tabMaran2014-04-122-57/+226
| | |
| * | Implemented key importing/generation for the GUIMaran2014-04-115-11/+237
| | |
* | | Debuggerobscuren2014-04-121-16/+40
| |/ |/|
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-04-123-25/+31
|\|
| * Merge branch 'feature/mnemonic' into developMaran2014-04-092-3/+15
| |\
| | * Importing mnemonic supportMaran2014-04-091-1/+12
| | |
| | * Merge branch 'develop' into feature/mnemonicMaran2014-04-094-37/+37
| | |\
| | * | Added mnemonic priv keyMaran2014-04-071-2/+3
| | | |
| * | | Merge pull request #32 from cabreraalex/developJeffrey Wilcke2014-04-091-22/+16
| |\ \ \ | | |_|/ | |/| | Fixed up grammar and spelling in README
| | * | Fixed up grammar and spelling in READMEAlex Cabrera2014-04-081-22/+16
| | |/
* | / Added wip debuggerobscuren2014-04-124-49/+166
|/ /
* | Nonce handlingobscuren2014-04-091-1/+3
| |
* | Merge branch 'develop' into minerobscuren2014-04-052-6/+19
|\ \
| * | Added tx outputobscuren2014-04-012-6/+19
| |/
* | Fix merge conflictMaran2014-04-019-39/+115
|\|
| * Fixed minerobscuren2014-03-311-3/+3
| |
| * Fixed an issue with sending gas to a contractobscuren2014-03-312-3/+3
| |
| * Updated to new mutan apiobscuren2014-03-313-8/+8
| |
| * Removed CreateTxobscuren2014-03-281-3/+3
| |
| * Added gas and gas price.obscuren2014-03-283-8/+75
| | | | | | | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library
| * Merge branch 'master' into developobscuren2014-03-274-9/+22
| |\
| | * Merge pull request #31 from ethersphere/masterJeffrey Wilcke2014-03-274-9/+22
| | |\ | | | | | | | | assetPath configurable on command line for ethereal GUI
| | | * assetPath configurable on command line for ethereal GUIzelig2014-03-274-9/+22
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - solves the problem of non-standard installs - add AssetPath to config as string var - introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set - defaultAssetPath now internal concern of UiLib - gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go - informative log message if wallet.qml fails to open
| * / Updated transaction constructorobscuren2014-03-272-15/+11
| |/
* | Reimplement new miner creationMaran2014-03-241-29/+15
| |
* | Merge master into miner branchMaran2014-03-2423-211/+269
|\|
| * Moved node to ethereumobscuren2014-03-223-0/+448
| |
| * Moved node to ethereumobscuren2014-03-224-448/+0
| |
| * Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into ↵obscuren2014-03-221-8/+9
| |\ | | | | | | | | | | | | | | | | | | WeMeetAgain-develop Conflicts: ethereal/Makefile
| | * working linux makefileCayman Nava2014-03-161-6/+11
| | | | | | | | | | | | when building develop branch, checkout of eth-go develop branch is required
| * | Major re-organisation.obscuren2014-03-2223-323/+357
| | | | | | | | | | | | The Ethereum node and Gui are now separated.
| * | .obscuren2014-03-221-1/+1
| | |
| * | Updated to work with the new chainobscuren2014-03-214-7/+12
| | |
* | | Mining reworkMaran2014-03-202-89/+9
| | |
* | | Merge conflictsMaran2014-03-171-12/+20
|\| |
| * | Fixed asset path error. Fixes #29obscuren2014-03-171-12/+21
| |/
* | More mining stuffMaran2014-03-112-5/+12
| |
* | Initial smart-miner stuffMaran2014-03-102-19/+74
|/
* Renamed block manager to state managerobscuren2014-03-052-3/+3
|
* Conform to the new server modelobscuren2014-03-051-4/+4
|
* Moved qml files, conform to the new server model.obscuren2014-03-055-27/+27
| | | | | QML files got moved to their own directories. QML now has a ui helper which should find assets in the correct resource directory
* Block mining logobscuren2014-03-031-0/+1
|
* Using asset path helper (includes a debug path atm)obscuren2014-03-033-87/+147
|
* WIP Makefileobscuren2014-03-031-0/+20
|
* Get rid of the xpm filesobscuren2014-03-032-0/+0
|
* Updated to use the state on the blocksobscuren2014-03-031-1/+1
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-03-021-2/+1
|\
| * Update README.mdJeffrey Wilcke2014-03-011-2/+1
| |
* | Update README.mdJeffrey Wilcke2014-03-011-1/+1
| |
* | Update README.mdJeffrey Wilcke2014-03-011-2/+1
|/
* Merge pull request #21 from jarradh/master0.3.1Jeffrey Wilcke2014-02-281-2/+8
|\ | | | | Search bin directory for qml
| * Search bin directory for qmlJarrad Hope2014-02-281-2/+8
|/
* Merge branch 'develop'obscuren2014-02-282-4/+17
|\
| * fixed about windowobscuren2014-02-282-4/+17
| |
| * Merge branch 'release/0.3.0' into developobscuren2014-02-2811-138/+154
| |\
* | \ Merge branch 'release/0.3.0'0.3.0obscuren2014-02-2817-85/+882
|\ \ \ | | |/ | |/|
| * | Fixed connection button spammingobscuren2014-02-281-1/+3
| | |
| * | Updated readmeobscuren2014-02-281-32/+9
| | |
| * | Changed to new get keys method on database interfaceobscuren2014-02-281-8/+8
| | |
| * | Exit after importing a keyobscuren2014-02-281-13/+10
| | |
| * | Improved overall UI design and added a bunch of iconsobscuren2014-02-287-84/+124
| |/
| * Currency to stringobscuren2014-02-252-7/+10
| |
| * Minor UI changeobscuren2014-02-252-1/+11
| |
| * Proper Nonceobscuren2014-02-251-64/+79
| |
| * Moved ui libobscuren2014-02-251-0/+38
| |
| * Minor fixes that to reflect changes in libraryobscuren2014-02-244-13/+30
| |
| * Added transactions windowobscuren2014-02-233-42/+163
| |
| * Added some ui elements to make it easier to connect to nodesobscuren2014-02-236-34/+136
| |
| * Working out UIobscuren2014-02-223-6/+63
| |
| * WIP library, sample appobscuren2014-02-224-24/+140
| |
| * Peer amount updateobscuren2014-02-213-0/+28
| |
| * Initial block chain fetching of existing blocksobscuren2014-02-212-2/+12
| |
| * Added a basic <UNSTABLE> UIobscuren2014-02-214-36/+216
| |
| * Fixed broken links. Fixes #18obscuren2014-02-211-4/+4
| |
| * Added editor for contractsobscuren2014-02-181-2/+36
| |
| * Added import/exporting of private keysobscuren2014-02-182-3/+52
| |
| * Added license name and updated block output from the dev consoleobscuren2014-02-182-2/+3
| |
| * Merge branch 'master' into developobscuren2014-02-151-0/+3
| |\ | |/ |/|
* | Added link to dev packageobscuren2014-02-151-0/+3
| |
* | Merge branch 'release/0.2.2'0.2.2obscuren2014-02-152-4/+19
|\ \
| | * Merge branch 'release/0.2.2' into developobscuren2014-02-151-3/+13
| | |\ | | |/ | |/|
| * | Added text for keysobscuren2014-02-151-3/+13
| |/
| * Added git flow explanationobscuren2014-02-151-1/+6
|/
* Removed RlpValue in favour of Valueobscuren2014-02-151-5/+5
|
* Updated to the great merge packageobscuren2014-02-153-7/+7
|
* Default to .ethereumobscuren2014-02-121-1/+2
|
* Use seedobscuren2014-02-121-0/+2
|
* Added block retrievalobscuren2014-02-111-7/+11
|
* Skip the first byte in generating addressesobscuren2014-02-111-2/+2
|
* removed pub key logobscuren2014-02-101-2/+1
|
* Added pub key to keyringobscuren2014-02-101-3/+6
|
* Added addressobscuren2014-02-091-2/+2
|
* Proper keysobscuren2014-02-091-2/+3
|
* Proper keysobscuren2014-02-091-2/+4
|
* Unused packageobscuren2014-02-091-1/+0
|
* Use the generated keyobscuren2014-02-091-1/+1
|
* Woopsobscuren2014-02-091-0/+2
|
* Updated readmeobscuren2014-02-091-17/+20
|
* Added key address and key generationobscuren2014-02-094-26/+70
|
* Genesis loggingpoc1obscuren2014-02-081-2/+9
|
* Removed testobscuren2014-02-072-0/+3
|
* Mining using a different hash nowobscuren2014-02-062-6/+8
|
* Block processing during miningobscuren2014-02-031-2/+3
|
* Process transactionsobscuren2014-02-032-12/+12
|
* TApply transactionsobscuren2014-02-031-25/+5
|
* Fixed miningobscuren2014-02-031-1/+1
|
* Changed miningobscuren2014-02-031-7/+3
|
* Recipient as bytesobscuren2014-02-031-2/+3
|
* UPnP supportobscuren2014-02-031-1/+5
|
* Merge branch 'master' of github.com-obscure:ethereum/go-ethereumobscuren2014-02-022-4/+11
|\
| * Merge pull request #10 from josephyzhou/masterJeffrey Wilcke2014-02-021-2/+1
| |\ | | | | | | fix build failure
| | * fix build failureJoey Zhou2014-01-311-2/+1
| | |
| * | Merge pull request #11 from hiddentao/readmeJeffrey Wilcke2014-02-021-2/+10
| |\ \ | | | | | | | | Update build instructions, especially for OS X
| | * | Merge branch 'master' into readmeRamesh Nair2014-02-012-28/+36
| | |\| | | | | | | | | | | | | | | | | Conflicts: README.md
| | * | Updated build instructionsRamesh Nair2014-02-011-6/+2
| | | |
| | * | Update READMERamesh Nair2014-02-011-2/+14
| | | |
* | | | upnp testobscuren2014-02-021-3/+1
|/ / /
* | | Reverted back to old messagesobscuren2014-02-022-12/+2
| | |
* | | RLP Updatesobscuren2014-02-022-25/+21
| |/ |/|
* | Mine?obscuren2014-01-312-21/+29
| |
* | Merge branch 'master' of github.com-obscure:ethereum/go-ethereumobscuren2014-01-301-1/+1
|\ \
| * \ Merge pull request #9 from josephyzhou/masterGeff Obscura2014-01-301-1/+1
| |\ \ | | | | | | | | typo?
| | * | typo?Joey Zhou2014-01-301-1/+1
| |/ /
* / / Updated to the new Trieobscuren2014-01-302-7/+7
|/ /
* / Changed block chain specific methodsobscuren2014-01-282-4/+4
|/
* Added helpobscuren2014-01-281-1/+5
|
* Debugging handlesobscuren2014-01-272-4/+15
|
* Added MIT license #5obscuren2014-01-251-0/+21
|
* Removed the last block of the block chainobscuren2014-01-253-3/+3
| | | | Added CurrentBlock to block manager
* Dev contractsobscuren2014-01-251-1/+9
|
* Fake block miningobscuren2014-01-251-8/+13
|
* Dev test miningobscuren2014-01-252-27/+55
|
* Broadcast blockobscuren2014-01-251-0/+32
|
* tx is now part of the chain packageobscuren2014-01-242-2/+2
|
* Updated readmeobscuren2014-01-241-3/+21
|
* 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)
| | * 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
|