aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* jsonrpc.js tests && jsonrpc response validation is more strictMarek Kotewicz2015-02-043-7/+12
|
* jsonrpc.js file && batch pollingMarek Kotewicz2015-02-043-31/+108
|
* simplified polling && jsonrpc payload creationMarek Kotewicz2015-02-043-48/+21
|
* tests && fixes for utils methodsMarek Kotewicz2015-02-043-3/+3
|
* Merge branch 'develop' into cppMarek Kotewicz2015-02-033-66/+146
|\ | | | | | | | | | | Conflicts: dist/ethereum.js.map dist/ethereum.min.js
| * parsing events outputMarek Kotewicz2015-02-033-9/+37
| |
| * gulpMarek Kotewicz2015-02-033-5/+35
| |
| * event outputParser && testsMarek Kotewicz2015-02-033-8/+28
| |
| * common cleanupMarek Kotewicz2015-02-033-58/+60
| |
* | reverted ethereum.jsarkpar2015-02-031-3/+4
| |
* | removed splitter.qmlarkpar2015-02-021-4/+3
| |
* | Better HTML template in Mix.Gav Wood2015-02-023-3/+6
|/ | | | | Use happened in JS. Debugging QML enabled.
* fixed event signaturesMarek Kotewicz2015-02-013-7/+12
|
* eth.filter next param optionalMarek Kotewicz2015-01-313-6/+7
|
* formatInput && formatOutput simplifiedMarek Kotewicz2015-01-313-28/+30
|
* few methods moved to utilsMarek Kotewicz2015-01-313-79/+79
|
* constants separated to const.js fileMarek Kotewicz2015-01-313-37/+62
|
* toAscii && fromAscii moved to utilsMarek Kotewicz2015-01-313-77/+65
|
* eventsMarek Kotewicz2015-01-313-11/+11
|
* eventsMarek Kotewicz2015-01-313-11/+23
|
* abi.js cleanup && new types.js, utils.jsMarek Kotewicz2015-01-313-91/+174
|
* gulpMarek Kotewicz2015-01-313-129/+193
|
* event optionsMarek Kotewicz2015-01-313-20/+40
|
* topics are deprecatedMarek Kotewicz2015-01-293-7/+10
|
* topic for backwards compatibilityMarek Kotewicz2015-01-293-3/+4
|
* moved commentMarek Kotewicz2015-01-292-8/+6
|
* event exampleMarek Kotewicz2015-01-293-10/+50
|
* contract.js simplifiedMarek Kotewicz2015-01-293-96/+129
|
* event.jsMarek Kotewicz2015-01-293-6/+18
|
* events initMarek Kotewicz2015-01-283-5/+40
|
* abi function typeMarek Kotewicz2015-01-283-8/+18
|
* fixed incoming messagesMarek Kotewicz2015-01-283-3/+3
|
* log error on console, if api returns an errorMarek Kotewicz2015-01-283-3/+9
|
* removed web3.eth.account, fixed #37Marek Kotewicz2015-01-273-4/+3
|
* fixed #23Marek Kotewicz2015-01-273-5/+9
|
* evaluating solidity method input paramsMarek Kotewicz2015-01-273-3/+5
|
* getMethodWithNameMarek Kotewicz2015-01-273-17/+17
|
* Merge branch 'develop' into cppMarek Kotewicz2015-01-273-21/+27
|\ | | | | | | | | | | Conflicts: dist/ethereum.js.map dist/ethereum.min.js
| * removed promise dependency, updated readme, fixed node.js version of libMarek Kotewicz2015-01-272-2/+6
| |
| * gulpMarek Kotewicz2015-01-263-3/+3
| |
| * polling every secondMarek Kotewicz2015-01-263-3/+3
| |
| * return null instead of undefined, if not provider is setMarek Kotewicz2015-01-263-3/+3
| |
| * watches are calling callback with a single result object, not a full jsonrpc ↵Marek Kotewicz2015-01-263-9/+11
| | | | | | | | response
* | Additional work on the JS stuff to make it more similar to Solidity.Gav Wood2015-01-263-4/+22
| |
* | Fix string outputs.Gav Wood2015-01-253-6/+15
| | | | | | | | Auto collapse for < 2 returns.
* | Auto select call or transact depending on constness.Gav Wood2015-01-253-4/+4
| |
* | Fixes to ethereum.js and standard.js.Gav Wood2015-01-253-4/+16
| |
* | Vanity addresses in AZ.Gav Wood2015-01-253-5/+6
|/ | | | | Fixes to ethereum.js eth.flush()
* simplified synchronous pollingMarek Kotewicz2015-01-233-27/+19
|
* not parsing transaction outputMarek Kotewicz2015-01-223-13/+15
|
* fixed contract.jsMarek Kotewicz2015-01-223-21/+23
|
* implicit solidity method callMarek Kotewicz2015-01-223-34/+45
|
* qt sync providerMarek Kotewicz2015-01-223-8/+45
|
* changes in filter.js (not yet working)Marek Kotewicz2015-01-223-27/+12
|
* toDecimal/fromDecimal is using bignumber.js nowMarek Kotewicz2015-01-223-16/+33
|
* removed unused pieces of codeMarek Kotewicz2015-01-223-48/+3
|
* removed send queues from providermanagerMarek Kotewicz2015-01-223-33/+16
|
* contract.html example is working with sync apiMarek Kotewicz2015-01-223-25/+26
|
* sync api tests running, removed unused pieces of codeMarek Kotewicz2015-01-223-86/+6
|
* removed unused providersMarek Kotewicz2015-01-223-424/+9
|
* http sync apiMarek Kotewicz2015-01-223-57/+151
|
* gulpMarek Kotewicz2015-01-223-5/+8
|
* solidity methods "overloading"Marek Kotewicz2015-01-203-19/+55
|
* parsing real, ureal values on outputMarek Kotewicz2015-01-193-7/+23
|
* encoding real on inputMarek Kotewicz2015-01-193-5/+12
|
* fixes for autoproviderMarek Kotewicz2015-01-193-9/+7
|
* output parser string supportMarek Kotewicz2015-01-173-53/+82
|
* support for int array types[]Marek Kotewicz2015-01-173-59/+74
|
* default padding set to 32, separated to one variableMarek Kotewicz2015-01-163-7/+9
|
* fixed checking first bit for parsing int outputMarek Kotewicz2015-01-163-5/+8
|
* abi.js rounds down floating point inputMarek Kotewicz2015-01-163-13/+13
|
* fixed #28 and other small node.js issuesMarek Kotewicz2015-01-163-37/+26
|
* big integers on abi.js output, testsMarek Kotewicz2015-01-163-5/+14
|
* BigNumber supportMarek Kotewicz2015-01-163-15/+19
|
* gulpMarek Kotewicz2015-01-153-6/+16
|
* gulpMarek Kotewicz2015-01-152-3/+3
|
* more commentsMarek Kotewicz2015-01-152-6/+14
|
* next part of abi.js parsers tests and fixesMarek Kotewicz2015-01-153-5/+9
|
* next part of abi.js docsMarek Kotewicz2015-01-143-32/+37
|
* formatting bool tests and fixesMarek Kotewicz2015-01-143-63/+76
|
* gulpMarek Kotewicz2015-01-143-26/+137
|
* ProviderManager separated to providermanager.js fileMarek Kotewicz2015-01-143-87/+124
|
* Filter separated to filter.js fileMarek Kotewicz2015-01-143-57/+132
|
* web3.contract -> web3.eth.contractMarek Kotewicz2015-01-133-3/+3
|
* tests in progress, fixed utf characters conversion in toAsciiMarek Kotewicz2015-01-133-4/+4
|
* removed padding calculation from ethereum.js, padding is always 32Marek Kotewicz2015-01-133-62/+27
|
* Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into developGav Wood2015-01-122-2/+3
|\ | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map
| * Merge branch 'tests' into developMarek Kotewicz2015-01-122-2/+3
| |\
| | * fixed travis.yml && added nmp test scriptMarek Kotewicz2015-01-112-2/+3
| | |
* | | Various fixes to ethereum.js and client web API stuff.Gav Wood2015-01-123-5/+7
| | |
* | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into developGav Wood2015-01-123-3/+15
|/ / | | | | | | | | | | | | | | | | | | 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-103-3/+3
|/
* rerun gulpMarek Kotewicz2015-01-092-3/+2
|
* missing fromAsciiMarek Kotewicz2015-01-093-4/+5
|
* method signature length definedMarek Kotewicz2015-01-093-8/+13
|
* sha3 method signatureMarek Kotewicz2015-01-093-8/+22
|
* missing jshint ignoreMarek Kotewicz2015-01-082-2/+2
|
* fixes for node.jsMarek Kotewicz2015-01-083-58/+58
|
* gulpfile modifications, default build set to devMarek Kotewicz2015-01-073-18/+1182
|
* real, ureal paddings and implicit paddings for uint, int and hashMarek Kotewicz2015-01-073-3/+3
|
* solidity string supportMarek Kotewicz2015-01-073-3/+3
|
* fixed gulp buildMarek Kotewicz2015-01-063-6/+6
|
* common changesMarek Kotewicz2014-11-183-3/+3
|
* added eth_serpent, contract separated to another fileMarek Kotewicz2014-11-173-10/+14
|
* improved contracts interfaceMarek Kotewicz2014-11-143-9/+9
|
* added storageAtMarek Kotewicz2014-11-143-3/+3
|
* contract objectMarek Kotewicz2014-11-133-7/+7
|
* abi output formattingMarek Kotewicz2014-11-133-3/+3
|
* changes to make everything workMarek Kotewicz2014-11-133-5/+5
|
* abi, the beginningMarek Kotewicz2014-11-133-9/+13
|
* common fixesMarek Kotewicz2014-11-113-3/+3
|
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-113-9/+13
|
* merged subprotocol prefixMarek Kotewicz2014-11-113-5/+5
|
* RefactoringMarian Oancea2014-11-073-753/+33
| | | | | | 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-062-0/+766
Converted to npm package Added brower Added browserify with minification Updated Readme