Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Version 3 and added added catch up | obscuren | 2014-02-10 | 1 | -7/+28 | |
| * | | Self connect on handshake | obscuren | 2014-02-10 | 1 | -9/+10 | |
| * | | Fixed self connect through public key discovery. | obscuren | 2014-02-10 | 2 | -21/+31 | |
| * | | Changed peer format | obscuren | 2014-02-09 | 1 | -6/+9 | |
| * | | Switched over to leveldb instead of memdb | obscuren | 2014-02-09 | 1 | -5/+11 | |
| * | | Fixed value | obscuren | 2014-02-06 | 1 | -25/+16 | |
| * | | Do not quit if upnp fails | obscuren | 2014-02-04 | 1 | -1/+0 | |
| * | | Properly encode tx | obscuren | 2014-02-03 | 1 | -1/+1 | |
| * | | Transaction processing | obscuren | 2014-02-03 | 1 | -1/+1 | |
| * | | removed self connect log | obscuren | 2014-02-03 | 1 | -2/+0 | |
| * | | Encode caps as byte | obscuren | 2014-02-03 | 1 | -2/+2 | |
| * | | Disconnection reasons | obscuren | 2014-02-03 | 1 | -13/+38 | |
| * | | Removed the seed peer option from start | obscuren | 2014-02-03 | 2 | -16/+3 | |
| * | | UPnP Support | obscuren | 2014-02-03 | 1 | -18/+14 | |
| * | | Implemented support for UPnP | obscuren | 2014-02-03 | 4 | -123/+180 | |
| * | | removed upnp | obscuren | 2014-02-02 | 1 | -52/+0 | |
| * | | upnp test | obscuren | 2014-02-02 | 2 | -51/+91 | |
| * | | Reverted back to messages | obscuren | 2014-02-02 | 1 | -7/+2 | |
| * | | UPNP wip | obscuren | 2014-02-02 | 3 | -30/+484 | |
| * | | (un)pack addr | obscuren | 2014-02-01 | 1 | -33/+87 | |
| * | | For the testnet always 30303 for now to make it easy | obscuren | 2014-01-31 | 1 | -2/+4 | |
| * | | Self connect | obscuren | 2014-01-31 | 2 | -10/+0 | |
| * | | Get peers returns now both in and outbound peers | obscuren | 2014-01-31 | 2 | -2/+18 | |
| * | | Peer connection checking | obscuren | 2014-01-31 | 1 | -1/+4 | |
| * | | Don't connect to peers that are already connected | obscuren | 2014-01-31 | 1 | -0/+16 | |
| * | | Self connect detect | obscuren | 2014-01-31 | 2 | -13/+43 | |
| * | | Updated seed peers | obscuren | 2014-01-31 | 2 | -119/+138 | |
| * | | Implemented get chain msg | obscuren | 2014-01-28 | 1 | -11/+33 | |
| * | | Switched port and removed logging | obscuren | 2014-01-28 | 1 | -15/+3 | |
| * | | Removed default connection | obscuren | 2014-01-27 | 2 | -6/+34 | |
| * | | Graceful shutdown of peers | obscuren | 2014-01-26 | 1 | -13/+20 | |
| * | | Updated peers | obscuren | 2014-01-25 | 2 | -9/+9 | |
| * | | Data send over the wire shouldn't be RLPed more then once | obscuren | 2014-01-24 | 2 | -8/+12 | |
| * | | Updated packages | obscuren | 2014-01-24 | 1 | -1/+2 | |
| * | | Initial commit bootstrapping package | obscuren | 2014-01-24 | 3 | -0/+528 | |
| / | ||||||
* | | Merge branch 'master' into develop | obscuren | 2014-10-23 | 1 | -0/+1 | |
|\ \ | ||||||
| * \ | Merge pull request #148 from waffle-iron/master | Jeffrey Wilcke | 2014-10-23 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | add waffle.io badge | Making GitHub Delicious. | 2014-10-23 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-10-23 | 2 | -6/+6 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #149 from JosephGoulden/develop | Jeffrey Wilcke | 2014-10-23 | 2 | -6/+6 | |
| |\ \ \ | ||||||
| | * | | | Make tab capitisation consistent | JoeG | 2014-10-23 | 1 | -1/+1 | |
| | * | | | Fix right-click context menu of block chain view. | JoeG | 2014-10-23 | 1 | -5/+5 | |
| |/ / / | ||||||
* | | | | Reflect VM Env changes | obscuren | 2014-10-23 | 4 | -10/+14 | |
* | | | | Print error using regular println. Fixes #146 | obscuren | 2014-10-23 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Debug only if a tx is set. Fixes #134 | obscuren | 2014-10-22 | 1 | -1/+1 | |
* | | | Reflect RPC changes | obscuren | 2014-10-21 | 2 | -370/+361 | |
* | | | Updated to reflect BlockChain changes | obscuren | 2014-10-20 | 6 | -17/+17 | |
* | | | Reflect changes to the eth/vm | obscuren | 2014-10-18 | 3 | -12/+12 | |
* | | | fmt package was missing | obscuren | 2014-10-18 | 1 | -0/+1 | |
* | | | Updated to reflect the Filter changes in eth-go | obscuren | 2014-10-18 | 3 | -5/+7 | |
* | | | Merge pull request #141 from thibauld/develop | Jeffrey Wilcke | 2014-10-18 | 2 | -7/+7 | |
|\ \ \ | ||||||
| * | | | Update documentation and install.sh script to reflect renaming from ethereal ... | Thibauld Favre | 2014-10-18 | 2 | -7/+7 | |
|/ / / | ||||||
* | | | Merge pull request #138 from erezwanderman/fixwindows | Jeffrey Wilcke | 2014-10-17 | 4 | -5/+141 | |
|\ \ \ | ||||||
| * | | | Fix ethereum compilation and functioning on Windows. | Erez Wanderman | 2014-10-15 | 4 | -5/+141 | |
* | | | | Merge pull request #139 from fjl/feature/simpler-log-system | Jeffrey Wilcke | 2014-10-17 | 1 | -11/+2 | |
|\ \ \ \ | ||||||
| * | | | | mist: update for new ethlog.LogSystem interface (in ethereum/eth-go#59) | Felix Lange | 2014-10-16 | 1 | -11/+2 | |
| |/ / / | ||||||
* | | | | Updated vm | obscuren | 2014-10-17 | 2 | -1/+2 | |
* | | | | Merge pull request #140 from fjl/feature/event | Jeffrey Wilcke | 2014-10-17 | 3 | -130/+95 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | adapt to new event package | Felix Lange | 2014-10-15 | 3 | -130/+95 | |
* | | | | New VM | obscuren | 2014-10-14 | 6 | -8/+26 | |
* | | | | Merge branch 'master' into develop | obscuren | 2014-10-14 | 1 | -3/+3 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge pull request #137 from caktux/master | Jeffrey Wilcke | 2014-10-13 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | build status | caktux | 2014-10-12 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into develop | obscuren | 2014-10-14 | 0 | -0/+0 | |
|\| | | | ||||||
| * | | | Merge branch 'release/0.6.8' | obscuren | 2014-10-07 | 9 | -956/+1134 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'release/0.6.7' | obscuren | 2014-09-26 | 11 | -58/+65 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'release/0.6.6' | obscuren | 2014-09-25 | 8 | -22/+32 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'hotfix/0.6.5-2' | obscuren | 2014-09-23 | 5 | -43/+55 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge pull request #136 from fjl/feature/raceless-ethereum-filters | Jeffrey Wilcke | 2014-10-11 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | mist: adapt to API changes in ethereum/eth-go#57 | Felix Lange | 2014-10-09 | 1 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Version bump | obscuren | 2014-10-08 | 2 | -2/+2 | |
* | | | | | | | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release/0.6.8' into develop | obscuren | 2014-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | bump | obscuren | 2014-10-07 | 1 | -1/+1 | |
* | | | | | | | removed old windows & added websockets to mist | obscuren | 2014-10-07 | 10 | -100/+51 | |
|/ / / / / / | ||||||
* | | | | | | Changed to new "created address" | obscuren | 2014-10-02 | 2 | -908/+902 | |
* | | | | | | Added download label | obscuren | 2014-10-02 | 2 | -0/+13 | |
* | | | | | | WebSocket interface | obscuren | 2014-10-01 | 7 | -55/+226 | |
* | | | | | | Merge branch 'release/0.6.7' into develop | obscuren | 2014-09-26 | 5 | -7/+8 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Added protocol caps to window | obscuren | 2014-09-26 | 1 | -2/+3 | |
| * | | | | | Renamed wallet to main | obscuren | 2014-09-26 | 2 | -1/+1 | |
| * | | | | | Version bump | obscuren | 2014-09-26 | 4 | -4/+4 | |
|/ / / / / | ||||||
* | | | | | Cleaned up | obscuren | 2014-09-26 | 3 | -37/+7 | |
* | | | | | Added some lookup helper methods for name reg | obscuren | 2014-09-25 | 3 | -2/+36 | |
* | | | | | Support multiple promises as data or mixed with non promises | obscuren | 2014-09-25 | 1 | -13/+15 | |
* | | | | | Merge branch 'release/0.6.6' into develop | obscuren | 2014-09-25 | 6 | -9/+9 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Temp work around | obscuren | 2014-09-25 | 3 | -6/+6 | |
| * | | | | Bump | obscuren | 2014-09-25 | 3 | -3/+3 | |
|/ / / / | ||||||
* | | | | Download indicator | obscuren | 2014-09-25 | 2 | -13/+23 | |
* | | | | Merge branch 'hotfix/0.6.5-2' into develop | obscuren | 2014-09-23 | 5 | -43/+55 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fixed min gas price on coin | obscuren | 2014-09-23 | 5 | -43/+55 | |
| |/ / | ||||||
| * | | Merge branch 'develop' | obscuren | 2014-09-23 | 1 | -2/+0 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Actually remove it alltogether | obscuren | 2014-09-23 | 1 | -2/+0 | |
* | | | Merge branch 'hotfix/0.6.5-1' into develop | obscuren | 2014-09-23 | 1 | -0/+4 | |
|\ \ \ | ||||||
* \ \ \ | Merge branch 'release/0.6.5' into develop | obscuren | 2014-09-23 | 6 | -14/+203 | |
|\ \ \ \ | ||||||
| | | * \ | Merge branch 'hotfix/0.6.5-1' | obscuren | 2014-09-23 | 1 | -0/+4 | |
| | | |\ \ | | | |/ / | | |/| | | ||||||
| | * | | | Konami | obscuren | 2014-09-23 | 1 | -0/+4 | |
| | |/ / | ||||||
| | * | | Merge branch 'release/0.6.5' | obscuren | 2014-09-23 | 71 | -1811/+4910 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | Length check | obscuren | 2014-09-23 | 1 | -1/+1 | |
| * | | | Higher default values | obscuren | 2014-09-23 | 1 | -5/+5 | |
| * | | | Added a sample app ;-) | obscuren | 2014-09-22 | 3 | -0/+186 | |
| * | | | Version numbering | obscuren | 2014-09-22 | 2 | -3/+3 | |
| * | | | Changed peer server default | obscuren | 2014-09-22 | 1 | -5/+8 | |
| * | | | Crazy versioning! | obscuren | 2014-09-22 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Re-wrote ethereum.js | obscuren | 2014-09-22 | 8 | -334/+698 | |
* | | | Re-writing ethereum.js. Added future/promises support. | obscuren | 2014-09-20 | 8 | -434/+2537 | |
* | | | renamed | obscuren | 2014-09-19 | 55 | -0/+0 | |
* | | | dump | obscuren | 2014-09-19 | 2 | -0/+3 | |
* | | | Merge branch 'JosephGoulden-develop' into develop | obscuren | 2014-09-19 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Merge branch 'develop' of https://github.com/JosephGoulden/go-ethereum into J... | obscuren | 2014-09-19 | 1 | -1/+1 | |
|/| | | | ||||||
| * | | | Fix tabs | Joseph Goulden | 2014-09-19 | 1 | -905/+884 | |
| * | | | Fix whitespace | JoeG | 2014-09-19 | 1 | -10/+10 | |
| * | | | Merge remote-tracking branch 'upstream/develop' into develop | JoeG | 2014-09-19 | 3 | -11/+15 | |
| |\ \ \ | ||||||
| * | | | | Fix to display Mist menu bar on linux | JoeG | 2014-09-18 | 1 | -1/+1 | |
* | | | | | Stack info | obscuren | 2014-09-19 | 4 | -31/+92 | |
* | | | | | mist | obscuren | 2014-09-19 | 1 | -1/+1 | |
* | | | | | info | obscuren | 2014-09-19 | 2 | -11/+24 | |
* | | | | | No default background color | obscuren | 2014-09-18 | 2 | -12/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Minor visual updates | obscuren | 2014-09-18 | 3 | -906/+889 | |
|/ / / | ||||||
* | | | Rename and changed peer window | obscuren | 2014-09-17 | 7 | -16/+55 | |
* | | | Renamed ethereal | obscuren | 2014-09-17 | 54 | -0/+0 | |
* | | | Integrate web app in to the main client | obscuren | 2014-09-16 | 3 | -5/+31 | |
* | | | Added DApp url bar (TBD) & changed behaviour for the menu selection | obscuren | 2014-09-16 | 2 | -744/+871 | |
* | | | Upped version | obscuren | 2014-09-16 | 1 | -1/+1 | |
* | | | Removed | obscuren | 2014-09-14 | 1 | -1/+1 | |
* | | | removed ffi | obscuren | 2014-09-14 | 2 | -7/+6 | |
* | | | Minor updates to the new filter | obscuren | 2014-09-14 | 3 | -9/+12 | |
* | | | Reworked filters | obscuren | 2014-09-14 | 5 | -788/+833 | |
* | | | Some minor corrections | obscuren | 2014-09-08 | 7 | -26/+35 | |
* | | | Add txs as they come in | obscuren | 2014-08-25 | 1 | -2/+8 | |
* | | | Any address instead of my own | obscuren | 2014-08-25 | 1 | -1/+1 | |
* | | | Display block size | obscuren | 2014-08-25 | 2 | -7/+6 | |
* | | | Moved files | obscuren | 2014-08-23 | 1 | -0/+148 | |
* | | | moved methods | obscuren | 2014-08-23 | 1 | -145/+0 | |
* | | | Check data length | obscuren | 2014-08-23 | 3 | -3/+1 | |
* | | | Minor updates to the UI | obscuren | 2014-08-23 | 3 | -42/+117 | |
* | | | Set log level of std logger as well. (since gui logging is disabled) | obscuren | 2014-08-22 | 4 | -4/+12 | |
* | | | Error window | obscuren | 2014-08-22 | 2 | -0/+6 | |
* | | | Error window | obscuren | 2014-08-22 | 1 | -13/+0 | |
* | | | Error window | obscuren | 2014-08-22 | 5 | -4/+67 | |
* | | | Merge branch 'release/0.6.4' into develop | obscuren | 2014-08-22 | 1 | -1/+1 | |
|\ \ \ | ||||||
| | * \ | Merge branch 'release/0.6.4' | obscuren | 2014-08-22 | 5 | -7/+39 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | bump | obscuren | 2014-08-22 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Turbo mining flag | obscuren | 2014-08-22 | 2 | -4/+36 | |
* | | | bump | obscuren | 2014-08-22 | 2 | -2/+2 | |
* | | | Merge branch 'release/0.6.3' into develop | obscuren | 2014-08-21 | 2 | -19/+14 | |
|\ \ \ | ||||||
| | * \ | Merge branch 'release/0.6.3' | obscuren | 2014-08-21 | 1 | -1/+1 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | Version name | obscuren | 2014-08-21 | 1 | -1/+1 | |
| | * | | Merge branch 'release/0.6.3' | obscuren | 2014-08-21 | 39 | -1538/+2875 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | MIT -> GPL | obscuren | 2014-08-21 | 1 | -18/+13 | |
|/ / / | ||||||
* | | | Bumped version | obscuren | 2014-08-21 | 3 | -3/+3 | |
* | | | Changed icon source | obscuren | 2014-08-21 | 8 | -13/+13 | |
* | | | Fixed transact | obscuren | 2014-08-20 | 2 | -2/+2 | |
* | | | Fixed minor issues with filtering | obscuren | 2014-08-20 | 3 | -2/+68 | |
* | | | Added messages method | obscuren | 2014-08-20 | 1 | -3/+7 | |
* | | | Implemented QML message filtering | obscuren | 2014-08-20 | 5 | -464/+673 | |
* | | | Implementing new wallet views | obscuren | 2014-08-18 | 8 | -38/+147 | |
* | | | New menu | obscuren | 2014-08-18 | 7 | -72/+161 | |
* | | | Copy to clipboard hax | obscuren | 2014-08-17 | 4 | -0/+64 | |
* | | | Double click | obscuren | 2014-08-17 | 1 | -3/+10 | |
* | | | State dumps from gui | obscuren | 2014-08-17 | 10 | -26/+158 | |
* | | | Switched over to ethpipe | obscuren | 2014-08-16 | 5 | -46/+22 | |
* | | | Corrected getEachStorageAt | obscuren | 2014-08-15 | 2 | -3/+6 | |
* | | | Added message to closure | obscuren | 2014-08-15 | 1 | -1/+1 | |
* | | | LookupDomain method to uilib | obscuren | 2014-08-15 | 4 | -3/+31 | |
* | | | Moved over to hardcoded v1 of Go QML | obscuren | 2014-08-15 | 7 | -22/+31 | |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-08-15 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #115 from ethersphere/develop | Jeffrey Wilcke | 2014-08-15 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | remove mmenomic words initialisation (mnemonic wordlist now inline to support... | zelig | 2014-08-12 | 1 | -1/+0 | |
* | | | | | Moving over to ethpipe | obscuren | 2014-08-15 | 12 | -107/+65 | |
|/ / / / | ||||||
* | | | | Got rid of warnings and updated storage getters | obscuren | 2014-08-15 | 7 | -20/+24 | |
* | | | | Implemented new watch | obscuren | 2014-08-15 | 6 | -50/+114 | |
* | | | | Implemented "messages" | obscuren | 2014-08-14 | 5 | -29/+133 | |
* | | | | Json types | obscuren | 2014-08-14 | 1 | -11/+13 | |
* | | | | DNS for a hrefs should now be fixed | obscuren | 2014-08-14 | 5 | -99/+112 | |
* | | | | Removed old debug method | obscuren | 2014-08-14 | 1 | -21/+0 | |
* | | | | Tweaks and fixes + added webview debugger | obscuren | 2014-08-14 | 14 | -257/+268 | |
* | | | | Updated DNS Lookup | obscuren | 2014-08-13 | 4 | -27/+94 | |
|/ / / | ||||||
* | | | Fixed reference | obscuren | 2014-08-12 | 1 | -2/+2 | |
* | | | Name changes | obscuren | 2014-08-12 | 3 | -12/+16 | |
* | | | Changed naming on exposed QML variables | obscuren | 2014-08-12 | 6 | -33/+31 | |
* | | | Properly hide elements on tx submit | obscuren | 2014-08-12 | 1 | -12/+9 | |
* | | | UI update | obscuren | 2014-08-12 | 1 | -112/+110 | |
* | | | Refactored GUI and added modular/pluginable side bar | obscuren | 2014-08-12 | 7 | -936/+873 | |
* | | | Added open js option for repetitive tasks in ethereal | obscuren | 2014-08-11 | 6 | -12/+51 | |
* | | | Moved JSRE to it's own package for sharing between ethere(um/al) | obscuren | 2014-08-11 | 3 | -18/+93 | |
* | | | Minor issues | obscuren | 2014-08-10 | 4 | -33/+269 | |
* | | | Regular browser option added | obscuren | 2014-08-07 | 3 | -1/+32 | |
* | | | Support the ".eth" TLD through the DnsContract | obscuren | 2014-08-07 | 1 | -57/+92 | |
* | | | Typo. Fixes #107 | obscuren | 2014-08-07 | 1 | -1/+1 | |
* | | | output dump string, not undefined | obscuren | 2014-08-06 | 1 | -2/+2 | |
* | | | State dumps | obscuren | 2014-08-06 | 3 | -6/+76 | |
* | | | Merge branch 'ethersphere-feature/ethutil-refactor' into develop | obscuren | 2014-08-01 | 4 | -100/+98 | |
|\ \ \ | ||||||
| * \ \ | merge upstream | zelig | 2014-07-31 | 12 | -68/+144 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Update | obscuren | 2014-07-30 | 1 | -5/+1 | |
* | | | | Updated README to include Cpt. Obv. | obscuren | 2014-07-30 | 1 | -0/+6 | |
* | | | | Upped version number | obscuren | 2014-07-30 | 2 | -5/+7 | |
* | | | | Renamed to balance | obscuren | 2014-07-30 | 2 | -26/+15 | |
* | | | | A few start up optimisations | obscuren | 2014-07-30 | 4 | -10/+11 | |
* | | | | Merge branch 'release/0.6.0' into develop | obscuren | 2014-07-25 | 1 | -3/+2 | |
|\ \ \ \ | ||||||
* | | | | | wip export | obscuren | 2014-07-25 | 2 | -2/+35 | |
| | * | | | use logger instead of fmt for error in ext_app | zelig | 2014-07-22 | 1 | -3/+1 | |
| | * | | | reactor event channels have large buffer to allow more tolerance | zelig | 2014-07-22 | 2 | -8/+8 | |
| | * | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethuti... | zelig | 2014-07-21 | 2 | -2/+3 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge upstream | zelig | 2014-07-21 | 19 | -116/+257 | |
| | |\ \ \ \ | ||||||
| | * | | | | | ethreact | zelig | 2014-07-15 | 3 | -65/+68 | |
| | * | | | | | fix start mining | zelig | 2014-07-15 | 1 | -4/+3 | |
| | * | | | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethuti... | zelig | 2014-07-15 | 12 | -87/+112 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/ethuti... | zelig | 2014-07-05 | 1 | -12/+32 | |
| | |\ \ \ \ \ \ | ||||||
| | | | | | | * | | Merge branch 'release/0.6.0' | obscuren | 2014-07-25 | 12 | -42/+93 | |
| | | | | | |/| | | | | | | |/|/ / | | | | | |/| | | | | | |/| | | | | | |/| | | | | | |/| | | | | | |/| | | | | | | ||||||
| * | | | | | | | Fixed strange issue where qml will crash first run after go install | obscuren | 2014-07-24 | 1 | -3/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Move to goroutine for faster startup time | obscuren | 2014-07-24 | 1 | -4/+6 | |
* | | | | | | | Merge branch 'feature/new_vm' into develop | obscuren | 2014-07-24 | 11 | -33/+80 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | New State object | obscuren | 2014-07-24 | 1 | -2/+3 | |
| * | | | | | | | Refactored to reflect the new VM and State | obscuren | 2014-07-24 | 10 | -31/+77 | |
|/ / / / / / / | ||||||
* | | | | / / | set asm | obscuren | 2014-07-23 | 1 | -0/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | changed iterator | obscuren | 2014-07-21 | 2 | -2/+3 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Fixed miner stopping / starting:wq | obscuren | 2014-07-18 | 1 | -2/+8 | |
* | | | | | Add mining hash to GUI | Maran | 2014-07-18 | 1 | -2/+6 | |
* | | | | | Fixed miner channel | obscuren | 2014-07-18 | 4 | -30/+64 | |
|\ \ \ \ \ | ||||||
| * | | | | | Windows don't like dem flags | obscuren | 2014-07-18 | 1 | -3/+3 | |
| * | | | | | Added block update | obscuren | 2014-07-18 | 3 | -23/+47 | |
* | | | | | | WIP to expose hashrate to gui | Maran | 2014-07-18 | 2 | -0/+12 | |
|/ / / / / | ||||||
* | | | | | html tags not allowed | obscuren | 2014-07-18 | 1 | -1/+1 | |
* | | | | | Add namecoin name if available to block | obscuren | 2014-07-18 | 2 | -4/+8 | |
* | | | | | Added a catch up indicator | obscuren | 2014-07-18 | 2 | -4/+27 | |
* | | | | | Fixed name reg | obscuren | 2014-07-17 | 1 | -1/+1 | |
* | | | | | bump | obscuren | 2014-07-17 | 3 | -3/+3 | |
* | | | | | Merge branch 'develop' | obscuren | 2014-07-17 | 16 | -87/+167 | |
|\ \ \ \ \ | ||||||
| * | | | | | h scroll | obscuren | 2014-07-17 | 1 | -1/+1 | |
| * | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-07-16 | 4 | -6/+36 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Work around crash issues when building OSX binary | Maran | 2014-07-15 | 2 | -2/+30 | |
| | * | | | | | Rewrote mnemonic word loading to facilitate deployable builds. | Maran | 2014-07-15 | 2 | -29/+31 | |
| | | |_|/ / | | |/| | | | ||||||
| | * | | | | Work around race condition with qt webinspector for windows builds | Maran | 2014-07-14 | 1 | -2/+1 | |
| | * | | | | Don't silently fail on watcher creation | Maran | 2014-07-14 | 1 | -2/+3 | |
| | * | | | | Make the reload watcher use windows-safe paths | Maran | 2014-07-14 | 1 | -1/+1 | |
| * | | | | | Moved the repl to a new package | obscuren | 2014-07-16 | 10 | -76/+105 | |
| |/ / / / | ||||||
| * | | | | Removed timer | obscuren | 2014-07-12 | 1 | -1/+3 | |
| * | | | | Special diff output + debugger changes | obscuren | 2014-07-11 | 4 | -3/+22 | |
* | | | | | Merge branch 'develop' | obscuren | 2014-07-11 | 4 | -10/+18 | |
|\| | | | | ||||||
| * | | | | Added path check for Windows when loading external QML windows/components | Maran | 2014-07-09 | 1 | -1/+9 | |
| * | | | | Windos case for assetPath had a typo | Maran | 2014-07-08 | 1 | -1/+1 | |
| * | | | | Setup default asset path for windows | Maran | 2014-07-08 | 1 | -1/+1 | |
| * | | | | Make script inclusion via QML also relative to asset path | Maran | 2014-07-08 | 1 | -1/+1 | |
| * | | | | Forgot two images | Maran | 2014-07-08 | 1 | -2/+2 | |
| * | | | | Use relative image paths to help with windows builds | Maran | 2014-07-08 | 1 | -4/+4 | |
* | | | | | Merge branch 'develop' | obscuren | 2014-07-08 | 1 | -12/+32 | |
|\| | | | | ||||||
| * | | | | Merge pull request #101 from ethereum/revert-100-feature/ethutil-refactor | Jeffrey Wilcke | 2014-07-07 | 3 | -68/+64 | |
| |\ \ \ \ | ||||||
| | * | | | | Revert "ethreact - Feature/ethutil refactor" | Jeffrey Wilcke | 2014-07-07 | 3 | -68/+64 | |
| |/ / / / | ||||||
| * | / / | Merge pull request #100 from ethersphere/feature/ethutil-refactor | Jeffrey Wilcke | 2014-07-07 | 3 | -64/+68 | |
| |\| | | | | |/ / | |/| | |