Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make error types consistent | Leonid Logvinov | 2018-01-10 | 1 | -5/+5 |
* | Introduce BlockWithoutTransactionData and BlockWithTransactionData | Leonid Logvinov | 2018-01-10 | 1 | -8/+11 |
* | Add LogEntry type | Leonid Logvinov | 2018-01-10 | 1 | -2/+11 |
* | Add web3.personal.sign | Leonid Logvinov | 2018-01-10 | 1 | -2/+3 |
* | Add a lot of types | Leonid Logvinov | 2018-01-10 | 1 | -24/+205 |
* | Extract API interfaces: web3.version, web3.eth, web3.personal | Sergey Ukustov | 2018-01-10 | 1 | -25/+36 |
* | Optional provider parameter in Web3 constructor | Sergey Ukustov | 2018-01-10 | 1 | -0/+2 |
* | 0.2.1 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add missing semi-colon | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add missing semi-colons | Fabio Berger | 2018-01-10 | 1 | -3/+3 |
* | Add web3.eth.blockNumber | libertylocked | 2018-01-10 | 1 | -1/+2 |
* | Add web3.sha3 method declaration | Sergey Ukustov | 2018-01-10 | 1 | -0/+5 |
* | 0.2.0 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | 0.1.0 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Use single instead of double quotes by convention | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
* | Remove spaces between union types to remain stylistically consistent | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
* | Constructor definition does not include name or constant modifier | Sergey Ukustov | 2018-01-10 | 1 | -3/+3 |
* | Revamp AbiDefinition | Sergey Ukustov | 2018-01-10 | 1 | -10/+26 |
* | filter.stopWatching accepts callback | Sergey Ukustov | 2018-01-10 | 1 | -1/+1 |
* | filter.watch callback param accepts arguments | Sergey Ukustov | 2018-01-10 | 1 | -1/+7 |
* | 0.0.11 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Fix version typings | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
* | 0.0.10 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Add at function to Contract class | Leonid Logvinov | 2018-01-10 | 1 | -1/+5 |
* | 0.0.9 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Make currentProvider a variable, not a function | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Flash out README with instructions | Leonid Logvinov | 2018-01-10 | 3 | -1/+40 |
* | 0.0.8 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | remove default import | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | 0.0.7 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Move interface definitions into the web3 namespace | Fabio Berger | 2018-01-10 | 1 | -32/+32 |
* | 0.0.6 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | 0.0.5 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Export all interfaces and export the web3 constructor as the default export | Fabio Berger | 2018-01-10 | 1 | -7/+9 |
* | 0.0.4 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Move Provider type outside of namespace | Fabio Berger | 2018-01-10 | 1 | -3/+3 |
* | 0.0.3 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Allow numbers to also be passed to fromWei and toWei | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
* | 0.0.2 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add toWei and getTransactionReceipt definitions | Fabio Berger | 2018-01-10 | 1 | -0/+2 |
* | 0.0.1 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add getBlockNumber definition | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add bigNumber dependency | Fabio Berger | 2018-01-10 | 2 | -1/+9 |
* | add node_modules to gitignore | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add license | Fabio Berger | 2018-01-10 | 1 | -0/+13 |
* | Add gitignore | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add package.json | Fabio Berger | 2018-01-10 | 1 | -0/+16 |
* | Add initial version of typings and README | Fabio Berger | 2018-01-10 | 2 | -0/+77 |