Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | mocha test init | Marek Kotewicz | 2015-01-09 | 1 | -0/+49 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' into develop | Marek Kotewicz | 2015-01-12 | 1 | -2/+26 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Update README.md | Marek Kotewicz | 2015-01-11 | 1 | -17/+25 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Update README.md | Marek Kotewicz | 2015-01-11 | 1 | -1/+17 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Various fixes to ethereum.js and client web API stuff. | Gav Wood | 2015-01-12 | 4 | -7/+11 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop | Gav Wood | 2015-01-12 | 14 | -8/+209 | |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/.travis.yml libjsqrc/ethereumjs/README.md libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/lib/abi.js libjsqrc/ethereumjs/package.json | |||||
| * | | | / / / / / | default padding changed to 0 | Marek Kotewicz | 2015-01-10 | 4 | -4/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | rerun gulp | Marek Kotewicz | 2015-01-09 | 2 | -3/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | missing fromAscii | Marek Kotewicz | 2015-01-09 | 4 | -5/+6 | |
| | | | | | | | | | ||||||
| * | | | | | | | | method signature length defined | Marek Kotewicz | 2015-01-09 | 4 | -9/+17 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of https://github.com/ethereum/ethereum.js | Marek Kotewicz | 2015-01-09 | 2 | -2/+4 | |
| |\| | | | | | | ||||||
| | * | | | | | | module var fix | Jeffrey Wilcke | 2015-01-09 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | module var fix | Jeffrey Wilcke | 2015-01-09 | 1 | -1/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | version upgraded | Marek Kotewicz | 2015-01-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | sha3 method signature | Marek Kotewicz | 2015-01-09 | 5 | -12/+40 | |
| |/ / / / / | ||||||
| * | | | | | missing jshint ignore | Marek Kotewicz | 2015-01-08 | 3 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | fixed example | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | version upgrade | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | fixes for node.js | Marek Kotewicz | 2015-01-08 | 8 | -66/+61 | |
| | | | | | | ||||||
| * | | | | | gulpfile modifications, default build set to dev | Marek Kotewicz | 2015-01-07 | 4 | -68/+1213 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #22 from debris/strings | Marek Kotewicz | 2015-01-07 | 4 | -13/+60 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | strings, real, ureal paddings and implicit paddings for uint, int and hash | |||||
| | * | | | | | real, ureal paddings and implicit paddings for uint, int and hash | Marek Kotewicz | 2015-01-07 | 4 | -19/+48 | |
| | | | | | | | ||||||
| | * | | | | | solidity string support | Marek Kotewicz | 2015-01-07 | 4 | -13/+31 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #21 from debris/master | Marek Kotewicz | 2015-01-07 | 10 | -26/+27 | |
| |\| | | | | | | | | | | | | | | | | | | | fixed gulp build | |||||
| | * | | | | | fixed tabs | Marek Kotewicz | 2015-01-06 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | bring back todos | Marek Kotewicz | 2015-01-06 | 4 | -0/+4 | |
| | | | | | | | ||||||
| | * | | | | | renamed example/index.html -> example/balance.html | Marek Kotewicz | 2015-01-06 | 1 | -0/+0 | |
| | | | | | | | ||||||
| | * | | | | | fixed gulp build | Marek Kotewicz | 2015-01-06 | 9 | -26/+23 | |
| |/ / / / / | ||||||
| * | | | | | bring back toHex | caktux | 2014-12-31 | 1 | -0/+10 | |
| | | | | | | ||||||
| * | | | | | Lots of fixes. | Gav Wood | 2014-12-22 | 6 | -44/+102 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #15 from debris/master | Jeffrey Wilcke | 2014-12-16 | 9 | -55/+93 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | changes from cpp-ethereum | |||||
| | * | | | | | common changes | Marek Kotewicz | 2014-11-18 | 4 | -5/+10 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #1 from cubedro/master | Marek Kotewicz | 2014-11-18 | 2 | -6/+6 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed autoprovider bug | |||||
| | | * | | | | | Updated version | Marian Oancea | 2014-11-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed version from npm in order to publish the update | |||||
| | | * | | | | | Merge pull request #11 from debris/master | Marian OANCΞA | 2014-11-18 | 11 | -25/+206 | |
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | | | Update | |||||
| | * | | | | | | added eth_serpent, contract separated to another file | Marek Kotewicz | 2014-11-17 | 7 | -48/+81 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #13 from frewsxcv/master | Jeffrey Wilcke | 2014-11-15 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Enable JSHint linting | |||||
| | * | | | | | | Enable JSHint linting | Corey Farwell | 2014-11-15 | 1 | -1/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #12 from debris/master | Jeffrey Wilcke | 2014-11-15 | 7 | -40/+354 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | simplifie contract creation && calls, improved added examples | |||||
| | * | | | | | | improved contracts interface | Marek Kotewicz | 2014-11-14 | 9 | -21/+166 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #10 from cubedro/master | Jeffrey Wilcke | 2014-11-15 | 28 | -620/+1290 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | NPM module with minification for browser integration. | |||||
| * \ \ \ \ \ \ \ | Merge pull request #11 from ethereum/revert-6-master | Jeffrey Wilcke | 2014-11-15 | 6 | -26/+21 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revert "Run JSHint on all code using Travis CI" | |||||
| | * | | | | | | | | Revert "Run JSHint on all code using Travis CI" | Jeffrey Wilcke | 2014-11-15 | 6 | -26/+21 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6 from frewsxcv/master | Jeffrey Wilcke | 2014-11-15 | 6 | -21/+26 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Run JSHint on all code using Travis CI | |||||
| | * | | | | | | | | Don't run 'npm test' | Corey Farwell | 2014-11-03 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix JSHint errors | Corey Farwell | 2014-11-03 | 4 | -21/+17 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Enable Travis CI | Corey Farwell | 2014-11-03 | 2 | -0/+9 | |
| |/ / / / / / / / | ||||||
| | | | * | | | | | Fixed require web3 bug | Marian Oancea | 2014-11-18 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed error "Cannot find module './web3'" in autoprovider.js | |||||
| | | | * | | | | | Merge pull request #10 from debris/abi | Marian OANCΞA | 2014-11-18 | 8 | -39/+208 | |
| | | |/| | | | | | | |/|/ / / / / | | | | | | | | | Abi | |||||
| | | * | | | | | improved example | Marek Kotewicz | 2014-11-14 | 1 | -18/+22 | |
| | | | | | | | | ||||||
| | | * | | | | | added storageAt | Marek Kotewicz | 2014-11-14 | 4 | -3/+4 | |
| | | | | | | | | ||||||
| | | * | | | | | contract object | Marek Kotewicz | 2014-11-13 | 6 | -14/+21 | |
| | | | | | | | | ||||||
| | | * | | | | | abi output formatting | Marek Kotewicz | 2014-11-13 | 5 | -46/+115 | |
| | | | | | | | | ||||||
| | | * | | | | | qt version also requires abi | Marek Kotewicz | 2014-11-13 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | changes to make everything work | Marek Kotewicz | 2014-11-13 | 5 | -9/+14 | |
| | | | | | | | | ||||||
| | | * | | | | | abi, the beginning | Marek Kotewicz | 2014-11-13 | 5 | -9/+91 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #9 from debris/autoprovider | Marian OANCΞA | 2014-11-11 | 4 | -9/+6 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | common fixes | |||||
| | | * | | | | | common fixes | Marek Kotewicz | 2014-11-11 | 4 | -9/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge pull request #8 from debris/autoprovider | Marian OANCΞA | 2014-11-11 | 11 | -489/+629 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | Autoprovider | |||||
| | | * | | | | | autoprovider, buildQt not builds only necessery files, fixed gulpfile | Marek Kotewicz | 2014-11-11 | 8 | -15/+153 | |
| | | | | | | | | ||||||
| | | * | | | | | retabed files | Marek Kotewicz | 2014-11-11 | 4 | -474/+476 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge branch 'debris-subprotocol_prefix_merge' | Marian Oancea | 2014-11-11 | 7 | -81/+97 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fixed merge conflicts | Marian Oancea | 2014-11-11 | 7 | -81/+97 | |
| | |/| | | | | | ||||||
| | | * | | | | | gulp qt task | Marek Kotewicz | 2014-11-11 | 2 | -26/+46 | |
| | | | | | | | | ||||||
| | | * | | | | | merged subprotocol prefix | Marek Kotewicz | 2014-11-11 | 5 | -58/+54 | |
| | | | | | | | | ||||||
| | * | | | | | | Changed npm & bower version | Marian Oancea | 2014-11-10 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed version for next npm publish | |||||
| | * | | | | | | Fixed jshint warnings | Marian Oancea | 2014-11-10 | 5 | -13/+13 | |
| | | | | | | | | ||||||
| | * | | | | | | Prepare for PR | Marian Oancea | 2014-11-10 | 3 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed repo urls from package.json, bower.json and readme | |||||
| | * | | | | | | Merge pull request #6 from cubedro/develop | Marian OANCΞA | 2014-11-10 | 2 | -14/+22 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | Changes from debris | |||||
| | | * | | | | | Merge pull request #5 from cubedro/debris-error_handling_fix | Marian OANCΞA | 2014-11-10 | 1 | -1/+4 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Debris error handling fix | |||||
| | | | * \ \ \ \ | fix merge conflicts | Marian Oancea | 2014-11-10 | 1 | -1/+4 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | corresponding changes from cpp-ethereum | Marek Kotewicz | 2014-11-07 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Merge branch 'debris-error_handling_fix' into develop | Marian Oancea | 2014-11-10 | 3 | -20/+27 | |
| | | |\| | | | | | | ||||||
| | | | * | | | | | | fix merge conflicts | Marian Oancea | 2014-11-10 | 2 | -13/+18 | |
| | | |/| | | | | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | missing semicolons | Marek Kotewicz | 2014-11-07 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | proper error handling proposal | Marek Kotewicz | 2014-11-07 | 2 | -13/+18 | |
| | | | |/ / / / / | ||||||
| | * | / / / / / | Added npm version | Marian Oancea | 2014-11-10 | 1 | -7/+9 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Refactoring | Marian Oancea | 2014-11-07 | 13 | -827/+98 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist | |||||
| | * | | | | | | node < 0.10 fails travis build => remove 0.6 & 0.8 | Marian Oancea | 2014-11-06 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from travis.yml | |||||
| | * | | | | | | gulp >= 3.4.0 | Marian Oancea | 2014-11-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Updated all dependency versions | Marian Oancea | 2014-11-06 | 1 | -7/+7 | |
| | | | | | | | | ||||||
| | * | | | | | | Update dependencies to pass travis build | Marian Oancea | 2014-11-06 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Update dependencies & travis.yml | Marian Oancea | 2014-11-06 | 2 | -4/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | updated travis.yml | Marian Oancea | 2014-11-06 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | more json fixes | Marian Oancea | 2014-11-06 | 2 | -4/+7 | |
| | | | | | | | | ||||||
| | * | | | | | | updated bower.json ignore | Marian Oancea | 2014-11-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | bower small fix | Marian Oancea | 2014-11-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Updated bower.json & Readme | Marian Oancea | 2014-11-06 | 3 | -1/+13 | |
| | | | | | | | | ||||||
| | * | | | | | | Updated package.json | Marian Oancea | 2014-11-06 | 4 | -27/+36 | |
| | | | | | | | | ||||||
| | * | | | | | | Fixed indent | Marian Oancea | 2014-11-06 | 5 | -962/+946 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed indent so we can compare differences in PR. | |||||
| | * | | | | | | Converted to node module | Marian Oancea | 2014-11-06 | 24 | -653/+1785 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converted to npm package Added brower Added browserify with minification Updated Readme | |||||
| | * | | | | | | Merge pull request #1 from cubedro/example | Marian OANCΞA | 2014-11-05 | 1 | -11/+18 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | example | |||||
| | | * | | | | | example | Marek Kotewicz | 2014-11-04 | 1 | -11/+18 | |
| | |/ / / / / | ||||||
| | * | | | | | lgpl | Marek Kotewicz | 2014-11-03 | 4 | -16/+16 | |
| | | | | | | | ||||||
| | * | | | | | license | Marek Kotewicz | 2014-10-31 | 4 | -0/+87 | |
| |/ / / / / | ||||||
| * | | | | | transacton => transaction | Jeffrey Wilcke | 2014-10-31 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Added account prop | Jeffrey Wilcke | 2014-10-31 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Fixed Qt provider | Jeffrey Wilcke | 2014-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * postData => postMessage * JSON.parse parsed wrong data on 'onmessage' | |||||
| * | | | | | Merge pull request #1 from debris/master | Jeffrey Wilcke | 2014-10-31 | 5 | -366/+364 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Http JSON-RPC provider, http polling, little refactor, whisper | |||||
| | * | | | | | changes to make whisper working | Marek Kotewicz | 2014-10-30 | 2 | -5/+9 | |
| | | | | | | | ||||||
| | * | | | | | filters refactored | Marek Kotewicz | 2014-10-29 | 2 | -66/+36 | |
| | | | | | | | ||||||
| | * | | | | | polling whisper in progress | Marek Kotewicz | 2014-10-29 | 1 | -30/+49 | |
| | | | | | | | ||||||
| | * | | | | | http renamed to httprpc | Marek Kotewicz | 2014-10-28 | 2 | -7/+8 | |
| | | | | | | | ||||||
| | * | | | | | db and shh | Marek Kotewicz | 2014-10-28 | 1 | -0/+29 | |
| | | | | | | | ||||||
| | * | | | | | cleaner promises | Marek Kotewicz | 2014-10-28 | 1 | -276/+137 | |
| | | | | | | | ||||||
| | * | | | | | http polling | Marek Kotewicz | 2014-10-23 | 2 | -11/+62 | |
| | | | | | | | ||||||
| | * | | | | | warning when provider is not set | Marek Kotewicz | 2014-10-22 | 2 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | messageHandler expects object instead of string | Marek Kotewicz | 2014-10-22 | 4 | -7/+16 | |
| | | | | | | | ||||||
| | * | | | | | block, transaction, uncle by hash and number separately | Marek Kotewicz | 2014-10-22 | 3 | -9/+8 | |
| | | | | | | | ||||||
| | * | | | | | http provider | Marek Kotewicz | 2014-10-22 | 2 | -15/+70 | |
| |/ / / / / | ||||||
| * | | | | | Updated properties | obscuren | 2014-10-21 | 1 | -14/+4 | |
| | | | | | | ||||||
| * | | | | | Updated readme | obscuren | 2014-10-21 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Fixed setting providers to the right object | obscuren | 2014-10-21 | 3 | -4/+9 | |
| | | | | | | ||||||
| * | | | | | Qt provider | obscuren | 2014-10-21 | 1 | -0/+15 | |
| | | | | | | ||||||
| * | | | | | Moved WebSocketProvider | obscuren | 2014-10-21 | 1 | -0/+51 | |
| | | | | | | ||||||
| * | | | | | Removed Key | obscuren | 2014-10-21 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Updated according to the new Generic JSON RPC API | obscuren | 2014-10-21 | 2 | -265/+227 | |
| | | | | | | ||||||
| * | | | | | push data instead of assign | obscuren | 2014-10-07 | 1 | -20/+3 | |
| | | | | | | ||||||
| * | | | | | Added eth providers | obscuren | 2014-10-02 | 1 | -45/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An ethereum provider provides an interface from which communication can be done. | |||||
| * | | | | | How to spawn a websocket node | obscuren | 2014-10-01 | 1 | -0/+10 | |
| | | | | | | ||||||
| * | | | | | Readme | obscuren | 2014-10-01 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | init | obscuren | 2014-10-01 | 3 | -0/+577 | |
| / / / / | ||||||
* | | | | | removed old js yet again | obscuren | 2015-01-29 | 39 | -7018/+0 | |
| | | | | | ||||||
* | | | | | default http rpc on | obscuren | 2015-01-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 15 | -61/+1174 | |
|\| | | | | |/ / / |/| | | | ||||||
| * | | | Merge branch 'develop' into Gustav-Simonsson-key_store_and_accounts_integration | obscuren | 2015-01-29 | 43 | -24/+4400 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'key_store_and_accounts_integration' of ↵ | obscuren | 2015-01-29 | 5 | -27/+21 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-key_store_and_accounts_integration | |||||
| | * | | | | Address pull request comments | Gustav Simonsson | 2015-01-28 | 5 | -27/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use crypto.Sign instead of directly calling secp256k1 lib * Rename UserAccount to Account and Addr to Address (for consistency) * Change AccountManager.Sign to take ptr to Account instead of address byte array * Simplify copying of Accounts in Accounts() * PubkeyToAddress and GetEntropyCSPRNG now exported | |||||
| * | | | | | Implemented contract ABI | obscuren | 2015-01-27 | 8 | -2/+971 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'key_store_and_accounts_integration' of ↵ | obscuren | 2015-01-27 | 7 | -55/+205 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-key_store_and_accounts_integration | |||||
| | * | | | | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 7 | -55/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add initial UserAccount and AccountManager structs * Add NewAccount, Sign and Accounts functions * Refactor key stores to use key address as main identifier while keeping the UUID. * Use key address as file/dir names instead of UUID | |||||
* | | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-29 | 4 | -5/+11 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | upped pv | obscuren | 2015-01-29 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | changed lost key | obscuren | 2015-01-29 | 2 | -2/+8 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-29 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update go to latest version | Taylor Gerring | 2015-01-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using git instead of mercurial | |||||
* | | | | | | | Added webengine initializer | obscuren | 2015-01-29 | 6 | -0/+733 | |
| | | | | | | | ||||||
* | | | | | | | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 9 | -714/+63 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-29 | 17 | -348/+299 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | further cleaned up xeth interface | obscuren | 2015-01-29 | 15 | -133/+123 | |
| | | | | | | | | ||||||
| * | | | | | | | clean up of xeth | obscuren | 2015-01-29 | 3 | -249/+210 | |
| | | | | | | | | ||||||
* | | | | | | | | merge jsonrpc | obscuren | 2015-01-29 | 22 | -516/+350 | |
|\| | | | | | | | ||||||
| * | | | | | | | moving to a better xeth | obscuren | 2015-01-29 | 13 | -454/+141 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpc | obscuren | 2015-01-28 | 11 | -60/+214 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Rename api var for clarity | Taylor Gerring | 2015-01-28 | 2 | -7/+6 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Return a websocker.Handler of the function | Taylor Gerring | 2015-01-28 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Rename transport to ws | Taylor Gerring | 2015-01-28 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup object naming for clarity | |||||
| | * | | | | | | | Add wsport flag to Mist | Taylor Gerring | 2015-01-28 | 2 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Update CLI to use new Websocket RPC | Taylor Gerring | 2015-01-28 | 4 | -5/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use “wsport” flag to change default port | |||||
| | * | | | | | | | New simplified Websocket transport | Taylor Gerring | 2015-01-28 | 1 | -0/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses rpc.EthereumApi abstraction | |||||
| | * | | | | | | | Indicate port in startup log message | Taylor Gerring | 2015-01-28 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 6 | -53/+66 | |
| | | | | | | | | | ||||||
* | | | | | | | | | switched to obscuren/qml | obscuren | 2015-01-28 | 10 | -10/+10 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Updated assets & moved messages | obscuren | 2015-01-28 | 9 | -65/+81 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Allow CORS * | obscuren | 2015-01-28 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Added big numbers | obscuren | 2015-01-28 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'develop' into qt5.4 | obscuren | 2015-01-28 | 34 | -0/+4018 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | new ethereum.js | obscuren | 2015-01-28 | 34 | -0/+4018 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | removed old ethereum.js | obscuren | 2015-01-28 | 25 | -2938/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | updated messages | obscuren | 2015-01-28 | 2 | -31/+19 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-28 | 12 | -353/+965 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'develop' into jsonrpc | obscuren | 2015-01-28 | 6 | -31/+389 | |
| |\| | | | | | | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Merge branch 'chfast-pr/evmjit' into develop | obscuren | 2015-01-27 | 4 | -18/+370 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into ↵ | obscuren | 2015-01-27 | 7 | -133/+209 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | chfast-pr/evmjit | |||||
| | | | * | | | | Update JitVm to new EVM JIT ABI (C interface) | Paweł Bylica | 2015-01-27 | 1 | -17/+11 | |
| | | | | | | | | ||||||
| | | | * | | | | Update EVM JIT runtime data layout | Paweł Bylica | 2015-01-26 | 1 | -41/+30 | |
| | | | | | | | | ||||||
| | | | * | | | | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-01-26 | 2 | -13/+19 | |
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | | * | | | | JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in ↵ | Paweł Bylica | 2015-01-23 | 1 | -13/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHA3 calculation) | |||||
| | | | * | | | | Merge remote-tracking branch 'upstream/develop' into pr/evmjit | Paweł Bylica | 2015-01-23 | 11 | -119/+184 | |
| | | | |\| | | | ||||||
| | | * | | | | | Merge branch 'pr/evmjit' of https://github.com/chfast/go-ethereum into ↵ | obscuren | 2015-01-23 | 4 | -18/+375 | |
| | | |\| | | | | | | | |_|/ / | | | |/| | | | | | | | | | | chfast-pr/evmjit | |||||
| | | | * | | | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 4 | -18/+375 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'develop' into jsonrpc | obscuren | 2015-01-23 | 85 | -399/+7742 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 3 | -51/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off of jsonWrapper | |||||
| * | | | | | | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 2 | -211/+218 | |
| | | | | | | | ||||||
| * | | | | | | Move websockets out of cmd/util | Taylor Gerring | 2015-01-21 | 2 | -29/+22 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'develop' into jsonrpc | Taylor Gerring | 2015-01-21 | 250 | -5516/+2182894 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Stub missing UnmarshalJSON methods | Taylor Gerring | 2015-01-13 | 1 | -0/+16 | |
| | | | | | | | | ||||||
| * | | | | | | | cleanup | Taylor Gerring | 2015-01-13 | 4 | -16/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 3 | -2/+58 | |
| | | | | | | | | ||||||
| * | | | | | | | Added license headers | Taylor Gerring | 2015-01-13 | 4 | -0/+64 | |
| | | | | | | | | ||||||
| * | | | | | | | cleanup | Taylor Gerring | 2015-01-13 | 2 | -46/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 5 | -263/+438 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC | |||||
* | | | | | | | | reworking messages => log | obscuren | 2015-01-28 | 5 | -114/+76 | |
| | | | | | | | | ||||||
* | | | | | | | | Reworking browser | obscuren | 2015-01-25 | 3 | -38/+241 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Updated readme with badges | obscuren | 2015-01-25 | 1 | -14/+12 | |
| | | | | | | | ||||||
* | | | | | | | Gitter link | obscuren | 2015-01-25 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Skip for travis | obscuren | 2015-01-25 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | skipping for travis | obscuren | 2015-01-25 | 1 | -0/+4 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'Gustav-Simonsson-import_presale_keys' into develop | obscuren | 2015-01-23 | 5 | -50/+125 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Merge branch 'import_presale_keys' of ↵ | obscuren | 2015-01-23 | 5 | -50/+125 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-import_presale_keys Conflicts: crypto/crypto.go | |||||
| * | | | | | CamelCase aesCBCDecrypt | Gustav Simonsson | 2015-01-22 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Add ImportPreSaleKey | Gustav Simonsson | 2015-01-21 | 4 | -49/+123 | |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | * ImportPreSaleKey takes a KeyStore, a presale key JSON (e.g. file content) and a password string. It stores the key in the given key store. * Refactored common AES decryption and moved some functions to crypto.go | |||||
* | | | | | Use curve params instead of hardcoded 32 bytes | obscuren | 2015-01-23 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Pad private key when signing & length check for hashes in sign | obscuren | 2015-01-23 | 2 | -2/+19 | |
| | | | | | ||||||
* | | | | | UI Updates | obscuren | 2015-01-22 | 5 | -67/+40 | |
|/ / / / | | | | | | | | | | | | | | | | | * Browser now has tabs * Fixed a callback issue | |||||
* | | | | updated tests | obscuren | 2015-01-22 | 18 | -35/+502 | |
| | | | | ||||||
* | | | | Moved `obscuren` secp256k1-go | obscuren | 2015-01-22 | 53 | -6/+6433 | |
| | | | | ||||||
* | | | | Moved sha3 from `obscuren` | obscuren | 2015-01-22 | 5 | -3/+390 | |
| | | | | ||||||
* | | | | Future blocks not allowed | obscuren | 2015-01-22 | 1 | -21/+4 | |
| | | | | ||||||
* | | | | Updated browser & pass view to callback function | obscuren | 2015-01-22 | 2 | -231/+245 | |
| |/ / |/| | | ||||||
* | | | fixed url bug in browser | obscuren | 2015-01-21 | 2 | -14/+0 | |
| | | | ||||||
* | | | StdVm by default | obscuren | 2015-01-20 | 6 | -8/+14 | |
| | | | ||||||
* | | | Hide browser bar when coming from a DApp url | obscuren | 2015-01-20 | 1 | -24/+28 | |
| | | | ||||||
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-20 | 5 | -0/+556 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #259 from Gustav-Simonsson/develop | Jeffrey Wilcke | 2015-01-20 | 5 | -0/+556 | |
| |\ \ \ | | | | | | | | | | | KeyStore (Low level key functionality) | |||||
| | * | | | Address pull request comments | Gustav Simonsson | 2015-01-20 | 2 | -9/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Further simplify "constructor" function's allocation of structs * Fix formatting | |||||
| | * | | | Address pull request comments | Gustav Simonsson | 2015-01-20 | 2 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Allocate with composite literal instead of new * Remove check of number of bytes read from rand | |||||
| | * | | | Update code comments | Gustav Simonsson | 2015-01-16 | 1 | -6/+4 | |
| | | | | | ||||||
| | * | | | Address pull request comments | Gustav Simonsson | 2015-01-16 | 4 | -215/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove flags field from key struct * Change JSON struct fields from string to []byte * Change GenerateNewKey API to take io.Reader for random source * Remove mixing entropy source function * Use testing Fatal in tests | |||||
| | * | | | Address pull request comments | Gustav Simonsson | 2015-01-16 | 4 | -84/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Simplify scrypt constants with const block * Add key store constructors and make their types private * Simplify key store and file namings to be less Java Enterprise™ * Change test error logging to use t.Error(err) * Reduce number of naked returns (just like my ex-gf) * Simplify file reading path code | |||||
| | * | | | Add new key_store interface and two new key stores | Gustav Simonsson | 2015-01-16 | 5 | -0/+685 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new generic key_store interface * Add new plaintext key store storing unprotected keys on disk * Add new encrypted key store storing encrypted keys on disk * Add new entropy mixing function using OS and go runtime sources | |||||
* | | | | | Minor browser improvements | obscuren | 2015-01-19 | 3 | -6/+30 | |
| | | | | | ||||||
* | | | | | Added 0 key proof error | obscuren | 2015-01-19 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Private key \x00\x00...\x00 returns the _exact_ same public key as \x11 \x11...\x11. Currently investigating. | |||||
* | | | | | Moved connection errors to DebugDetail level | obscuren | 2015-01-19 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | VmDebug => StdVm | obscuren | 2015-01-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Print error instead of returning for seed node err | obscuren | 2015-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Returning an error would indicate a complete failure initialising the Ethereum backend. Instead we should print the message and continue. | |||||
* | | | | | VmDebug => StdVm | obscuren | 2015-01-19 | 4 | -990/+951 | |
|/ / / / | ||||||
* | | | | Merge pull request #260 from fjl/rlp-encoder | Jeffrey Wilcke | 2015-01-19 | 4 | -3/+23 | |
|\ \ \ \ | | | | | | | | | | | rlp: allow encoding non-empty interface values | |||||
| * | | | | rlp: allow encoding non-empty interface values | Felix Lange | 2015-01-16 | 4 | -3/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be supported because []someInterface does occur sometimes. Funny enough, the fix involves changes to the decoder. makeDecoder cannot return an error for non-empty interfaces anymore because the type cache builds both decoder and writer. Do the check at 'runtime' instead. | |||||
* | | | | | Fixed difficulty | obscuren | 2015-01-18 | 2 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | Difficulty was broken when refactored. | |||||
* | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-01-16 | 6 | -24/+869 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge pull request #257 from fjl/rlp-encoder | Jeffrey Wilcke | 2015-01-16 | 6 | -24/+869 | |
| |\| | | | | | |/ / / | |/| | | | rlp: add functions for encoding | |||||
| | * | | | rlp: fix Decode benchmarks | Felix Lange | 2015-01-15 | 1 | -8/+10 | |
| | | | | | ||||||
| | * | | | rlp: add functions for encoding | Felix Lange | 2015-01-15 | 6 | -17/+860 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm reasonably confident that the encoding matches the output of ethutil.Encode for values that it supports. Some of the tests have been adpated from the Ethereum testing repository. There are still TODOs in the code. | |||||
* | | | | Add defer rescued back in | obscuren | 2015-01-16 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | updated tests | obscuren | 2015-01-15 | 14 | -0/+2167178 | |
| | | | | ||||||
* | | | | Changed public whisper api not to reveal temporary private keys | obscuren | 2015-01-15 | 4 | -431/+474 | |
|/ / / | ||||||
* | | | Updated tests | obscuren | 2015-01-14 | 18 | -20/+584 | |
| | | | ||||||
* | | | Default datadir for mist is now shared with CLI (.ethereum) | obscuren | 2015-01-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed consensus issue | obscuren | 2015-01-13 | 4 | -6/+4 | |
| | | | ||||||
* | | | Fixed whisper messages | obscuren | 2015-01-13 | 6 | -34/+58 | |
| | | | | | | | | | | | | | | | | | | | | | * Whisper protocol wasn't properly suppling envelope slices * Message history wasn't properly propagated * Added 'Messages' method, filtering any current envelope with the supplied filter. | |||||
* | | | updated tests | obscuren | 2015-01-13 | 7 | -108/+248 | |
| | | | ||||||
* | | | remove pre compiled for tests | obscuren | 2015-01-13 | 3 | -32/+41 | |
| | | | ||||||
* | | | Merge pull request #254 from chfast/pr/jitvm_stub | Jeffrey Wilcke | 2015-01-13 | 3 | -0/+34 | |
|\ \ \ | | | | | | | | | JitVm struct stub. Forwards calls to DebugVm. | |||||
| * | | | JitVm struct stub. Forwards calls to DebugVm. | Paweł Bylica | 2015-01-13 | 3 | -0/+34 | |
| | | | | ||||||
* | | | | updated tests | obscuren | 2015-01-13 | 4 | -14/+20 | |
| | | | | ||||||
* | | | | Added manual triggering of filters | obscuren | 2015-01-13 | 5 | -9/+51 | |
|/ / / | ||||||
* | | | updated tests | obscuren | 2015-01-12 | 7 | -18/+317 | |
| | | | ||||||
* | | | updated tests | obscuren | 2015-01-12 | 9 | -13/+247 | |
| | | | ||||||
* | | | updated tests | obscuren | 2015-01-12 | 8 | -26/+186 | |
| | | | ||||||
* | | | pre-pow | obscuren | 2015-01-12 | 5 | -2/+50 | |
| | | | ||||||
* | | | removed accidental qt dep | obscuren | 2015-01-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 10 | -93/+144 | |
| | | | | | | | | | | | | | | | | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246 | |||||
* | | | Moved the TD method from block processor. | obscuren | 2015-01-10 | 3 | -41/+31 | |
| | | | ||||||
* | | | Cast to string for hashable type | obscuren | 2015-01-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | updated tests | obscuren | 2015-01-10 | 51 | -90/+5577 | |
| | | | ||||||
* | | | mem fixes for vm. Changed uncle inclusion tests | obscuren | 2015-01-10 | 3 | -14/+46 | |
| | | | ||||||
* | | | Limit hashes. Closes #249 | obscuren | 2015-01-09 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge branch 'ethersphere-develop' into develop | obscuren | 2015-01-09 | 8 | -191/+500 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'develop' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-01-09 | 8 | -191/+500 | |
| |\ \ \ | | | | | | | | | | | | | | | | ethersphere-develop |