| Commit message (Expand) | Author | Age | Files | Lines |
* | eth.filter next param optional | Marek Kotewicz | 2015-01-31 | 1 | -2/+2 |
* | formatInput && formatOutput simplified | Marek Kotewicz | 2015-01-31 | 1 | -3/+3 |
* | few methods moved to utils | Marek Kotewicz | 2015-01-31 | 1 | -6/+6 |
* | constants separated to const.js file | Marek Kotewicz | 2015-01-31 | 1 | -3/+5 |
* | toAscii && fromAscii moved to utils | Marek Kotewicz | 2015-01-31 | 1 | -5/+5 |
* | events | Marek Kotewicz | 2015-01-31 | 1 | -3/+3 |
* | events | Marek Kotewicz | 2015-01-31 | 1 | -2/+2 |
* | abi.js cleanup && new types.js, utils.js | Marek Kotewicz | 2015-01-31 | 1 | -5/+9 |
* | gulp | Marek Kotewicz | 2015-01-31 | 1 | -2/+4 |
* | event options | Marek Kotewicz | 2015-01-31 | 1 | -5/+5 |
* | topics are deprecated | Marek Kotewicz | 2015-01-29 | 1 | -3/+3 |
* | topic for backwards compatibility | Marek Kotewicz | 2015-01-29 | 1 | -2/+2 |
* | moved comment | Marek Kotewicz | 2015-01-29 | 1 | -2/+2 |
* | event example | Marek Kotewicz | 2015-01-29 | 1 | -4/+4 |
* | contract.js simplified | Marek Kotewicz | 2015-01-29 | 1 | -2/+4 |
* | event.js | Marek Kotewicz | 2015-01-29 | 1 | -2/+2 |
* | events init | Marek Kotewicz | 2015-01-28 | 1 | -3/+3 |
* | abi function type | Marek Kotewicz | 2015-01-28 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | removed web3.eth.account, fixed #37 | Marek Kotewicz | 2015-01-27 | 1 | -2/+2 |
* | fixed #23 | Marek Kotewicz | 2015-01-27 | 1 | -3/+3 |
* | evaluating solidity method input params | Marek Kotewicz | 2015-01-27 | 1 | -2/+2 |
* | getMethodWithName | Marek Kotewicz | 2015-01-27 | 1 | -1/+1 |
* | Merge branch 'develop' into cpp | Marek Kotewicz | 2015-01-27 | 1 | -7/+7 |
|\ |
|
| * | removed promise dependency, updated readme, fixed node.js version of lib | Marek Kotewicz | 2015-01-27 | 1 | -2/+2 |
| * | 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 | -3/+3 |
* | | Additional work on the JS stuff to make it more similar to Solidity. | Gav Wood | 2015-01-26 | 1 | -3/+3 |
* | | Fix string outputs. | Gav Wood | 2015-01-25 | 1 | -3/+3 |
* | | Auto select call or transact depending on constness. | Gav Wood | 2015-01-25 | 1 | -1/+1 |
* | | Fixes to ethereum.js and standard.js. | Gav Wood | 2015-01-25 | 1 | -2/+2 |
* | | Vanity addresses in AZ. | Gav Wood | 2015-01-25 | 1 | -3/+3 |
|/ |
|
* | simplified synchronous polling | Marek Kotewicz | 2015-01-23 | 1 | -3/+3 |
* | not parsing transaction output | Marek Kotewicz | 2015-01-22 | 1 | -2/+2 |
* | fixed contract.js | Marek Kotewicz | 2015-01-22 | 1 | -2/+2 |
* | implicit solidity method call | Marek Kotewicz | 2015-01-22 | 1 | -2/+2 |
* | qt sync provider | Marek Kotewicz | 2015-01-22 | 1 | -2/+4 |
* | changes in filter.js (not yet working) | Marek Kotewicz | 2015-01-22 | 1 | -3/+3 |
* | toDecimal/fromDecimal is using bignumber.js now | Marek Kotewicz | 2015-01-22 | 1 | -2/+2 |
* | removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 1 | -2/+2 |
* | removed send queues from providermanager | Marek Kotewicz | 2015-01-22 | 1 | -3/+3 |
* | contract.html example is working with sync api | Marek Kotewicz | 2015-01-22 | 1 | -4/+4 |
* | sync api tests running, removed unused pieces of code | Marek Kotewicz | 2015-01-22 | 1 | -3/+3 |
* | removed unused providers | Marek Kotewicz | 2015-01-22 | 1 | -10/+2 |
* | http sync api | Marek Kotewicz | 2015-01-22 | 1 | -4/+6 |
* | gulp | Marek Kotewicz | 2015-01-22 | 1 | -3/+3 |
* | solidity methods "overloading" | Marek Kotewicz | 2015-01-20 | 1 | -3/+3 |
* | parsing real, ureal values on output | Marek Kotewicz | 2015-01-19 | 1 | -2/+2 |
* | encoding real on input | Marek Kotewicz | 2015-01-19 | 1 | -2/+2 |
* | fixes for autoprovider | Marek Kotewicz | 2015-01-19 | 1 | -3/+3 |
* | output parser string support | Marek Kotewicz | 2015-01-17 | 1 | -2/+2 |
* | support for int array types[] | Marek Kotewicz | 2015-01-17 | 1 | -2/+2 |
* | default padding set to 32, separated to one variable | Marek Kotewicz | 2015-01-16 | 1 | -2/+2 |
* | fixed checking first bit for parsing int output | Marek Kotewicz | 2015-01-16 | 1 | -2/+2 |
* | abi.js rounds down floating point input | Marek Kotewicz | 2015-01-16 | 1 | -1/+1 |
* | fixed #28 and other small node.js issues | Marek Kotewicz | 2015-01-16 | 1 | -7/+7 |
* | big integers on abi.js output, tests | Marek Kotewicz | 2015-01-16 | 1 | -2/+2 |
* | BigNumber support | Marek Kotewicz | 2015-01-16 | 1 | -2/+2 |
* | gulp | Marek Kotewicz | 2015-01-15 | 1 | -2/+2 |
* | gulp | Marek Kotewicz | 2015-01-15 | 1 | -1/+1 |
* | more comments | Marek Kotewicz | 2015-01-15 | 1 | -2/+2 |
* | next part of abi.js parsers tests and fixes | Marek Kotewicz | 2015-01-15 | 1 | -2/+2 |
* | next part of abi.js docs | Marek Kotewicz | 2015-01-14 | 1 | -2/+2 |
* | formatting bool tests and fixes | Marek Kotewicz | 2015-01-14 | 1 | -2/+2 |
* | gulp | Marek Kotewicz | 2015-01-14 | 1 | -8/+8 |
* | ProviderManager separated to providermanager.js file | Marek Kotewicz | 2015-01-14 | 1 | -2/+4 |
* | Filter separated to filter.js file | Marek Kotewicz | 2015-01-14 | 1 | -2/+4 |
* | 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 | -1/+1 |
* | removed padding calculation from ethereum.js, padding is always 32 | Marek Kotewicz | 2015-01-13 | 1 | -2/+2 |
* | Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop | Gav Wood | 2015-01-12 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'tests' into develop | Marek Kotewicz | 2015-01-12 | 1 | -2/+2 |
| |\ |
|
| | * | fixed travis.yml && added nmp test script | Marek Kotewicz | 2015-01-11 | 1 | -2/+2 |
* | | | Various fixes to ethereum.js and client web API stuff. | Gav Wood | 2015-01-12 | 1 | -2/+2 |
* | | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop | Gav Wood | 2015-01-12 | 1 | -2/+2 |
|/ / |
|
* / | default padding changed to 0 | Marek Kotewicz | 2015-01-10 | 1 | -1/+1 |
|/ |
|
* | rerun gulp | Marek Kotewicz | 2015-01-09 | 1 | -2/+2 |
* | missing fromAscii | Marek Kotewicz | 2015-01-09 | 1 | -2/+2 |
* | method signature length defined | Marek Kotewicz | 2015-01-09 | 1 | -4/+4 |
* | sha3 method signature | Marek Kotewicz | 2015-01-09 | 1 | -3/+3 |
* | missing jshint ignore | Marek Kotewicz | 2015-01-08 | 1 | -1/+1 |
* | fixes for node.js | Marek Kotewicz | 2015-01-08 | 1 | -6/+6 |
* | gulpfile modifications, default build set to dev | Marek Kotewicz | 2015-01-07 | 1 | -9/+9 |
* | 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 | -2/+2 |
* | common changes | Marek Kotewicz | 2014-11-18 | 1 | -1/+1 |
* | added eth_serpent, contract separated to another file | Marek Kotewicz | 2014-11-17 | 1 | -3/+5 |
* | improved contracts interface | Marek Kotewicz | 2014-11-14 | 1 | -3/+3 |
* | 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 | -2/+4 |
* | 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 | -3/+5 |
* | merged subprotocol prefix | Marek Kotewicz | 2014-11-11 | 1 | -2/+2 |
* | Refactoring | Marian Oancea | 2014-11-07 | 1 | -0/+23 |