| Commit message (Expand) | Author | Age | Files | Lines |
* | contract.js simplified | Marek Kotewicz | 2015-01-29 | 2 | -87/+100 |
* | event.js | Marek Kotewicz | 2015-01-29 | 2 | -3/+31 |
* | events init | Marek Kotewicz | 2015-01-28 | 1 | -0/+26 |
* | tests for abi.filters | Marek Kotewicz | 2015-01-28 | 1 | -1/+10 |
* | abi function type | Marek Kotewicz | 2015-01-28 | 2 | -4/+14 |
* | fixed incoming messages | Marek Kotewicz | 2015-01-28 | 1 | -1/+1 |
* | log error on console, if api returns an error | Marek Kotewicz | 2015-01-28 | 1 | -0/+6 |
* | removed web3.eth.account, fixed #37 | Marek Kotewicz | 2015-01-27 | 1 | -1/+0 |
* | fixed #23 | Marek Kotewicz | 2015-01-27 | 2 | -1/+5 |
* | evaluating solidity method input params | Marek Kotewicz | 2015-01-27 | 1 | -0/+1 |
* | contract method name | Marek Kotewicz | 2015-01-27 | 1 | -0/+1 |
* | getMethodWithName | Marek Kotewicz | 2015-01-27 | 1 | -15/+15 |
* | Merge branch 'develop' into cpp | Marek Kotewicz | 2015-01-27 | 7 | -13/+37 |
|\ |
|
| * | removed promise dependency, updated readme, fixed node.js version of lib | Marek Kotewicz | 2015-01-27 | 1 | -0/+4 |
| * | Merge branch 'master' into sync | Marek Kotewicz | 2015-01-26 | 1 | -1/+1 |
| |\ |
|
| | * | added local | wanderer | 2015-01-25 | 1 | -0/+18 |
| | * | WebsocketProvider - fixed incorrect variable name | aaron | 2015-01-17 | 1 | -1/+1 |
| | * | shh getMessage => getMessages | Jeffrey Wilcke | 2015-01-13 | 1 | -1/+1 |
| * | | Merge branch 'develop' into sync | Marek Kotewicz | 2015-01-26 | 1 | -0/+18 |
| |\ \ |
|
| | * | | added addressbook | wanderer | 2015-01-25 | 1 | -0/+18 |
| * | | | 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 | 2 | -5/+7 |
* | | | | Additional work on the JS stuff to make it more similar to Solidity. | Gav Wood | 2015-01-26 | 2 | -0/+18 |
* | | | | Fix string outputs. | Gav Wood | 2015-01-25 | 2 | -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 | 2 | -1/+2 |
|/ / / |
|
* | | | simplified synchronous polling | Marek Kotewicz | 2015-01-23 | 2 | -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 | -0/+32 |
* | | | changes in filter.js (not yet working) | Marek Kotewicz | 2015-01-22 | 2 | -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 | 2 | -29/+12 |
* | | | contract.html example is working with sync api | Marek Kotewicz | 2015-01-22 | 3 | -20/+21 |
* | | | sync api tests running, removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 2 | -82/+2 |
* | | | removed unused providers | Marek Kotewicz | 2015-01-22 | 4 | -395/+0 |
* | | | http sync api | Marek Kotewicz | 2015-01-22 | 3 | -44/+132 |
|/ / |
|
* | | changes to for natspec | Marek Kotewicz | 2015-01-22 | 1 | -1/+2 |
* | | _currentAbi object | Marek Kotewicz | 2015-01-21 | 1 | -0/+1 |
* | | solidity methods "overloading" | Marek Kotewicz | 2015-01-20 | 2 | -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 | 2 | -4/+2 |
* | | output parser string support | Marek Kotewicz | 2015-01-17 | 1 | -50/+78 |
* | | support for int array types[] | Marek Kotewicz | 2015-01-17 | 1 | -47/+72 |
* | | removed unused functions | Marek Kotewicz | 2015-01-17 | 1 | -9/+0 |
* | | 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 | 5 | -23/+9 |
* | | big integers on abi.js output, tests | Marek Kotewicz | 2015-01-16 | 1 | -2/+11 |
* | | BigNumber support | Marek Kotewicz | 2015-01-16 | 1 | -11/+15 |
* | | gulp | Marek Kotewicz | 2015-01-15 | 1 | -1/+1 |
* | | negative integers support | Marek Kotewicz | 2015-01-15 | 1 | -3/+13 |
* | | fixed typos | 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 | -1/+1 |
* | | simplifid abi.js methods | Marek Kotewicz | 2015-01-14 | 1 | -59/+72 |
* | | providers documentation | Marek Kotewicz | 2015-01-14 | 6 | -11/+108 |
* | | few comments | Marek Kotewicz | 2015-01-14 | 2 | -13/+27 |
* | | ProviderManager separated to providermanager.js file | Marek Kotewicz | 2015-01-14 | 2 | -81/+114 |
* | | Filter separated to filter.js file | Marek Kotewicz | 2015-01-14 | 2 | -57/+92 |
* | | beginning of comments in web3 | Marek Kotewicz | 2015-01-14 | 1 | -1/+37 |
* | | 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 |
| |\ \ |
|
| | * \ | Merge branch 'develop' into tests | Marek Kotewicz | 2015-01-09 | 2 | -2/+5 |
| | |\ \ |
|
| | * \ \ | Merge branch 'master' into tests | Marek Kotewicz | 2015-01-09 | 4 | -6/+22 |
| | |\ \ \ |
|
| | * | | | | mocha opts file && init of parser tests | Marek Kotewicz | 2015-01-09 | 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 |
| |_|/ /
|/| | | |
|
* | | | | missing fromAscii | Marek Kotewicz | 2015-01-09 | 1 | -1/+1 |
* | | | | method signature length defined | Marek Kotewicz | 2015-01-09 | 1 | -1/+4 |
| |/ /
|/| | |
|
* | | | 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 |
| |/ |
|
* / | sha3 method signature | Marek Kotewicz | 2015-01-09 | 2 | -4/+18 |
|/ |
|
* | missing jshint ignore | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 |
* | fixes for node.js | Marek Kotewicz | 2015-01-08 | 3 | -2/+2 |
* | real, ureal paddings and implicit paddings for uint, int and hash | Marek Kotewicz | 2015-01-07 | 1 | -16/+45 |
* | solidity string support | Marek Kotewicz | 2015-01-07 | 1 | -10/+28 |
* | fixed tabs | Marek Kotewicz | 2015-01-06 | 1 | -3/+3 |
* | bring back todos | Marek Kotewicz | 2015-01-06 | 4 | -0/+4 |
* | fixed gulp build | Marek Kotewicz | 2015-01-06 | 6 | -20/+17 |
* | bring back toHex | caktux | 2014-12-31 | 1 | -0/+10 |
* | Lots of fixes. | Gav Wood | 2014-12-22 | 6 | -44/+102 |
* | common changes | Marek Kotewicz | 2014-11-18 | 1 | -2/+7 |
* | Merge pull request #11 from debris/master | Marian OANCΞA | 2014-11-18 | 3 | -10/+109 |
|\ |
|
| * | added eth_serpent, contract separated to another file | Marek Kotewicz | 2014-11-17 | 2 | -38/+65 |
| * | improved contracts interface | Marek Kotewicz | 2014-11-14 | 2 | -9/+81 |
* | | Fixed require web3 bug | Marian Oancea | 2014-11-18 | 1 | -5/+5 |
|/ |
|
* | added storageAt | Marek Kotewicz | 2014-11-14 | 1 | -0/+1 |
* | contract object | Marek Kotewicz | 2014-11-13 | 2 | -6/+13 |
* | abi output formatting | Marek Kotewicz | 2014-11-13 | 1 | -13/+89 |
* | changes to make everything work | Marek Kotewicz | 2014-11-13 | 2 | -4/+9 |
* | abi, the beginning | Marek Kotewicz | 2014-11-13 | 1 | -0/+77 |
* | common fixes | Marek Kotewicz | 2014-11-11 | 1 | -6/+3 |
* | autoprovider, buildQt not builds only necessery files, fixed gulpfile | Marek Kotewicz | 2014-11-11 | 2 | -0/+107 |
* | retabed files | Marek Kotewicz | 2014-11-11 | 4 | -474/+476 |
* | merged subprotocol prefix | Marek Kotewicz | 2014-11-11 | 1 | -53/+48 |
* | fix merge conflicts | Marian Oancea | 2014-11-10 | 1 | -1/+4 |
* | fix merge conflicts | Marian Oancea | 2014-11-10 | 2 | -13/+18 |
* | Refactoring | Marian Oancea | 2014-11-07 | 4 | -45/+6 |
* | Updated package.json | Marian Oancea | 2014-11-06 | 1 | -11/+11 |
* | Fixed indent | Marian Oancea | 2014-11-06 | 4 | -479/+471 |
* | Converted to node module | Marian Oancea | 2014-11-06 | 6 | -0/+708 |