aboutsummaryrefslogtreecommitdiffstats
path: root/lib/abi.js
Commit message (Collapse)AuthorAgeFilesLines
* getMethodWithNameMarek Kotewicz2015-01-271-15/+15
|
* Merge branch 'develop' into cppMarek Kotewicz2015-01-271-2/+2
|\ | | | | | | | | | | Conflicts: dist/ethereum.js.map dist/ethereum.min.js
* | Fix string outputs.Gav Wood2015-01-251-1/+1
| | | | | | | | Auto collapse for < 2 returns.
* | Vanity addresses in AZ.Gav Wood2015-01-251-1/+1
|/ | | | | Fixes to ethereum.js eth.flush()
* contract.html example is working with sync apiMarek Kotewicz2015-01-221-3/+5
|
* solidity methods "overloading"Marek Kotewicz2015-01-201-12/+38
|
* parsing real, ureal values on outputMarek Kotewicz2015-01-191-4/+20
|
* encoding real on inputMarek Kotewicz2015-01-191-2/+9
|
* 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-161-2/+2
|
* 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
|
* 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
|
* 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 'develop' into testsMarek Kotewicz2015-01-091-1/+1
| |\
| * \ Merge branch 'master' into testsMarek Kotewicz2015-01-091-2/+14
| |\ \
| * | | mocha opts file && init of parser testsMarek Kotewicz2015-01-091-0/+1
| | | |
* | | | 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
* | | missing fromAsciiMarek Kotewicz2015-01-091-1/+1
| |/ |/|
* | sha3 method signatureMarek Kotewicz2015-01-091-2/+14
|/
* 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 gulp buildMarek Kotewicz2015-01-061-1/+1
|
* Lots of fixes.Gav Wood2014-12-221-19/+37
|
* improved contracts interfaceMarek Kotewicz2014-11-141-6/+42
|
* contract objectMarek Kotewicz2014-11-131-3/+12
|
* abi output formattingMarek Kotewicz2014-11-131-13/+89
|
* changes to make everything workMarek Kotewicz2014-11-131-2/+4
|
* abi, the beginningMarek Kotewicz2014-11-131-0/+77