aboutsummaryrefslogtreecommitdiffstats
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* natspec.js updated to use sync apiMarek Kotewicz2015-01-221-1/+1
|
* Merge commit '8e3ba3a4285cc7e902a018196b3849df56944dd0' into natspecMarek Kotewicz2015-01-221-1/+1
|\
| * implicit solidity method callMarek Kotewicz2015-01-221-1/+1
| |
* | fixed natspec exampleMarek Kotewicz2015-01-221-9/+8
| |
* | Merge commit 'eb4984c0d036c1420e782ca136810e851e33fb37' into natspecMarek Kotewicz2015-01-222-18/+14
|\|
| * contract.html example is working with sync apiMarek Kotewicz2015-01-222-17/+13
| |
| * http sync apiMarek Kotewicz2015-01-221-1/+1
| |
* | natspec changesMarek Kotewicz2015-01-221-2/+3
| |
* | Merge commit '53b4fda16d0b191be8ab986379a328aa38aaf916' into natspecMarek Kotewicz2015-01-211-1/+1
|\|
| * solidity methods "overloading"Marek Kotewicz2015-01-201-1/+1
| |
* | fixed natspec_contract.html exampleMarek Kotewicz2015-01-201-1/+2
| |
* | Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjsMarek Kotewicz2015-01-162-1/+2
|\|
| * updated bower.json && package.json version, added bignumber.js to bower ↵Marek Kotewicz2015-01-162-2/+2
| | | | | | | | dependencies
| * fixed #28 and other small node.js issuesMarek Kotewicz2015-01-161-0/+1
| |
* | Merge commit 'd876522bc0614fea3180a54be57bcb61784b352e' into ethereumjsMarek Kotewicz2015-01-161-0/+1
|\|
| * BigNumber supportMarek Kotewicz2015-01-161-0/+1
| |
* | Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjsMarek Kotewicz2015-01-161-1/+1
|\| | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js libjsqrc/ethereumjs/lib/abi.js
| * web3.contract -> web3.eth.contractMarek Kotewicz2015-01-131-1/+1
| |
* | Cleaned up some unused functionsLefteris Karapetsas2015-01-141-1/+2
| |
* | Natspechandler: Get function hash from transaction dataLefteris Karapetsas2015-01-141-1/+1
| |
* | A first version of Natspec warning popupLefteris Karapetsas2015-01-131-0/+76
|/ | | | | | | - Runtime Contract code hash can now be retrieved from the Compiler - Using the hash the Natspec handler stores and later retrieves Natspec JSON for a given contract.
* fixed exampleMarek Kotewicz2015-01-081-1/+1
|
* renamed example/index.html -> example/balance.htmlMarek Kotewicz2015-01-061-0/+0
|
* improved contracts interfaceMarek Kotewicz2014-11-142-1/+76
|
* improved exampleMarek Kotewicz2014-11-141-18/+22
|
* abi output formattingMarek Kotewicz2014-11-131-30/+23
|
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-111-2/+3
|
* RefactoringMarian Oancea2014-11-071-0/+1
| | | | | | Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist
* Converted to node moduleMarian Oancea2014-11-062-0/+58
Converted to npm package Added brower Added browserify with minification Updated Readme