aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map
| * 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
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/.travis.yml libjsqrc/ethereumjs/README.md libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/lib/abi.js libjsqrc/ethereumjs/package.json
* | | / 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
|\ | | | | Update
| * 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
|/ | | | Fixed error "Cannot find module './web3'" in autoprovider.js
* 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
| | | | | | Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist
* Updated package.jsonMarian Oancea2014-11-061-11/+11
|
* Fixed indentMarian Oancea2014-11-064-479/+471
| | | | Fixed indent so we can compare differences in PR.
* Converted to node moduleMarian Oancea2014-11-066-0/+708
Converted to npm package Added brower Added browserify with minification Updated Readme