aboutsummaryrefslogtreecommitdiffstats
path: root/lib/web3.js
Commit message (Expand)AuthorAgeFilesLines
* simplified polling && jsonrpc payload creationMarek Kotewicz2015-02-041-5/+5
* common cleanupMarek Kotewicz2015-02-031-51/+1
* eth.filter next param optionalMarek Kotewicz2015-01-311-3/+4
* toAscii && fromAscii moved to utilsMarek Kotewicz2015-01-311-34/+4
* eventsMarek Kotewicz2015-01-311-3/+5
* event optionsMarek Kotewicz2015-01-311-4/+10
* removed web3.eth.account, fixed #37Marek Kotewicz2015-01-271-1/+0
* fixed #23Marek Kotewicz2015-01-271-1/+3
* Merge branch 'develop' into cppMarek Kotewicz2015-01-271-1/+1
|\
| * Merge branch 'master' into syncMarek Kotewicz2015-01-261-1/+1
| |\
| | * shh getMessage => getMessagesJeffrey Wilcke2015-01-131-1/+1
* | | Additional work on the JS stuff to make it more similar to Solidity.Gav Wood2015-01-261-0/+9
* | | Vanity addresses in AZ.Gav Wood2015-01-251-0/+1
|/ /
* | 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-221-17/+6
* | sync api tests running, removed unused pieces of codeMarek Kotewicz2015-01-221-81/+0
* | http sync apiMarek Kotewicz2015-01-221-35/+61
* | fixed #28 and other small node.js issuesMarek Kotewicz2015-01-161-9/+4
* | few commentsMarek Kotewicz2015-01-141-13/+17
* | ProviderManager separated to providermanager.js fileMarek Kotewicz2015-01-141-81/+1
* | Filter separated to filter.js fileMarek Kotewicz2015-01-141-57/+3
* | beginning of comments in web3Marek Kotewicz2015-01-141-1/+37
* | tests in progress, fixed utf characters conversion in toAsciiMarek Kotewicz2015-01-131-2/+2
* | default padding changed to 0Marek Kotewicz2015-01-101-1/+1
|/
* module var fixJeffrey Wilcke2015-01-091-1/+2
* fixes for node.jsMarek Kotewicz2015-01-081-0/+508