aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* log error on console, if api returns an errorMarek Kotewicz2015-01-281-0/+6
* removed web3.eth.account, fixed #37Marek Kotewicz2015-01-271-1/+0
* fixed #23Marek Kotewicz2015-01-272-1/+5
* evaluating solidity method input paramsMarek Kotewicz2015-01-271-0/+1
* contract method nameMarek Kotewicz2015-01-271-0/+1
* getMethodWithNameMarek Kotewicz2015-01-271-15/+15
* Merge branch 'develop' into cppMarek Kotewicz2015-01-277-13/+37
|\
| * removed promise dependency, updated readme, fixed node.js version of libMarek Kotewicz2015-01-271-0/+4
| * Merge branch 'master' into syncMarek Kotewicz2015-01-261-1/+1
| |\
| | * added localwanderer2015-01-251-0/+18
| | * WebsocketProvider - fixed incorrect variable nameaaron2015-01-171-1/+1
| | * shh getMessage => getMessagesJeffrey Wilcke2015-01-131-1/+1
| * | Merge branch 'develop' into syncMarek Kotewicz2015-01-261-0/+18
| |\ \
| | * | added addressbookwanderer2015-01-251-0/+18
| * | | polling every secondMarek Kotewicz2015-01-261-1/+1
| * | | return null instead of undefined, if not provider is setMarek Kotewicz2015-01-261-1/+1
| * | | watches are calling callback with a single result object, not a full jsonrpc ...Marek Kotewicz2015-01-262-5/+7
* | | | Additional work on the JS stuff to make it more similar to Solidity.Gav Wood2015-01-262-0/+18
* | | | Fix string outputs.Gav Wood2015-01-252-2/+11
* | | | Auto select call or transact depending on constness.Gav Wood2015-01-251-2/+2
* | | | Fixes to ethereum.js and standard.js.Gav Wood2015-01-251-1/+13
* | | | Vanity addresses in AZ.Gav Wood2015-01-252-1/+2
|/ / /
* | | simplified synchronous pollingMarek Kotewicz2015-01-232-23/+15
* | | not parsing transaction outputMarek Kotewicz2015-01-221-10/+12
* | | fixed contract.jsMarek Kotewicz2015-01-221-18/+20
* | | implicit solidity method callMarek Kotewicz2015-01-221-31/+42
* | | qt sync providerMarek Kotewicz2015-01-221-0/+32
* | | changes in filter.js (not yet working)Marek Kotewicz2015-01-222-23/+8
* | | toDecimal/fromDecimal is using bignumber.js nowMarek Kotewicz2015-01-221-13/+30
* | | removed unused pieces of codeMarek Kotewicz2015-01-221-45/+0
* | | removed send queues from providermanagerMarek Kotewicz2015-01-222-29/+12
* | | contract.html example is working with sync apiMarek Kotewicz2015-01-223-20/+21
* | | sync api tests running, removed unused pieces of codeMarek Kotewicz2015-01-222-82/+2
* | | removed unused providersMarek Kotewicz2015-01-224-395/+0
* | | http sync apiMarek Kotewicz2015-01-223-44/+132
|/ /
* | changes to for natspecMarek Kotewicz2015-01-221-1/+2
* | _currentAbi objectMarek Kotewicz2015-01-211-0/+1
* | solidity methods "overloading"Marek Kotewicz2015-01-202-15/+51
* | parsing real, ureal values on outputMarek Kotewicz2015-01-191-4/+20
* | encoding real on inputMarek Kotewicz2015-01-191-2/+9
* | fixes for autoproviderMarek Kotewicz2015-01-192-4/+2
* | output parser string supportMarek Kotewicz2015-01-171-50/+78
* | support for int array types[]Marek Kotewicz2015-01-171-47/+72
* | removed unused functionsMarek Kotewicz2015-01-171-9/+0
* | default padding set to 32, separated to one variableMarek Kotewicz2015-01-161-4/+6
* | fixed checking first bit for parsing int outputMarek Kotewicz2015-01-161-2/+5
* | abi.js rounds down floating point inputMarek Kotewicz2015-01-161-11/+11
* | fixed #28 and other small node.js issuesMarek Kotewicz2015-01-165-23/+9
* | big integers on abi.js output, testsMarek Kotewicz2015-01-161-2/+11
* | BigNumber supportMarek Kotewicz2015-01-161-11/+15
* | gulpMarek Kotewicz2015-01-151-1/+1
* | negative integers supportMarek Kotewicz2015-01-151-3/+13
* | fixed typosMarek Kotewicz2015-01-151-2/+2
* | more commentsMarek Kotewicz2015-01-151-4/+12
* | next part of abi.js parsers tests and fixesMarek Kotewicz2015-01-151-2/+6
* | next part of abi.js docsMarek Kotewicz2015-01-141-29/+34
* | formatting bool tests and fixesMarek Kotewicz2015-01-141-1/+1
* | simplifid abi.js methodsMarek Kotewicz2015-01-141-59/+72
* | providers documentationMarek Kotewicz2015-01-146-11/+108
* | few commentsMarek Kotewicz2015-01-142-13/+27
* | ProviderManager separated to providermanager.js fileMarek Kotewicz2015-01-142-81/+114
* | Filter separated to filter.js fileMarek Kotewicz2015-01-142-57/+92
* | beginning of comments in web3Marek Kotewicz2015-01-141-1/+37
* | tests in progress, fixed utf characters conversion in toAsciiMarek Kotewicz2015-01-131-2/+2
* | removed padding calculation from ethereum.js, padding is always 32Marek Kotewicz2015-01-131-59/+24
* | Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into developGav Wood2015-01-121-0/+1
|\ \
| * \ Merge branch 'tests' into developMarek Kotewicz2015-01-121-0/+1
| |\ \
| | * \ Merge branch 'develop' into testsMarek Kotewicz2015-01-092-2/+5
| | |\ \
| | * \ \ Merge branch 'master' into testsMarek Kotewicz2015-01-094-6/+22
| | |\ \ \
| | * | | | mocha opts file && init of parser testsMarek Kotewicz2015-01-091-0/+1
* | | | | | Various fixes to ethereum.js and client web API stuff.Gav Wood2015-01-121-2/+4
* | | | | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into developGav Wood2015-01-121-0/+12
|/ / / / /
* | | / / default padding changed to 0Marek Kotewicz2015-01-101-1/+1
| |_|/ / |/| | |
* | | | missing fromAsciiMarek Kotewicz2015-01-091-1/+1
* | | | method signature length definedMarek Kotewicz2015-01-091-1/+4
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/ethereum/ethereum.jsMarek Kotewicz2015-01-092-2/+4
|\ \ \ | | |/ | |/|
| * | module var fixJeffrey Wilcke2015-01-091-1/+2
| * | module var fixJeffrey Wilcke2015-01-091-1/+2
| |/
* / sha3 method signatureMarek Kotewicz2015-01-092-4/+18
|/
* missing jshint ignoreMarek Kotewicz2015-01-081-1/+1
* fixes for node.jsMarek Kotewicz2015-01-083-2/+2
* real, ureal paddings and implicit paddings for uint, int and hashMarek Kotewicz2015-01-071-16/+45
* solidity string supportMarek Kotewicz2015-01-071-10/+28
* fixed tabsMarek Kotewicz2015-01-061-3/+3
* bring back todosMarek Kotewicz2015-01-064-0/+4
* fixed gulp buildMarek Kotewicz2015-01-066-20/+17
* bring back toHexcaktux2014-12-311-0/+10
* Lots of fixes.Gav Wood2014-12-226-44/+102
* common changesMarek Kotewicz2014-11-181-2/+7
* Merge pull request #11 from debris/masterMarian OANCΞA2014-11-183-10/+109
|\
| * added eth_serpent, contract separated to another fileMarek Kotewicz2014-11-172-38/+65
| * improved contracts interfaceMarek Kotewicz2014-11-142-9/+81
* | Fixed require web3 bugMarian Oancea2014-11-181-5/+5
|/
* added storageAtMarek Kotewicz2014-11-141-0/+1
* contract objectMarek Kotewicz2014-11-132-6/+13
* abi output formattingMarek Kotewicz2014-11-131-13/+89
* changes to make everything workMarek Kotewicz2014-11-132-4/+9
* abi, the beginningMarek Kotewicz2014-11-131-0/+77
* common fixesMarek Kotewicz2014-11-111-6/+3
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-112-0/+107
* retabed filesMarek Kotewicz2014-11-114-474/+476
* merged subprotocol prefixMarek Kotewicz2014-11-111-53/+48
* fix merge conflictsMarian Oancea2014-11-101-1/+4
* fix merge conflictsMarian Oancea2014-11-102-13/+18
* RefactoringMarian Oancea2014-11-074-45/+6
* Updated package.jsonMarian Oancea2014-11-061-11/+11
* Fixed indentMarian Oancea2014-11-064-479/+471
* Converted to node moduleMarian Oancea2014-11-066-0/+708