| Commit message (Expand) | Author | Age | Files | Lines |
* | getMethodWithName | Marek Kotewicz | 2015-01-27 | 1 | -15/+15 |
* | Merge branch 'develop' into cpp | Marek Kotewicz | 2015-01-27 | 1 | -13/+19 |
|\ |
|
| * | removed promise dependency, updated readme, fixed node.js version of lib | Marek Kotewicz | 2015-01-27 | 1 | -0/+4 |
| * | gulp | Marek Kotewicz | 2015-01-26 | 1 | -1/+1 |
| * | polling every second | Marek Kotewicz | 2015-01-26 | 1 | -1/+1 |
| * | return null instead of undefined, if not provider is set | Marek Kotewicz | 2015-01-26 | 1 | -1/+1 |
| * | watches are calling callback with a single result object, not a full jsonrpc ... | Marek Kotewicz | 2015-01-26 | 1 | -5/+7 |
* | | Additional work on the JS stuff to make it more similar to Solidity. | Gav Wood | 2015-01-26 | 1 | -0/+18 |
* | | Fix string outputs. | Gav Wood | 2015-01-25 | 1 | -2/+11 |
* | | Auto select call or transact depending on constness. | Gav Wood | 2015-01-25 | 1 | -2/+2 |
* | | Fixes to ethereum.js and standard.js. | Gav Wood | 2015-01-25 | 1 | -1/+13 |
* | | Vanity addresses in AZ. | Gav Wood | 2015-01-25 | 1 | -1/+2 |
|/ |
|
* | simplified synchronous polling | Marek Kotewicz | 2015-01-23 | 1 | -23/+15 |
* | not parsing transaction output | Marek Kotewicz | 2015-01-22 | 1 | -10/+12 |
* | fixed contract.js | Marek Kotewicz | 2015-01-22 | 1 | -18/+20 |
* | implicit solidity method call | Marek Kotewicz | 2015-01-22 | 1 | -31/+42 |
* | qt sync provider | Marek Kotewicz | 2015-01-22 | 1 | -5/+40 |
* | changes in filter.js (not yet working) | Marek Kotewicz | 2015-01-22 | 1 | -23/+8 |
* | toDecimal/fromDecimal is using bignumber.js now | Marek Kotewicz | 2015-01-22 | 1 | -13/+30 |
* | removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 1 | -45/+0 |
* | removed send queues from providermanager | Marek Kotewicz | 2015-01-22 | 1 | -29/+12 |
* | contract.html example is working with sync api | Marek Kotewicz | 2015-01-22 | 1 | -20/+21 |
* | sync api tests running, removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 1 | -82/+2 |
* | removed unused providers | Marek Kotewicz | 2015-01-22 | 1 | -413/+6 |
* | http sync api | Marek Kotewicz | 2015-01-22 | 1 | -52/+144 |
* | gulp | Marek Kotewicz | 2015-01-22 | 1 | -1/+4 |
* | solidity methods "overloading" | Marek Kotewicz | 2015-01-20 | 1 | -15/+51 |
* | parsing real, ureal values on output | Marek Kotewicz | 2015-01-19 | 1 | -4/+20 |
* | encoding real on input | Marek Kotewicz | 2015-01-19 | 1 | -2/+9 |
* | fixes for autoprovider | Marek Kotewicz | 2015-01-19 | 1 | -5/+3 |
* | output parser string support | Marek Kotewicz | 2015-01-17 | 1 | -50/+79 |
* | support for int array types[] | Marek Kotewicz | 2015-01-17 | 1 | -56/+71 |
* | default padding set to 32, separated to one variable | Marek Kotewicz | 2015-01-16 | 1 | -4/+6 |
* | fixed checking first bit for parsing int output | Marek Kotewicz | 2015-01-16 | 1 | -2/+5 |
* | abi.js rounds down floating point input | Marek Kotewicz | 2015-01-16 | 1 | -11/+11 |
* | fixed #28 and other small node.js issues | Marek Kotewicz | 2015-01-16 | 1 | -29/+18 |
* | big integers on abi.js output, tests | Marek Kotewicz | 2015-01-16 | 1 | -2/+11 |
* | BigNumber support | Marek Kotewicz | 2015-01-16 | 1 | -12/+16 |
* | gulp | Marek Kotewicz | 2015-01-15 | 1 | -3/+13 |
* | gulp | Marek Kotewicz | 2015-01-15 | 1 | -2/+2 |
* | more comments | Marek Kotewicz | 2015-01-15 | 1 | -4/+12 |
* | next part of abi.js parsers tests and fixes | Marek Kotewicz | 2015-01-15 | 1 | -2/+6 |
* | next part of abi.js docs | Marek Kotewicz | 2015-01-14 | 1 | -29/+34 |
* | formatting bool tests and fixes | Marek Kotewicz | 2015-01-14 | 1 | -60/+73 |
* | gulp | Marek Kotewicz | 2015-01-14 | 1 | -17/+128 |
* | ProviderManager separated to providermanager.js file | Marek Kotewicz | 2015-01-14 | 1 | -84/+119 |
* | Filter separated to filter.js file | Marek Kotewicz | 2015-01-14 | 1 | -54/+127 |
* | web3.contract -> web3.eth.contract | Marek Kotewicz | 2015-01-13 | 1 | -1/+1 |
* | tests in progress, fixed utf characters conversion in toAscii | Marek Kotewicz | 2015-01-13 | 1 | -2/+2 |
* | removed padding calculation from ethereum.js, padding is always 32 | Marek Kotewicz | 2015-01-13 | 1 | -59/+24 |
* | Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop | Gav Wood | 2015-01-12 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'tests' into develop | Marek Kotewicz | 2015-01-12 | 1 | -0/+1 |
| |\ |
|
| | * | fixed travis.yml && added nmp test script | Marek Kotewicz | 2015-01-11 | 1 | -0/+1 |
* | | | Various fixes to ethereum.js and client web API stuff. | Gav Wood | 2015-01-12 | 1 | -2/+4 |
* | | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop | Gav Wood | 2015-01-12 | 1 | -0/+12 |
|/ / |
|
* / | default padding changed to 0 | Marek Kotewicz | 2015-01-10 | 1 | -1/+1 |
|/ |
|
* | rerun gulp | Marek Kotewicz | 2015-01-09 | 1 | -1/+0 |
* | missing fromAscii | Marek Kotewicz | 2015-01-09 | 1 | -1/+2 |
* | method signature length defined | Marek Kotewicz | 2015-01-09 | 1 | -3/+8 |
* | sha3 method signature | Marek Kotewicz | 2015-01-09 | 1 | -4/+18 |
* | missing jshint ignore | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 |
* | fixes for node.js | Marek Kotewicz | 2015-01-08 | 1 | -51/+51 |
* | gulpfile modifications, default build set to dev | Marek Kotewicz | 2015-01-07 | 1 | -8/+1172 |
* | real, ureal paddings and implicit paddings for uint, int and hash | Marek Kotewicz | 2015-01-07 | 1 | -1/+1 |
* | solidity string support | Marek Kotewicz | 2015-01-07 | 1 | -1/+1 |
* | fixed gulp build | Marek Kotewicz | 2015-01-06 | 1 | -3/+3 |
* | common changes | Marek Kotewicz | 2014-11-18 | 1 | -1/+1 |
* | added eth_serpent, contract separated to another file | Marek Kotewicz | 2014-11-17 | 1 | -6/+8 |
* | improved contracts interface | Marek Kotewicz | 2014-11-14 | 1 | -5/+5 |
* | added storageAt | Marek Kotewicz | 2014-11-14 | 1 | -1/+1 |
* | contract object | Marek Kotewicz | 2014-11-13 | 1 | -3/+3 |
* | abi output formatting | Marek Kotewicz | 2014-11-13 | 1 | -1/+1 |
* | changes to make everything work | Marek Kotewicz | 2014-11-13 | 1 | -2/+2 |
* | abi, the beginning | Marek Kotewicz | 2014-11-13 | 1 | -6/+8 |
* | common fixes | Marek Kotewicz | 2014-11-11 | 1 | -1/+1 |
* | autoprovider, buildQt not builds only necessery files, fixed gulpfile | Marek Kotewicz | 2014-11-11 | 1 | -5/+7 |
* | merged subprotocol prefix | Marek Kotewicz | 2014-11-11 | 1 | -2/+2 |
* | Refactoring | Marian Oancea | 2014-11-07 | 1 | -752/+9 |
* | Updated package.json | Marian Oancea | 2014-11-06 | 1 | -11/+11 |
* | Fixed indent | Marian Oancea | 2014-11-06 | 1 | -483/+475 |
* | Converted to node module | Marian Oancea | 2014-11-06 | 1 | -0/+765 |