aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
Commit message (Expand)AuthorAgeFilesLines
* formatInput && formatOutput simplifiedMarek Kotewicz2015-01-311-24/+26
* few methods moved to utilsMarek Kotewicz2015-01-311-72/+72
* constants separated to const.js fileMarek Kotewicz2015-01-311-33/+56
* toAscii && fromAscii moved to utilsMarek Kotewicz2015-01-311-71/+59
* eventsMarek Kotewicz2015-01-311-7/+7
* eventsMarek Kotewicz2015-01-311-8/+20
* abi.js cleanup && new types.js, utils.jsMarek Kotewicz2015-01-311-85/+164
* gulpMarek Kotewicz2015-01-311-126/+188
* event optionsMarek Kotewicz2015-01-311-14/+34
* topics are deprecatedMarek Kotewicz2015-01-291-3/+6
* topic for backwards compatibilityMarek Kotewicz2015-01-291-0/+1
* moved commentMarek Kotewicz2015-01-291-6/+4
* event exampleMarek Kotewicz2015-01-291-5/+45
* contract.js simplifiedMarek Kotewicz2015-01-291-93/+124
* event.jsMarek Kotewicz2015-01-291-3/+15
* events initMarek Kotewicz2015-01-281-1/+36
* abi function typeMarek Kotewicz2015-01-281-4/+14
* fixed incoming messagesMarek Kotewicz2015-01-281-1/+1
* log error on console, if api returns an errorMarek Kotewicz2015-01-281-0/+6
* removed web3.eth.account, fixed #37Marek Kotewicz2015-01-271-1/+0
* fixed #23Marek Kotewicz2015-01-271-1/+5
* evaluating solidity method input paramsMarek Kotewicz2015-01-271-0/+2
* getMethodWithNameMarek Kotewicz2015-01-271-15/+15
* Merge branch 'develop' into cppMarek Kotewicz2015-01-271-13/+19
|\
| * removed promise dependency, updated readme, fixed node.js version of libMarek Kotewicz2015-01-271-0/+4
| * gulpMarek Kotewicz2015-01-261-1/+1
| * polling every secondMarek Kotewicz2015-01-261-1/+1
| * return null instead of undefined, if not provider is setMarek Kotewicz2015-01-261-1/+1
| * watches are calling callback with a single result object, not a full jsonrpc ...Marek Kotewicz2015-01-261-5/+7
* | Additional work on the JS stuff to make it more similar to Solidity.Gav Wood2015-01-261-0/+18
* | Fix string outputs.Gav Wood2015-01-251-2/+11
* | Auto select call or transact depending on constness.Gav Wood2015-01-251-2/+2
* | Fixes to ethereum.js and standard.js.Gav Wood2015-01-251-1/+13
* | Vanity addresses in AZ.Gav Wood2015-01-251-1/+2
|/
* simplified synchronous pollingMarek Kotewicz2015-01-231-23/+15
* not parsing transaction outputMarek Kotewicz2015-01-221-10/+12
* fixed contract.jsMarek Kotewicz2015-01-221-18/+20
* implicit solidity method callMarek Kotewicz2015-01-221-31/+42
* qt sync providerMarek Kotewicz2015-01-221-5/+40
* changes in filter.js (not yet working)Marek Kotewicz2015-01-221-23/+8
* toDecimal/fromDecimal is using bignumber.js nowMarek Kotewicz2015-01-221-13/+30
* removed unused pieces of codeMarek Kotewicz2015-01-221-45/+0
* removed send queues from providermanagerMarek Kotewicz2015-01-221-29/+12
* contract.html example is working with sync apiMarek Kotewicz2015-01-221-20/+21
* sync api tests running, removed unused pieces of codeMarek Kotewicz2015-01-221-82/+2
* removed unused providersMarek Kotewicz2015-01-221-413/+6
* http sync apiMarek Kotewicz2015-01-221-52/+144
* gulpMarek Kotewicz2015-01-221-1/+4
* solidity methods "overloading"Marek Kotewicz2015-01-201-15/+51
* parsing real, ureal values on outputMarek Kotewicz2015-01-191-4/+20
* encoding real on inputMarek Kotewicz2015-01-191-2/+9
* fixes for autoproviderMarek Kotewicz2015-01-191-5/+3
* output parser string supportMarek Kotewicz2015-01-171-50/+79
* support for int array types[]Marek Kotewicz2015-01-171-56/+71
* 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-29/+18
* big integers on abi.js output, testsMarek Kotewicz2015-01-161-2/+11
* BigNumber supportMarek Kotewicz2015-01-161-12/+16
* gulpMarek Kotewicz2015-01-151-3/+13
* gulpMarek 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-60/+73
* gulpMarek Kotewicz2015-01-141-17/+128
* ProviderManager separated to providermanager.js fileMarek Kotewicz2015-01-141-84/+119
* Filter separated to filter.js fileMarek Kotewicz2015-01-141-54/+127
* web3.contract -> web3.eth.contractMarek Kotewicz2015-01-131-1/+1
* 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
|\
| * Merge branch 'tests' into developMarek Kotewicz2015-01-121-0/+1
| |\
| | * fixed travis.yml && added nmp test scriptMarek Kotewicz2015-01-111-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
|/ /
* / default padding changed to 0Marek Kotewicz2015-01-101-1/+1
|/
* rerun gulpMarek Kotewicz2015-01-091-1/+0
* missing fromAsciiMarek Kotewicz2015-01-091-1/+2
* method signature length definedMarek Kotewicz2015-01-091-3/+8
* sha3 method signatureMarek Kotewicz2015-01-091-4/+18
* missing jshint ignoreMarek Kotewicz2015-01-081-1/+1
* fixes for node.jsMarek Kotewicz2015-01-081-51/+51
* 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
* Updated package.jsonMarian Oancea2014-11-061-11/+11
* Fixed indentMarian Oancea2014-11-061-483/+475
* Converted to node moduleMarian Oancea2014-11-061-0/+765