aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js.map
Commit message (Expand)AuthorAgeFilesLines
* abi.js cleanup && new types.js, utils.jsMarek Kotewicz2015-01-311-5/+9
* gulpMarek Kotewicz2015-01-311-2/+4
* event optionsMarek Kotewicz2015-01-311-5/+5
* topics are deprecatedMarek Kotewicz2015-01-291-3/+3
* topic for backwards compatibilityMarek Kotewicz2015-01-291-2/+2
* moved commentMarek Kotewicz2015-01-291-2/+2
* event exampleMarek Kotewicz2015-01-291-4/+4
* contract.js simplifiedMarek Kotewicz2015-01-291-2/+4
* event.jsMarek Kotewicz2015-01-291-2/+2
* events initMarek Kotewicz2015-01-281-3/+3
* abi function typeMarek Kotewicz2015-01-281-3/+3
* fixed incoming messagesMarek Kotewicz2015-01-281-1/+1
* log error on console, if api returns an errorMarek Kotewicz2015-01-281-2/+2
* removed web3.eth.account, fixed #37Marek Kotewicz2015-01-271-2/+2
* fixed #23Marek Kotewicz2015-01-271-3/+3
* evaluating solidity method input paramsMarek Kotewicz2015-01-271-2/+2
* getMethodWithNameMarek Kotewicz2015-01-271-1/+1
* Merge branch 'develop' into cppMarek Kotewicz2015-01-271-7/+7
|\
| * removed promise dependency, updated readme, fixed node.js version of libMarek Kotewicz2015-01-271-2/+2
| * 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-3/+3
* | Additional work on the JS stuff to make it more similar to Solidity.Gav Wood2015-01-261-3/+3
* | Fix string outputs.Gav Wood2015-01-251-3/+3
* | Auto select call or transact depending on constness.Gav Wood2015-01-251-1/+1
* | Fixes to ethereum.js and standard.js.Gav Wood2015-01-251-2/+2
* | Vanity addresses in AZ.Gav Wood2015-01-251-3/+3
|/
* simplified synchronous pollingMarek Kotewicz2015-01-231-3/+3
* not parsing transaction outputMarek Kotewicz2015-01-221-2/+2
* fixed contract.jsMarek Kotewicz2015-01-221-2/+2
* implicit solidity method callMarek Kotewicz2015-01-221-2/+2
* qt sync providerMarek Kotewicz2015-01-221-2/+4
* changes in filter.js (not yet working)Marek Kotewicz2015-01-221-3/+3
* toDecimal/fromDecimal is using bignumber.js nowMarek Kotewicz2015-01-221-2/+2
* removed unused pieces of codeMarek Kotewicz2015-01-221-2/+2
* removed send queues from providermanagerMarek Kotewicz2015-01-221-3/+3
* contract.html example is working with sync apiMarek Kotewicz2015-01-221-4/+4
* sync api tests running, removed unused pieces of codeMarek Kotewicz2015-01-221-3/+3
* removed unused providersMarek Kotewicz2015-01-221-10/+2
* http sync apiMarek Kotewicz2015-01-221-4/+6
* gulpMarek Kotewicz2015-01-221-3/+3
* solidity methods "overloading"Marek Kotewicz2015-01-201-3/+3
* parsing real, ureal values on outputMarek Kotewicz2015-01-191-2/+2
* encoding real on inputMarek Kotewicz2015-01-191-2/+2
* fixes for autoproviderMarek Kotewicz2015-01-191-3/+3
* output parser string supportMarek Kotewicz2015-01-171-2/+2
* support for int array types[]Marek Kotewicz2015-01-171-2/+2
* default padding set to 32, separated to one variableMarek Kotewicz2015-01-161-2/+2
* fixed checking first bit for parsing int outputMarek Kotewicz2015-01-161-2/+2
* abi.js rounds down floating point inputMarek Kotewicz2015-01-161-1/+1
* fixed #28 and other small node.js issuesMarek Kotewicz2015-01-161-7/+7
* big integers on abi.js output, testsMarek Kotewicz2015-01-161-2/+2
* BigNumber supportMarek Kotewicz2015-01-161-2/+2
* gulpMarek Kotewicz2015-01-151-2/+2
* gulpMarek Kotewicz2015-01-151-1/+1
* more commentsMarek Kotewicz2015-01-151-2/+2
* next part of abi.js parsers tests and fixesMarek Kotewicz2015-01-151-2/+2
* next part of abi.js docsMarek Kotewicz2015-01-141-2/+2
* formatting bool tests and fixesMarek Kotewicz2015-01-141-2/+2
* gulpMarek Kotewicz2015-01-141-8/+8
* ProviderManager separated to providermanager.js fileMarek Kotewicz2015-01-141-2/+4
* Filter separated to filter.js fileMarek Kotewicz2015-01-141-2/+4
* web3.contract -> web3.eth.contractMarek Kotewicz2015-01-131-1/+1
* tests in progress, fixed utf characters conversion in toAsciiMarek Kotewicz2015-01-131-1/+1
* removed padding calculation from ethereum.js, padding is always 32Marek Kotewicz2015-01-131-2/+2
* Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into developGav Wood2015-01-121-2/+2
|\
| * Merge branch 'tests' into developMarek Kotewicz2015-01-121-2/+2
| |\
| | * fixed travis.yml && added nmp test scriptMarek Kotewicz2015-01-111-2/+2
* | | Various fixes to ethereum.js and client web API stuff.Gav Wood2015-01-121-2/+2
* | | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into developGav Wood2015-01-121-2/+2
|/ /
* / default padding changed to 0Marek Kotewicz2015-01-101-1/+1
|/
* rerun gulpMarek Kotewicz2015-01-091-2/+2
* missing fromAsciiMarek Kotewicz2015-01-091-2/+2
* method signature length definedMarek Kotewicz2015-01-091-4/+4
* sha3 method signatureMarek Kotewicz2015-01-091-3/+3
* missing jshint ignoreMarek Kotewicz2015-01-081-1/+1
* fixes for node.jsMarek Kotewicz2015-01-081-6/+6
* gulpfile modifications, default build set to devMarek Kotewicz2015-01-071-9/+9
* 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-2/+2
* common changesMarek Kotewicz2014-11-181-1/+1
* added eth_serpent, contract separated to another fileMarek Kotewicz2014-11-171-3/+5
* improved contracts interfaceMarek Kotewicz2014-11-141-3/+3
* 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-2/+4
* common fixesMarek Kotewicz2014-11-111-1/+1
* autoprovider, buildQt not builds only necessery files, fixed gulpfileMarek Kotewicz2014-11-111-3/+5
* merged subprotocol prefixMarek Kotewicz2014-11-111-2/+2
* RefactoringMarian Oancea2014-11-071-0/+23