Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | Change coinbase to be the address not public key | Maran | 2014-05-13 | 1 | -1/+4 | |
| | | | * | Implemented new JS/EthPub methods | Maran | 2014-05-13 | 3 | -22/+66 | |
| | | | * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-13 | 5 | -4/+8 | |
| | | | |\ | ||||||
| | | | | * | Fix merge conflict | Maran | 2014-05-13 | 3 | -4/+4 | |
| | | | | |\ | ||||||
| | | | | * \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-05-13 | 1 | -3/+3 | |
| | | | | |\ \ | ||||||
| | | | | * | | | Implemented a flag for a different RPC port; --rpcport | Maran | 2014-05-13 | 4 | -2/+6 | |
| | | | * | | | | Fix | obscuren | 2014-05-13 | 2 | -2/+2 | |
| | | | | |_|/ | | | | |/| | | ||||||
| | | | * | | | Public ethereum interface uses EthManager | obscuren | 2014-05-13 | 3 | -3/+3 | |
| | | | | |/ | | | | |/| | ||||||
| | | | * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-13 | 4 | -6/+14 | |
| | | | |\| | ||||||
| | | | | * | Added support to NewJsonRpc to return an error as well as an interface | Maran | 2014-05-13 | 2 | -4/+12 | |
| | | | | * | Enable seed again | Maran | 2014-05-13 | 2 | -2/+2 | |
| | | | * | | Fixed wallet crash for new account. Fixes #38 | obscuren | 2014-05-13 | 1 | -3/+3 | |
| | | | |/ | ||||||
| | | | * | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-05-12 | 2 | -155/+214 | |
| | | | |\ | ||||||
| | | | | * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-12 | 2 | -2/+2 | |
| | | | | |\ | ||||||
| | | | | * | | Refactored some code and fixed #37 | obscuren | 2014-05-12 | 2 | -155/+214 | |
| | | | * | | | Actually start the Ethereum server on starting the GUI | Maran | 2014-05-12 | 1 | -0/+6 | |
| | | | | |/ | | | | |/| | ||||||
| | | | * | | Disable seed by default | Maran | 2014-05-12 | 2 | -2/+2 | |
| | | | |/ | ||||||
| | | | * | PreProcess => PreParse | obscuren | 2014-05-12 | 1 | -1/+1 | |
| | | | * | Merge branch 'release/poc5-rc3' into develop | obscuren | 2014-05-10 | 4 | -5/+5 | |
| | | | |\ | | | | |/ | | | |/| | ||||||
| | | * | | Upgraded to new mutan | obscuren | 2014-05-10 | 4 | -5/+5 | |
| | | |/ | ||||||
| | | * | Merge branch 'release/poc5-rc2' into develop | obscuren | 2014-05-10 | 1 | -1/+1 | |
| | | |\ | | | |/ | | |/| | ||||||
| | * | | Bump | obscuren | 2014-05-10 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | fxed | obscuren | 2014-05-10 | 5 | -4/+619 | |
| | * | Moved Ext app js to its own dir | obscuren | 2014-05-10 | 6 | -252/+12 | |
| | * | Changed seeding | obscuren | 2014-05-09 | 3 | -4/+3 | |
| | * | Cleanup | obscuren | 2014-05-09 | 5 | -157/+77 | |
| | * | Fixed closure | obscuren | 2014-05-08 | 2 | -4/+3 | |
| | * | Normalized font | obscuren | 2014-05-06 | 1 | -1/+0 | |
| | * | Merge branch 'release/poc5-rc1' into develop | obscuren | 2014-05-05 | 1 | -1/+2 | |
| | |\ | | |/ | |/| | ||||||
| * | | bump | obscuren | 2014-05-05 | 1 | -1/+2 | |
| |/ | ||||||
| * | Renamed etherpc to ethrpc | Maran | 2014-05-05 | 2 | -4/+4 | |
| * | Merge branch 'develop' into feature/rpc | Maran | 2014-05-05 | 5 | -24/+58 | |
| |\ | ||||||
| | * | Changed getkey and secrettoaddress | obscuren | 2014-05-05 | 3 | -16/+20 | |
| | * | Added storage watch | obscuren | 2014-05-05 | 5 | -18/+48 | |
| * | | Implemented rpc for ethereal and ethereum | Maran | 2014-05-05 | 3 | -5/+10 | |
| * | | Fix circular deps | Maran | 2014-05-03 | 1 | -2/+5 | |
| * | | Merge branch 'develop' into feature/rpc | Maran | 2014-05-02 | 7 | -221/+21 | |
| |\| | ||||||
| | * | Updated sample coin | obscuren | 2014-05-02 | 1 | -2/+2 | |
| | * | Moved public interface | obscuren | 2014-05-02 | 6 | -219/+19 | |
| * | | Merge branch 'develop' into feature/rpc | Maran | 2014-05-02 | 16 | -253/+352 | |
| |\| | ||||||
| | * | Fixed samplecoin | obscuren | 2014-05-02 | 5 | -29/+42 | |
| | * | Added string conversion API | obscuren | 2014-05-02 | 3 | -2/+61 | |
| | * | Moved API | obscuren | 2014-05-02 | 4 | -107/+17 | |
| | * | Moved Ext ethereum api | obscuren | 2014-05-02 | 2 | -17/+124 | |
| | * | Added a 'set' method to change window settings for external applications | obscuren | 2014-05-02 | 3 | -0/+12 | |
| | * | Moved and improved sample coin | obscuren | 2014-05-02 | 5 | -0/+114 | |
| | * | Fixed minor issue with upnp where 'err' wasn't checked resulting in crash | obscuren | 2014-05-02 | 4 | -125/+9 | |
| * | | Moved RPC Server and implemented it as a package | Maran | 2014-05-02 | 5 | -267/+9 | |
| * | | Initial commit | Maran | 2014-05-02 | 2 | -0/+267 | |
| |/ | ||||||
| * | Fixed tx nonce | obscuren | 2014-04-30 | 1 | -2/+5 | |
| * | getBalanceAt getStorageAt, fixed get balance api call | obscuren | 2014-04-30 | 3 | -5/+9 | |
| * | fixed state object changes for eth api | obscuren | 2014-04-30 | 6 | -58/+98 | |
| * | API changes | obscuren | 2014-04-30 | 3 | -152/+208 | |
| * | Split off External applications from main library | obscuren | 2014-04-30 | 4 | -57/+286 | |
| * | Added muted | obscuren | 2014-04-29 | 7 | -173/+287 | |
| * | Merge pull request #34 from compleatang/develop | Jeffrey Wilcke | 2014-04-29 | 2 | -3/+3 | |
| |\ | ||||||
| | * | PreProcess moved to Mutan package | Casey Kuhlman | 2014-04-28 | 2 | -3/+3 | |
| |/ | ||||||
| * | Draft mut(an)ed(itor) | obscuren | 2014-04-28 | 10 | -0/+8300 | |
| * | Using mutan assembler stage | obscuren | 2014-04-28 | 1 | -2/+2 | |
| * | Updated version number | obscuren | 2014-04-27 | 2 | -2/+2 | |
| * | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 8 | -68/+114 | |
| * | Moved | obscuren | 2014-04-26 | 1 | -0/+65 | |
| * | Merge | obscuren | 2014-04-25 | 3 | -69/+67 | |
| |\ | ||||||
| | * | typo interrupt | zelig | 2014-04-16 | 1 | -2/+2 | |
| | * | non-interactive option | zelig | 2014-04-16 | 2 | -57/+49 | |
| | * | logfile | zelig | 2014-04-16 | 2 | -7/+23 | |
| | * | empty string -> empty byte array | zelig | 2014-04-16 | 1 | -1/+1 | |
| * | | Added callback mechanism and updated UI | obscuren | 2014-04-24 | 5 | -19/+64 | |
| * | | Added new block sub for webapp | obscuren | 2014-04-24 | 1 | -0/+26 | |
| * | | Minor fixes and sample coin "improvements" | obscuren | 2014-04-24 | 8 | -23/+108 | |
| * | | Refactored code | obscuren | 2014-04-23 | 2 | -13/+28 | |
| * | | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 6 | -11/+23 | |
| * | | Updated test coin | obscuren | 2014-04-23 | 3 | -84/+139 | |
| * | | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 3 | -0/+160 | |
| * | | Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings | obscuren | 2014-04-21 | 2 | -1/+22 | |
| * | | Updated closure call | obscuren | 2014-04-20 | 1 | -2/+1 | |
| * | | Moved compiling related object to utils package | obscuren | 2014-04-16 | 1 | -0/+24 | |
| * | | Updated to use new state object | obscuren | 2014-04-16 | 4 | -39/+24 | |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-16 | 3 | -24/+74 | |
| |\| | ||||||
| | * | Fix up paneling | Maran | 2014-04-15 | 1 | -31/+30 | |
| | * | Adding log messages to debug panel | Maran | 2014-04-15 | 2 | -0/+18 | |
| | * | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Maran | 2014-04-15 | 4 | -66/+113 | |
| | |\ | ||||||
| | * | | Add send to contract | Maran | 2014-04-15 | 2 | -4/+37 | |
| * | | | added init and main functions to script | obscuren | 2014-04-16 | 1 | -11/+27 | |
| | |/ | |/| | ||||||
| * | | Merge | obscuren | 2014-04-12 | 4 | -278/+311 | |
| |\| | ||||||
| | * | Added isContract to gui | Maran | 2014-04-12 | 2 | -2/+11 | |
| | * | remove test menu | Maran | 2014-04-12 | 1 | -29/+0 | |
| | * | Initial refactor for wallet qml | Maran | 2014-04-12 | 3 | -258/+280 | |
| | * | Refactored simple send to use states | Maran | 2014-04-12 | 1 | -180/+211 | |
| * | | Debug steps | obscuren | 2014-04-12 | 4 | -45/+68 | |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-12 | 5 | -62/+455 | |
| |\| | ||||||
| | * | Fix merge conflicts | Maran | 2014-04-12 | 4 | -35/+150 | |
| | |\ | ||||||
| | * | | Improved (hopefully) the send transaction tab | Maran | 2014-04-12 | 2 | -57/+226 | |
| | * | | Implemented key importing/generation for the GUI | Maran | 2014-04-11 | 5 | -11/+237 | |
| * | | | Debugger | obscuren | 2014-04-12 | 1 | -16/+40 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-04-12 | 3 | -25/+31 | |
| |\| | ||||||
| | * | Merge branch 'feature/mnemonic' into develop | Maran | 2014-04-09 | 2 | -3/+15 | |
| | |\ | ||||||
| | | * | Importing mnemonic support | Maran | 2014-04-09 | 1 | -1/+12 | |
| | | * | Merge branch 'develop' into feature/mnemonic | Maran | 2014-04-09 | 4 | -37/+37 | |
| | | |\ | ||||||
| | | * | | Added mnemonic priv key | Maran | 2014-04-07 | 1 | -2/+3 | |
| | * | | | Merge pull request #32 from cabreraalex/develop | Jeffrey Wilcke | 2014-04-09 | 1 | -22/+16 | |
| | |\ \ \ | | | |_|/ | | |/| | | ||||||
| | | * | | Fixed up grammar and spelling in README | Alex Cabrera | 2014-04-08 | 1 | -22/+16 | |
| | | |/ | ||||||
| * | / | Added wip debugger | obscuren | 2014-04-12 | 4 | -49/+166 | |
| |/ / | ||||||
| * | | Nonce handling | obscuren | 2014-04-09 | 1 | -1/+3 | |
| * | | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 2 | -6/+19 | |
| |\ \ | ||||||
| | * | | Added tx output | obscuren | 2014-04-01 | 2 | -6/+19 | |
| | |/ | ||||||
| * | | Fix merge conflict | Maran | 2014-04-01 | 9 | -39/+115 | |
| |\| | ||||||
| | * | Fixed miner | obscuren | 2014-03-31 | 1 | -3/+3 | |
| | * | Fixed an issue with sending gas to a contract | obscuren | 2014-03-31 | 2 | -3/+3 | |
| | * | Updated to new mutan api | obscuren | 2014-03-31 | 3 | -8/+8 | |
| | * | Removed CreateTx | obscuren | 2014-03-28 | 1 | -3/+3 | |
| | * | Added gas and gas price. | obscuren | 2014-03-28 | 3 | -8/+75 | |
| | * | Merge branch 'master' into develop | obscuren | 2014-03-27 | 4 | -9/+22 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Merge pull request #31 from ethersphere/master | Jeffrey Wilcke | 2014-03-27 | 4 | -9/+22 | |
|\ \ \ | ||||||
| * | | | assetPath configurable on command line for ethereal GUI | zelig | 2014-03-27 | 4 | -9/+22 | |
|/ / / | ||||||
| | * | Updated transaction constructor | obscuren | 2014-03-27 | 2 | -15/+11 | |
| |/ |/| | ||||||
| * | Reimplement new miner creation | Maran | 2014-03-24 | 1 | -29/+15 | |
| * | Merge master into miner branch | Maran | 2014-03-24 | 23 | -211/+269 | |
| |\ | |/ |/| | ||||||
* | | Moved node to ethereum | obscuren | 2014-03-22 | 3 | -0/+448 | |
* | | Moved node to ethereum | obscuren | 2014-03-22 | 4 | -448/+0 | |
* | | Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into WeM... | obscuren | 2014-03-22 | 1 | -8/+9 | |
|\ \ | ||||||
| * | | working linux makefile | Cayman Nava | 2014-03-16 | 1 | -6/+11 | |
* | | | Major re-organisation. | obscuren | 2014-03-22 | 23 | -323/+357 | |
* | | | . | obscuren | 2014-03-22 | 1 | -1/+1 | |
* | | | Updated to work with the new chain | obscuren | 2014-03-21 | 4 | -7/+12 | |
| | * | Mining rework | Maran | 2014-03-20 | 2 | -89/+9 | |
| | * | Merge conflicts | Maran | 2014-03-17 | 1 | -12/+20 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Fixed asset path error. Fixes #29 | obscuren | 2014-03-17 | 1 | -12/+21 | |
|/ / | ||||||
| * | More mining stuff | Maran | 2014-03-11 | 2 | -5/+12 | |
| * | Initial smart-miner stuff | Maran | 2014-03-10 | 2 | -19/+74 | |
|/ | ||||||
* | Renamed block manager to state manager | obscuren | 2014-03-05 | 2 | -3/+3 | |
* | Conform to the new server model | obscuren | 2014-03-05 | 1 | -4/+4 | |
* | Moved qml files, conform to the new server model. | obscuren | 2014-03-05 | 5 | -27/+27 | |
* | Block mining log | obscuren | 2014-03-03 | 1 | -0/+1 | |
* | Using asset path helper (includes a debug path atm) | obscuren | 2014-03-03 | 3 | -87/+147 | |
* | WIP Makefile | obscuren | 2014-03-03 | 1 | -0/+20 | |
* | Get rid of the xpm files | obscuren | 2014-03-03 | 2 | -0/+0 | |
* | Updated to use the state on the blocks | obscuren | 2014-03-03 | 1 | -1/+1 | |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-03-02 | 1 | -2/+1 | |
|\ | ||||||
| * | Update README.md | Jeffrey Wilcke | 2014-03-01 | 1 | -2/+1 | |
* | | Update README.md | Jeffrey Wilcke | 2014-03-01 | 1 | -1/+1 | |
* | | Update README.md | Jeffrey Wilcke | 2014-03-01 | 1 | -2/+1 | |
|/ | ||||||
* | Merge pull request #21 from jarradh/master | Jeffrey Wilcke | 2014-02-28 | 1 | -2/+8 | |
|\ | ||||||
| * | Search bin directory for qml | Jarrad Hope | 2014-02-28 | 1 | -2/+8 | |
|/ | ||||||
* | Merge branch 'develop' | obscuren | 2014-02-28 | 2 | -4/+17 | |
|\ | ||||||
| * | fixed about window | obscuren | 2014-02-28 | 2 | -4/+17 | |
| * | Merge branch 'release/0.3.0' into develop | obscuren | 2014-02-28 | 11 | -138/+154 | |
| |\ | ||||||
* | \ | Merge branch 'release/0.3.0' | obscuren | 2014-02-28 | 17 | -85/+882 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fixed connection button spamming | obscuren | 2014-02-28 | 1 | -1/+3 | |
| * | | Updated readme | obscuren | 2014-02-28 | 1 | -32/+9 | |
| * | | Changed to new get keys method on database interface | obscuren | 2014-02-28 | 1 | -8/+8 | |
| * | | Exit after importing a key | obscuren | 2014-02-28 | 1 | -13/+10 | |
| * | | Improved overall UI design and added a bunch of icons | obscuren | 2014-02-28 | 7 | -84/+124 | |
| |/ | ||||||
| * | Currency to string | obscuren | 2014-02-25 | 2 | -7/+10 | |
| * | Minor UI change | obscuren | 2014-02-25 | 2 | -1/+11 | |
| * | Proper Nonce | obscuren | 2014-02-25 | 1 | -64/+79 | |
| * | Moved ui lib | obscuren | 2014-02-25 | 1 | -0/+38 | |
| * | Minor fixes that to reflect changes in library | obscuren | 2014-02-24 | 4 | -13/+30 | |
| * | Added transactions window | obscuren | 2014-02-23 | 3 | -42/+163 | |
| * | Added some ui elements to make it easier to connect to nodes | obscuren | 2014-02-23 | 6 | -34/+136 | |
| * | Working out UI | obscuren | 2014-02-22 | 3 | -6/+63 | |
| * | WIP library, sample app | obscuren | 2014-02-22 | 4 | -24/+140 | |
| * | Peer amount update | obscuren | 2014-02-21 | 3 | -0/+28 | |
| * | Initial block chain fetching of existing blocks | obscuren | 2014-02-21 | 2 | -2/+12 | |
| * | Added a basic <UNSTABLE> UI | obscuren | 2014-02-21 | 4 | -36/+216 | |
| * | Fixed broken links. Fixes #18 | obscuren | 2014-02-21 | 1 | -4/+4 | |
| * | Added editor for contracts | obscuren | 2014-02-18 | 1 | -2/+36 | |
| * | Added import/exporting of private keys | obscuren | 2014-02-18 | 2 | -3/+52 | |
| * | Added license name and updated block output from the dev console | obscuren | 2014-02-18 | 2 | -2/+3 | |
| * | Merge branch 'master' into develop | obscuren | 2014-02-15 | 1 | -0/+3 | |
| |\ | |/ |/| | ||||||
* | | Added link to dev package | obscuren | 2014-02-15 | 1 | -0/+3 | |
* | | Merge branch 'release/0.2.2' | obscuren | 2014-02-15 | 2 | -4/+19 | |
|\ \ | ||||||
| | * | Merge branch 'release/0.2.2' into develop | obscuren | 2014-02-15 | 1 | -3/+13 | |
| | |\ | | |/ | |/| | ||||||
| * | | Added text for keys | obscuren | 2014-02-15 | 1 | -3/+13 | |
| |/ | ||||||
| * | Added git flow explanation | obscuren | 2014-02-15 | 1 | -1/+6 | |
|/ | ||||||
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 1 | -5/+5 | |
* | Updated to the great merge package | obscuren | 2014-02-15 | 3 | -7/+7 | |
* | Default to .ethereum | obscuren | 2014-02-12 | 1 | -1/+2 | |
* | Use seed | obscuren | 2014-02-12 | 1 | -0/+2 | |
* | Added block retrieval | obscuren | 2014-02-11 | 1 | -7/+11 | |
* | Skip the first byte in generating addresses | obscuren | 2014-02-11 | 1 | -2/+2 | |
* | removed pub key log | obscuren | 2014-02-10 | 1 | -2/+1 | |
* | Added pub key to keyring | obscuren | 2014-02-10 | 1 | -3/+6 | |
* | Added address | obscuren | 2014-02-09 | 1 | -2/+2 | |
* | Proper keys | obscuren | 2014-02-09 | 1 | -2/+3 | |
* | Proper keys | obscuren | 2014-02-09 | 1 | -2/+4 | |
* | Unused package | obscuren | 2014-02-09 | 1 | -1/+0 | |
* | Use the generated key | obscuren | 2014-02-09 | 1 | -1/+1 | |
* | Woops | obscuren | 2014-02-09 | 1 | -0/+2 | |
* | Updated readme | obscuren | 2014-02-09 | 1 | -17/+20 | |
* | Added key address and key generation | obscuren | 2014-02-09 | 4 | -26/+70 | |
* | Genesis logging | obscuren | 2014-02-08 | 1 | -2/+9 | |
* | Removed test | obscuren | 2014-02-07 | 2 | -0/+3 | |
* | Mining using a different hash now | obscuren | 2014-02-06 | 2 | -6/+8 | |
* | Block processing during mining | obscuren | 2014-02-03 | 1 | -2/+3 | |
* | Process transactions | obscuren | 2014-02-03 | 2 | -12/+12 | |
* | TApply transactions | obscuren | 2014-02-03 | 1 | -25/+5 | |
* | Fixed mining | obscuren | 2014-02-03 | 1 | -1/+1 | |
* | Changed mining | obscuren | 2014-02-03 | 1 | -7/+3 | |
* | Recipient as bytes | obscuren | 2014-02-03 | 1 | -2/+3 | |
* | UPnP support | obscuren | 2014-02-03 | 1 | -1/+5 | |
* | Merge branch 'master' of github.com-obscure:ethereum/go-ethereum | obscuren | 2014-02-02 | 2 | -4/+11 | |
|\ | ||||||
| * | Merge pull request #10 from josephyzhou/master | Jeffrey Wilcke | 2014-02-02 | 1 | -2/+1 | |
| |\ | ||||||
| | * | fix build failure | Joey Zhou | 2014-01-31 | 1 | -2/+1 | |
| * | | Merge pull request #11 from hiddentao/readme | Jeffrey Wilcke | 2014-02-02 | 1 | -2/+10 | |
| |\ \ | ||||||
| | * | | Merge branch 'master' into readme | Ramesh Nair | 2014-02-01 | 2 | -28/+36 | |
| | |\| | ||||||
| | * | | Updated build instructions | Ramesh Nair | 2014-02-01 | 1 | -6/+2 | |
| | * | | Update README | Ramesh Nair | 2014-02-01 | 1 | -2/+14 | |
* | | | | upnp test | obscuren | 2014-02-02 | 1 | -3/+1 | |
|/ / / | ||||||
* | | | Reverted back to old messages | obscuren | 2014-02-02 | 2 | -12/+2 | |
* | | | RLP Updates | obscuren | 2014-02-02 | 2 | -25/+21 | |
| |/ |/| | ||||||
* | | Mine? | obscuren | 2014-01-31 | 2 | -21/+29 | |
* | | Merge branch 'master' of github.com-obscure:ethereum/go-ethereum | obscuren | 2014-01-30 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge pull request #9 from josephyzhou/master | Geff Obscura | 2014-01-30 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | typo? | Joey Zhou | 2014-01-30 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | Updated to the new Trie | obscuren | 2014-01-30 | 2 | -7/+7 | |
|/ / | ||||||
* / | Changed block chain specific methods | obscuren | 2014-01-28 | 2 | -4/+4 | |
|/ | ||||||
* | Added help | obscuren | 2014-01-28 | 1 | -1/+5 | |
* | Debugging handles | obscuren | 2014-01-27 | 2 | -4/+15 | |
* | Added MIT license #5 | obscuren | 2014-01-25 | 1 | -0/+21 | |
* | Removed the last block of the block chain | obscuren | 2014-01-25 | 3 | -3/+3 | |
* | Dev contracts | obscuren | 2014-01-25 | 1 | -1/+9 | |
* | Fake block mining | obscuren | 2014-01-25 | 1 | -8/+13 | |
* | Dev test mining | obscuren | 2014-01-25 | 2 | -27/+55 | |
* | Broadcast block | obscuren | 2014-01-25 | 1 | -0/+32 | |
* | tx is now part of the chain package | obscuren | 2014-01-24 | 2 | -2/+2 | |
* | Updated readme | obscuren | 2014-01-24 | 1 | -3/+21 | |
* | Rearrange packages | obscuren | 2014-01-24 | 10 | -1706/+22 | |
* | Added synchronisation of transactions across remote pools | obscuren | 2014-01-22 | 5 | -49/+96 | |
* | Transaction processing. Implemented sending and receiving wei | obscuren | 2014-01-21 | 1 | -0/+161 | |
* | Merge branch 'master' of github.com-obscure:ethereum/go-ethereum | obscuren | 2014-01-21 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #4 from stephantual/master | obscuren | 2014-01-20 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fixed typo (credit to comma 8) | Stephan Tual | 2014-01-16 | 1 | -1/+1 | |
* | | | Transaction processing. Implemented sending and receiving wei | obscuren | 2014-01-21 | 4 | -66/+96 | |
|/ / | ||||||
* | | More opcodes | obscuren | 2014-01-19 | 1 | -0/+26 | |
* | | More opcodes | obscuren | 2014-01-19 | 2 | -59/+85 | |
* | | Added get peers and peers msg. | obscuren | 2014-01-18 | 2 | -13/+94 | |
* | | Renamed InOutMsg to msg | obscuren | 2014-01-18 | 1 | -8/+8 | |
* | | Ping pong message | obscuren | 2014-01-18 | 2 | -3/+9 | |
* | | Removed dagger broadcasting to the net | obscuren | 2014-01-17 | 2 | -3/+4 | |
* | | Updated the wire protocol | obscuren | 2014-01-17 | 2 | -33/+51 | |
* | | ECmul tmp | obscuren | 2014-01-17 | 2 | -12/+23 | |
* | | Added more opcodes | obscuren | 2014-01-17 | 1 | -2/+36 | |
* | | Added stack and opcodes to a separate file | obscuren | 2014-01-17 | 1 | -55/+59 | |
* | | Moved the vm code the block manager and added more opcodes | obscuren | 2014-01-17 | 3 | -375/+78 | |
* | | Moved vm test | obscuren | 2014-01-17 | 1 | -0/+77 | |
* | | Moved stack to its own file. Moved contract processing to block manager | obscuren | 2014-01-16 | 2 | -5/+366 | |
* | | Removed capitalization of the json source | obscuren | 2014-01-16 | 1 | -1/+1 | |
* | | Removed capitalization of the json source | obscuren | 2014-01-16 | 1 | -6/+8 | |
* | | Updated readme and coding standards | obscuren | 2014-01-16 | 1 | -0/+3 |