aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings/index.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Address feedbackLeonid Logvinov2018-03-121-2/+2
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+19
|
* Add types for ABIv2Leonid Logvinov2018-02-151-7/+6
|
* web3 typings fix - web3.net.peerCount returns numbergagarin552018-02-141-1/+1
|
* Fixed getTransactionReceipt not returning nullOlaf Tomalka2018-01-261-2/+2
|
* Fix web3 typing defaultAccount not allowing `undefined`Olaf Tomalka2018-01-151-1/+1
| | | | | | The default value for the defaultAccount property is undefined, this happens in real-life scenarios, and so the type should explicitly warn users about it
* Add types for getData on a web3 contractLeonid Logvinov2018-01-111-0/+1
|
* Return to old way of including web3 typesLeonid Logvinov2018-01-101-0/+421
|
* Manually apply #14Leonid Logvinov2018-01-101-385/+0
|
* Added stateMutability to ABIsOlaf Tomalka2018-01-101-0/+5
| | | | | | | | In the newest version of Solidity, additional property was added, called state mutability, specyfing what kind of access does the function have to memory and storage. Additionally, constructor mutability is limited to payable/non-payable as it HAS to modify the storage to actually deploy the contract
* Fix ContractInstance new() not parsing properlyOlaf Tomalka2018-01-101-1/+1
| | | | | | new is a keyword in typescript and so if a function is called new(), tsc and for example Visual Studio Code don't regonize types for this function. The fix is to write this function in quotes
* Made the callback in filter.stopWatching optionalOlaf Tomalka2018-01-101-1/+1
|
* Add new to contract interfaceAmir Bandeali2018-01-101-0/+1
|
* fix typoAmir Bandeali2018-01-101-1/+1
|
* Make transactionIndex nullableLeonid Logvinov2018-01-101-1/+1
|
* Improve log events typesLeonid Logvinov2018-01-101-3/+10
|
* Constraint status typeLeonid Logvinov2018-01-101-1/+1
|
* Add status to a transaction receiptLeonid Logvinov2018-01-101-0/+1
|
* Add async web3.personal.signSergey Ukustov2018-01-101-0/+1
|
* Fix indentationSergey Ukustov2018-01-101-5/+5
|
* Make all parameters of FilterObject optionalLeonid Logvinov2018-01-101-4/+4
|
* Add LogTopic typeLeonid Logvinov2018-01-101-1/+3
|
* Define sendAsync on HttpProviderLeonid Logvinov2018-01-101-0/+4
|
* Add AbiTypeLeonid Logvinov2018-01-101-4/+11
|
* Add ContractInstance typeLeonid Logvinov2018-01-101-1/+7
|
* Extend Abi typesLeonid Logvinov2018-01-101-8/+21
|
* Add return type for sendAsyncLeonid Logvinov2018-01-101-1/+1
|
* Add sendAsync types in providerLeonid Logvinov2018-01-101-1/+19
|
* Add Web3.isChecksumAddressLeonid Logvinov2018-01-101-0/+1
|
* Add auth options to HttpProviderlibertylocked2018-01-101-1/+1
|
* Fix linter errorsLeonid Logvinov2018-01-101-33/+33
|
* Make error types consistentLeonid Logvinov2018-01-101-5/+5
|
* Introduce BlockWithoutTransactionData and BlockWithTransactionDataLeonid Logvinov2018-01-101-8/+11
|
* Add LogEntry typeLeonid Logvinov2018-01-101-2/+11
|
* Add web3.personal.signLeonid Logvinov2018-01-101-2/+3
|
* Add a lot of typesLeonid Logvinov2018-01-101-24/+205
|
* Extract API interfaces: web3.version, web3.eth, web3.personalSergey Ukustov2018-01-101-25/+36
|
* Optional provider parameter in Web3 constructorSergey Ukustov2018-01-101-0/+2
|
* Add missing semi-colonFabio Berger2018-01-101-1/+1
|
* Add missing semi-colonsFabio Berger2018-01-101-3/+3
|
* Add web3.eth.blockNumberlibertylocked2018-01-101-1/+2
|
* Add web3.sha3 method declarationSergey Ukustov2018-01-101-0/+5
|
* Use single instead of double quotes by conventionFabio Berger2018-01-101-2/+2
|
* Remove spaces between union types to remain stylistically consistentFabio Berger2018-01-101-2/+2
|
* Constructor definition does not include name or constant modifierSergey Ukustov2018-01-101-3/+3
|
* Revamp AbiDefinitionSergey Ukustov2018-01-101-10/+26
|
* filter.stopWatching accepts callbackSergey Ukustov2018-01-101-1/+1
|
* filter.watch callback param accepts argumentsSergey Ukustov2018-01-101-1/+7
|
* Fix version typingsLeonid Logvinov2018-01-101-2/+2
|
* Add at function to Contract classLeonid Logvinov2018-01-101-1/+5
|
* Make currentProvider a variable, not a functionLeonid Logvinov2018-01-101-1/+1
|
* remove default importFabio Berger2018-01-101-1/+1
|
* Move interface definitions into the web3 namespaceFabio Berger2018-01-101-32/+32
|
* Export all interfaces and export the web3 constructor as the default exportFabio Berger2018-01-101-7/+9
|
* Move Provider type outside of namespaceFabio Berger2018-01-101-3/+3
|
* Allow numbers to also be passed to fromWei and toWeiFabio Berger2018-01-101-2/+2
|
* Add toWei and getTransactionReceipt definitionsFabio Berger2018-01-101-0/+2
|
* Add getBlockNumber definitionFabio Berger2018-01-101-0/+1
|
* Add bigNumber dependencyFabio Berger2018-01-101-0/+2
|
* Add initial version of typings and READMEFabio Berger2018-01-101-0/+73