aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
Commit message (Collapse)AuthorAgeFilesLines
* gulpfile modifications, default build set to devMarek Kotewicz2015-01-071-8/+1172
|
* real, ureal paddings and implicit paddings for uint, int and hashMarek Kotewicz2015-01-071-1/+1
|
* solidity string supportMarek Kotewicz2015-01-071-1/+1
|
* fixed gulp buildMarek Kotewicz2015-01-061-3/+3
|
* common changesMarek Kotewicz2014-11-181-1/+1
|
* added eth_serpent, contract separated to another fileMarek Kotewicz2014-11-171-6/+8
|
* improved contracts interfaceMarek Kotewicz2014-11-141-5/+5
|
* added storageAtMarek Kotewicz2014-11-141-1/+1
|
* contract objectMarek Kotewicz2014-11-131-3/+3
|
* abi output formattingMarek Kotewicz2014-11-131-1/+1
|
* changes to make everything workMarek Kotewicz2014-11-131-2/+2
|
* abi, the beginningMarek Kotewicz2014-11-131-6/+8
|
* common fixesMarek Kotewicz2014-11-111-1/+1
|
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-111-5/+7
|
* merged subprotocol prefixMarek Kotewicz2014-11-111-2/+2
|
* RefactoringMarian Oancea2014-11-071-752/+9
| | | | | | 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-061-483/+475
| | | | Fixed indent so we can compare differences in PR.
* Converted to node moduleMarian Oancea2014-11-061-0/+765
Converted to npm package Added brower Added browserify with minification Updated Readme