aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Depricationobscuren2014-02-251-0/+5
| * | | | Removed debug logobscuren2014-02-251-3/+0
| * | | | Error logging on tx processingobscuren2014-02-251-5/+9
| * | | | Length checking when fetching contract. Contract always have 3 fieldsobscuren2014-02-251-0/+5
| * | | | Addad db name for new ldbobscuren2014-02-252-3/+7
| * | | | Added currency convertingobscuren2014-02-252-0/+52
| * | | | Fixed a minor issue where a string is expected but returns sliceobscuren2014-02-252-13/+10
| * | | | Some log statements changed to the default loggerobscuren2014-02-242-26/+9
| * | | | Fixed a minor issue on crashed contractsobscuren2014-02-242-2/+6
| * | | | Merge pull request #8 from josephyzhou/developJeffrey Wilcke2014-02-241-1/+1
| |\ \ \ \
| | * | | | parse now returns byte[] instead of stringJoey Zhou2014-02-241-1/+1
| * | | | | Changed MakeContract on blockobscuren2014-02-241-16/+2
| * | | | | Proper testsobscuren2014-02-242-406/+24
| * | | | | Removed debug printobscuren2014-02-241-2/+1
| * | | | | Removed compiling from the transactionobscuren2014-02-241-6/+1
| * | | | | Added compileobscuren2014-02-241-1/+2
| * | | | | Infof rather than infolnobscuren2014-02-241-2/+2
| * | | | | Added opcodesobscuren2014-02-241-52/+51
| * | | | | Added make contractobscuren2014-02-241-0/+28
| * | | | | Added delete to database interfacesobscuren2014-02-243-0/+11
| * | | | | Updated opcodes ... againobscuren2014-02-242-53/+53
| * | | | | Added a trie iteratorobscuren2014-02-242-0/+109
| * | | | | Separated the VM from the block manager and added statesobscuren2014-02-243-0/+599
| |/ / / /
| * | | | Moved txpool start to initialisation method of ethereummobscuren2014-02-231-5/+6
| * | | | Moved addressobscuren2014-02-231-31/+0
| * | | | Added a secondary processorobscuren2014-02-231-3/+9
| * | | | Added address states for storing a session based addressobscuren2014-02-233-7/+97
| * | | | Updated some of the log statements to use the ethutil loggerobscuren2014-02-223-26/+22
| * | | | Added the ability to extend the logger with more sub systemsobscuren2014-02-221-10/+21
| * | | | Get a chain of blocks made simpleobscuren2014-02-211-0/+23
| * | | | Fixed contract runningobscuren2014-02-212-9/+10
| * | | | Removed old instruction codeobscuren2014-02-211-5/+2
| * | | | Removed all old codeobscuren2014-02-211-74/+67
| * | | | Nil is also considered emptyobscuren2014-02-211-1/+1
| * | | | re: Added contract feesobscuren2014-02-211-12/+18
| * | | | Updated feesobscuren2014-02-211-1/+1
| * | | | Added contract addr acessorsobscuren2014-02-211-0/+8
| * | | | Added peek(n)obscuren2014-02-211-0/+16
| * | | | Type checkingobscuren2014-02-211-1/+15
| * | | | Long over due Trie delete implementedobscuren2014-02-202-3/+121
| * | | | WIP state objectobscuren2014-02-191-0/+9
| * | | | Debug logging functionsobscuren2014-02-191-1/+2
| * | | | Added more logging functionsobscuren2014-02-191-6/+31
| * | | | Changed fee structureobscuren2014-02-191-9/+13
| * | | | Added fees and debuggingobscuren2014-02-191-12/+42
| * | | | Corrected contract addressesobscuren2014-02-191-1/+1
| * | | | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-02-195-8/+43
| |\ \ \ \
| | * \ \ \ Merge pull request #5 from sdboyer/iotasJeffrey Wilcke2014-02-192-3/+9
| | |\ \ \ \
| | | * | | | Add comment explaining why iota is not used.Sam Boyer2014-02-192-0/+6
| | | * | | | Express bit flag constants using iota bitshift.Sam Boyer2014-02-191-3/+3
| | * | | | | Merge pull request #6 from sdboyer/genisisJeffrey Wilcke2014-02-191-2/+2
| | |\ \ \ \ \
| | | * | | | | s/GenisisHeader/GenesisHeader/Sam Boyer2014-02-181-2/+2
| | | |/ / / /
| | * | | | | Merge pull request #7 from sdboyer/vet-fixesJeffrey Wilcke2014-02-191-2/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fix a couple errors from go vetSam Boyer2014-02-181-2/+1
| | |/ / / /
| | * | | | Merge pull request #3 from josephyzhou/developJeffrey Wilcke2014-02-182-1/+31
| | |\ \ \ \
| | | * | | | new lineJoey Zhou2014-02-181-1/+1
| | | * | | | adding compact decode testsJoey Zhou2014-02-181-0/+30
| * | | | | | Running contracts fixedobscuren2014-02-1910-98/+120
| |/ / / / /
| * | | | | Added new addressobscuren2014-02-183-3/+3
| * | | | | Rlp updateobscuren2014-02-183-27/+21
| * | | | | Fixed block handlingobscuren2014-02-182-20/+29
| * | | | | String changed and removed some debugging codeobscuren2014-02-181-8/+2
| * | | | | Changed debug messagesobscuren2014-02-181-5/+7
| * | | | | Added hex methodobscuren2014-02-181-0/+4
| * | | | | If sender is receiver only subtract the feeobscuren2014-02-181-7/+15
| * | | | | Changed uncle block fee as to what it should beobscuren2014-02-181-1/+7
| * | | | | Root should reset on undoobscuren2014-02-181-2/+7
| * | | | | Values should accept bytes as valid string outputobscuren2014-02-181-0/+2
| |/ / / /
| * | | | Added proper error messageobscuren2014-02-171-1/+3
| * | | | Added proper name :)obscuren2014-02-171-1/+1
| * | | | Added dirty tracking on the cacheobscuren2014-02-172-2/+35
| * | | | Added a few testsobscuren2014-02-171-37/+0
| * | | | Removed Resetobscuren2014-02-171-1/+0
| * | | | Added more testsobscuren2014-02-172-8/+24
| * | | | Defer undo on the current block's stateobscuren2014-02-171-0/+5
| * | | | Added trie tests, value testsobscuren2014-02-153-3/+103
| * | | | Fixed testobscuren2014-02-151-8/+2
| * | | | Fixed testobscuren2014-02-151-1/+1
| * | | | Merge branch 'hotfix/0.2.2-1' into developobscuren2014-02-151-2/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Removed debug messageobscuren2014-02-151-2/+0
| | |/ /
| | * | Merge branch 'release/0.2.2'obscuren2014-02-153-3/+29
| | |\ \
| * | \ \ Merge branch 'release/0.2.2' into developobscuren2014-02-151-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bumped version numberobscuren2014-02-151-1/+1
| |/ / /
| * | | Added MIT licenseobscuren2014-02-151-0/+21
| * | | Added git flow explanationobscuren2014-02-151-2/+7
| |/ /
| * | Removed RlpValue in favour of Valueobscuren2014-02-158-271/+29
| * | Added readmeobscuren2014-02-151-0/+79
| * | The great mergeobscuren2014-02-1543-12/+4547
| * | Refactoring RlpValue => Valueobscuren2014-02-132-43/+81
| * | Put leveldbobscuren2014-02-122-2/+4
| * | Interop!obscuren2014-02-122-17/+21
| * | Seed bootstrapping addedobscuren2014-02-111-0/+16
| * | Fixed peer handlingobscuren2014-02-101-7/+8
| * | Databaseobscuren2014-02-101-2/+2
| * | Reversed backobscuren2014-02-102-14/+15
| * | Changed client idobscuren2014-02-101-1/+4
| * | Added some loggersobscuren2014-02-101-8/+16
| * | Corrected version number in error logobscuren2014-02-101-6/+7
| * | Forgot to bump the versionobscuren2014-02-101-1/+1
| * | level db back inobscuren2014-02-101-2/+2
| * | Version 3 and added added catch upobscuren2014-02-101-7/+28
| * | Self connect on handshakeobscuren2014-02-101-9/+10
| * | Fixed self connect through public key discovery.obscuren2014-02-102-21/+31
| * | Changed peer formatobscuren2014-02-091-6/+9
| * | Switched over to leveldb instead of memdbobscuren2014-02-091-5/+11
| * | Fixed valueobscuren2014-02-061-25/+16
| * | Do not quit if upnp failsobscuren2014-02-041-1/+0
| * | Properly encode txobscuren2014-02-031-1/+1
| * | Transaction processingobscuren2014-02-031-1/+1
| * | removed self connect logobscuren2014-02-031-2/+0
| * | Encode caps as byteobscuren2014-02-031-2/+2
| * | Disconnection reasonsobscuren2014-02-031-13/+38
| * | Removed the seed peer option from startobscuren2014-02-032-16/+3
| * | UPnP Supportobscuren2014-02-031-18/+14
| * | Implemented support for UPnPobscuren2014-02-034-123/+180
| * | removed upnpobscuren2014-02-021-52/+0
| * | upnp testobscuren2014-02-022-51/+91
| * | Reverted back to messagesobscuren2014-02-021-7/+2
| * | UPNP wipobscuren2014-02-023-30/+484
| * | (un)pack addrobscuren2014-02-011-33/+87
| * | For the testnet always 30303 for now to make it easyobscuren2014-01-311-2/+4
| * | Self connectobscuren2014-01-312-10/+0
| * | Get peers returns now both in and outbound peersobscuren2014-01-312-2/+18
| * | Peer connection checkingobscuren2014-01-311-1/+4
| * | Don't connect to peers that are already connectedobscuren2014-01-311-0/+16
| * | Self connect detectobscuren2014-01-312-13/+43
| * | Updated seed peersobscuren2014-01-312-119/+138
| * | Implemented get chain msgobscuren2014-01-281-11/+33
| * | Switched port and removed loggingobscuren2014-01-281-15/+3
| * | Removed default connectionobscuren2014-01-272-6/+34
| * | Graceful shutdown of peersobscuren2014-01-261-13/+20
| * | Updated peersobscuren2014-01-252-9/+9
| * | Data send over the wire shouldn't be RLPed more then onceobscuren2014-01-242-8/+12
| * | Updated packagesobscuren2014-01-241-1/+2
| * | Initial commit bootstrapping packageobscuren2014-01-243-0/+528
| /
* | Merge branch 'master' into developobscuren2014-10-231-0/+1
|\ \
| * \ Merge pull request #148 from waffle-iron/masterJeffrey Wilcke2014-10-231-0/+1
| |\ \
| | * | add waffle.io badgeMaking GitHub Delicious.2014-10-231-0/+1
| |/ /
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-10-232-6/+6
|\ \ \
| * \ \ Merge pull request #149 from JosephGoulden/developJeffrey Wilcke2014-10-232-6/+6
| |\ \ \
| | * | | Make tab capitisation consistentJoeG2014-10-231-1/+1
| | * | | Fix right-click context menu of block chain view.JoeG2014-10-231-5/+5
| |/ / /
* | | | Reflect VM Env changesobscuren2014-10-234-10/+14
* | | | Print error using regular println. Fixes #146obscuren2014-10-231-1/+1
|/ / /
* | | Debug only if a tx is set. Fixes #134obscuren2014-10-221-1/+1
* | | Reflect RPC changesobscuren2014-10-212-370/+361
* | | Updated to reflect BlockChain changesobscuren2014-10-206-17/+17
* | | Reflect changes to the eth/vmobscuren2014-10-183-12/+12
* | | fmt package was missingobscuren2014-10-181-0/+1
* | | Updated to reflect the Filter changes in eth-goobscuren2014-10-183-5/+7
* | | Merge pull request #141 from thibauld/developJeffrey Wilcke2014-10-182-7/+7
|\ \ \
| * | | Update documentation and install.sh script to reflect renaming from ethereal ...Thibauld Favre2014-10-182-7/+7
|/ / /
* | | Merge pull request #138 from erezwanderman/fixwindowsJeffrey Wilcke2014-10-174-5/+141
|\ \ \
| * | | Fix ethereum compilation and functioning on Windows.Erez Wanderman2014-10-154-5/+141
* | | | Merge pull request #139 from fjl/feature/simpler-log-systemJeffrey Wilcke2014-10-171-11/+2
|\ \ \ \
| * | | | mist: update for new ethlog.LogSystem interface (in ethereum/eth-go#59)Felix Lange2014-10-161-11/+2
| |/ / /
* | | | Updated vmobscuren2014-10-172-1/+2
* | | | Merge pull request #140 from fjl/feature/eventJeffrey Wilcke2014-10-173-130/+95
|\ \ \ \ | |/ / / |/| | |
| * | | adapt to new event packageFelix Lange2014-10-153-130/+95
* | | | New VMobscuren2014-10-146-8/+26
* | | | Merge branch 'master' into developobscuren2014-10-141-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #137 from caktux/masterJeffrey Wilcke2014-10-131-3/+3
| |\ \ \
| | * | | build statuscaktux2014-10-121-3/+3
| |/ / /
* | | | Merge branch 'master' into developobscuren2014-10-140-0/+0
|\| | |
| * | | Merge branch 'release/0.6.8'obscuren2014-10-079-956/+1134
| |\ \ \
| * \ \ \ Merge branch 'release/0.6.7'obscuren2014-09-2611-58/+65
| |\ \ \ \
| * \ \ \ \ Merge branch 'release/0.6.6'obscuren2014-09-258-22/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'hotfix/0.6.5-2'obscuren2014-09-235-43/+55
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge pull request #136 from fjl/feature/raceless-ethereum-filtersJeffrey Wilcke2014-10-111-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | mist: adapt to API changes in ethereum/eth-go#57Felix Lange2014-10-091-6/+6
|/ / / / / / /
* | | | | | | Version bumpobscuren2014-10-082-2/+2
* | | | | | | Renamed Sha3Bin to Sha3obscuren2014-10-081-1/+1
* | | | | | | Merge branch 'release/0.6.8' into developobscuren2014-10-071-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | bumpobscuren2014-10-071-1/+1
* | | | | | | removed old windows & added websockets to mistobscuren2014-10-0710-100/+51
|/ / / / / /
* | | | | | Changed to new "created address"obscuren2014-10-022-908/+902
* | | | | | Added download labelobscuren2014-10-022-0/+13
* | | | | | WebSocket interfaceobscuren2014-10-017-55/+226
* | | | | | Merge branch 'release/0.6.7' into developobscuren2014-09-265-7/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Added protocol caps to windowobscuren2014-09-261-2/+3
| * | | | | Renamed wallet to mainobscuren2014-09-262-1/+1
| * | | | | Version bumpobscuren2014-09-264-4/+4
|/ / / / /
* | | | | Cleaned upobscuren2014-09-263-37/+7
* | | | | Added some lookup helper methods for name regobscuren2014-09-253-2/+36
* | | | | Support multiple promises as data or mixed with non promisesobscuren2014-09-251-13/+15
* | | | | Merge branch 'release/0.6.6' into developobscuren2014-09-256-9/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Temp work aroundobscuren2014-09-253-6/+6
| * | | | Bumpobscuren2014-09-253-3/+3
|/ / / /
* | | | Download indicatorobscuren2014-09-252-13/+23
* | | | Merge branch 'hotfix/0.6.5-2' into developobscuren2014-09-235-43/+55
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed min gas price on coinobscuren2014-09-235-43/+55
| |/ /
| * | Merge branch 'develop'obscuren2014-09-231-2/+0
| |\ \ | |/ / |/| |
* | | Actually remove it alltogetherobscuren2014-09-231-2/+0
* | | Merge branch 'hotfix/0.6.5-1' into developobscuren2014-09-231-0/+4
|\ \ \
* \ \ \ Merge branch 'release/0.6.5' into developobscuren2014-09-236-14/+203
|\ \ \ \
| | | * \ Merge branch 'hotfix/0.6.5-1'obscuren2014-09-231-0/+4
| | | |\ \ | | | |/ / | | |/| |
| | * | | Konamiobscuren2014-09-231-0/+4
| | |/ /
| | * | Merge branch 'release/0.6.5'obscuren2014-09-2371-1811/+4910
| | |\ \ | | |/ / | |/| |
| * | | Length checkobscuren2014-09-231-1/+1
| * | | Higher default valuesobscuren2014-09-231-5/+5
| * | | Added a sample app ;-)obscuren2014-09-223-0/+186
| * | | Version numberingobscuren2014-09-222-3/+3
| * | | Changed peer server defaultobscuren2014-09-221-5/+8
| * | | Crazy versioning!obscuren2014-09-221-1/+1
|/ / /
* | | Re-wrote ethereum.jsobscuren2014-09-228-334/+698
* | | Re-writing ethereum.js. Added future/promises support.obscuren2014-09-208-434/+2537
* | | renamedobscuren2014-09-1955-0/+0
* | | dumpobscuren2014-09-192-0/+3
* | | Merge branch 'JosephGoulden-develop' into developobscuren2014-09-191-1/+1
|\ \ \
| * | | Merge branch 'develop' of https://github.com/JosephGoulden/go-ethereum into J...obscuren2014-09-191-1/+1
|/| | |
| * | | Fix tabsJoseph Goulden2014-09-191-905/+884
| * | | Fix whitespaceJoeG2014-09-191-10/+10
| * | | Merge remote-tracking branch 'upstream/develop' into developJoeG2014-09-193-11/+15
| |\ \ \
| * | | | Fix to display Mist menu bar on linuxJoeG2014-09-181-1/+1
* | | | | Stack infoobscuren2014-09-194-31/+92
* | | | | mistobscuren2014-09-191-1/+1
* | | | | infoobscuren2014-09-192-11/+24
* | | | | No default background colorobscuren2014-09-182-12/+2
| |/ / / |/| | |
* | | | Minor visual updatesobscuren2014-09-183-906/+889
|/ / /
* | | Rename and changed peer windowobscuren2014-09-177-16/+55
* | | Renamed etherealobscuren2014-09-1754-0/+0
* | | Integrate web app in to the main clientobscuren2014-09-163-5/+31
* | | Added DApp url bar (TBD) & changed behaviour for the menu selectionobscuren2014-09-162-744/+871
* | | Upped versionobscuren2014-09-161-1/+1
* | | Removedobscuren2014-09-141-1/+1
* | | removed ffiobscuren2014-09-142-7/+6
* | | Minor updates to the new filterobscuren2014-09-143-9/+12
* | | Reworked filtersobscuren2014-09-145-788/+833
* | | Some minor correctionsobscuren2014-09-087-26/+35
* | | Add txs as they come inobscuren2014-08-251-2/+8
* | | Any address instead of my ownobscuren2014-08-251-1/+1
* | | Display block sizeobscuren2014-08-252-7/+6
* | | Moved filesobscuren2014-08-231-0/+148
* | | moved methodsobscuren2014-08-231-145/+0
* | | Check data lengthobscuren2014-08-233-3/+1
* | | Minor updates to the UIobscuren2014-08-233-42/+117
* | | Set log level of std logger as well. (since gui logging is disabled)obscuren2014-08-224-4/+12
* | | Error windowobscuren2014-08-222-0/+6
* | | Error windowobscuren2014-08-221-13/+0
* | | Error windowobscuren2014-08-225-4/+67
* | | Merge branch 'release/0.6.4' into developobscuren2014-08-221-1/+1
|\ \ \
| | * \ Merge branch 'release/0.6.4'obscuren2014-08-225-7/+39
| | |\ \ | | |/ / | |/| |
| * | | bumpobscuren2014-08-221-1/+1
|/ / /
* | | Turbo mining flagobscuren2014-08-222-4/+36
* | | bumpobscuren2014-08-222-2/+2
* | | Merge branch 'release/0.6.3' into developobscuren2014-08-212-19/+14
|\ \ \
| | * \ Merge branch 'release/0.6.3'obscuren2014-08-211-1/+1
| | |\ \ | | |/ / | |/| |
| * | | Version nameobscuren2014-08-211-1/+1
| | * | Merge branch 'release/0.6.3'obscuren2014-08-2139-1538/+2875
| | |\ \ | | |/ / | |/| |
| * | | MIT -> GPLobscuren2014-08-211-18/+13
|/ / /