aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings
Commit message (Collapse)AuthorAgeFilesLines
* PublishLeonid Logvinov2018-01-251-2/+4
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.1 - @0xproject/abi-gen@0.1.3 - @0xproject/assert@0.0.12 - chai-as-promised-typescript-typings@0.0.5 - @0xproject/connect@0.5.1 - contracts@2.1.5 - @0xproject/deployer@0.0.2 - @0xproject/dev-utils@0.0.6 - @0xproject/json-schemas@0.7.4 - @0xproject/kovan_faucets@1.0.6 - @0xproject/monorepo-scripts@0.1.5 - @0xproject/subproviders@0.3.2 - @0xproject/tslint-config@0.4.3 - @0xproject/types@0.1.5 - @0xproject/utils@0.2.1 - web3-typescript-typings@0.9.5 - @0xproject/web3-wrapper@0.1.6 - @0xproject/website@0.0.8
* Run prettier to revert formatting changes made by the lerna publish stepBrandon Millman2018-01-181-3/+1
|
* Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0Brandon Millman2018-01-181-2/+4
| | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.0 - @0xproject/abi-gen@0.1.2 - @0xproject/assert@0.0.11 - chai-as-promised-typescript-typings@0.0.4 - chai-typescript-typings@0.0.2 - @0xproject/connect@0.5.0 - contracts@2.1.4 - @0xproject/dev-utils@0.0.5 - @0xproject/json-schemas@0.7.3 - @0xproject/kovan_faucets@1.0.5 - @0xproject/monorepo-scripts@0.1.4 - @0xproject/subproviders@0.3.1 - @0xproject/tslint-config@0.4.2 - @0xproject/types@0.1.4 - @0xproject/utils@0.2.0 - web3-typescript-typings@0.9.4 - @0xproject/web3-wrapper@0.1.5 - @0xproject/website@0.0.7
* Added PR number to web3 typings changelogOlaf Tomalka2018-01-161-1/+1
|
* Fix web3 typing defaultAccount not allowing `undefined`Olaf Tomalka2018-01-152-1/+2
| | | | | | 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 postpublish scriptsLeonid Logvinov2018-01-131-0/+15
|
* Add web3-typescript-typings and chai-as-promised-typescript-typings to the ↵Leonid Logvinov2018-01-121-3/+3
| | | | main monorepo
* Prettify package.json filesLeonid Logvinov2018-01-121-3/+1
|
* Fix a version in web3-typescript-typings CHANGELOGLeonid Logvinov2018-01-111-1/+1
|
* Publishweb3-typescript-typings@0.9.3contracts@2.1.3@0xproject/website@0.0.6@0xproject/kovan_faucets@1.0.40x.js@0.29.2Leonid Logvinov2018-01-111-2/+4
| | | | | | | | | | | - 0x.js@0.29.2 - @0xproject/abi-gen@0.1.1 - @0xproject/connect@0.4.1 - contracts@2.1.3 - @0xproject/kovan_faucets@1.0.4 - web3-typescript-typings@0.9.3 - @0xproject/web3-wrapper@0.1.4 - @0xproject/website@0.0.6
* Add types for getData on a web3 contractLeonid Logvinov2018-01-112-4/+7
|
* Add types for getData on a web3 contractLeonid Logvinov2018-01-111-0/+1
|
* Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1Leonid Logvinov2018-01-111-2/+4
| | | | | | | | | | | | | | | | | | | - 0x.js@0.29.1 - @0xproject/abi-gen@0.1.0 - @0xproject/assert@0.0.10 - @0xproject/connect@0.4.0 - contracts@2.1.2 - @0xproject/dev-utils@0.0.4 - @0xproject/json-schemas@0.7.2 - @0xproject/kovan_faucets@1.0.3 - @0xproject/monorepo-scripts@0.1.3 - @0xproject/subproviders@0.3.0 - @0xproject/tslint-config@0.4.1 - @0xproject/types@0.1.3 - @0xproject/utils@0.1.3 - web3-typescript-typings@0.9.1 - @0xproject/web3-wrapper@0.1.3 - @0xproject/website@0.0.5
* Update READMELeonid Logvinov2018-01-101-2/+2
|
* Return to old way of including web3 typesLeonid Logvinov2018-01-102-4/+4
|
* Import web3-typescript-typings to monorepoLeonid Logvinov2018-01-105-119/+162
|
* 0.9.0Leonid Logvinov2018-01-101-1/+1
|
* Manually apply #14Leonid Logvinov2018-01-103-9/+6
|
* 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
* 0.8.0Leonid Logvinov2018-01-101-1/+1
|
* Fix types definition in package.jsonLeonid Logvinov2018-01-101-2/+2
|
* 0.7.2Leonid Logvinov2018-01-101-1/+1
|
* 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
|
* 0.7.1Leonid Logvinov2018-01-101-1/+1
|
* Make transactionIndex nullableLeonid Logvinov2018-01-101-1/+1
|
* 0.7.0Leonid Logvinov2018-01-101-1/+1
|
* Improve log events typesLeonid Logvinov2018-01-101-3/+10
|
* 0.6.4Leonid Logvinov2018-01-101-1/+1
|
* Constraint status typeLeonid Logvinov2018-01-101-1/+1
|
* 0.6.3Leonid 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
|
* 0.6.2Leonid Logvinov2018-01-101-1/+1
|
* Make all parameters of FilterObject optionalLeonid Logvinov2018-01-101-4/+4
|
* 0.6.1Leonid Logvinov2018-01-101-1/+1
|
* Add LogTopic typeLeonid Logvinov2018-01-101-1/+3
|
* 0.6.0Leonid Logvinov2018-01-101-1/+1
|
* Define sendAsync on HttpProviderLeonid Logvinov2018-01-101-0/+4
|
* 0.5.0Leonid Logvinov2018-01-101-1/+1
|
* Add AbiTypeLeonid Logvinov2018-01-101-4/+11
|
* 0.4.1Leonid Logvinov2018-01-101-1/+1
|
* Add ContractInstance typeLeonid Logvinov2018-01-101-1/+7
|
* 0.4.0Leonid Logvinov2018-01-101-1/+1
|
* Extend Abi typesLeonid Logvinov2018-01-101-8/+21
|
* 0.3.4Leonid Logvinov2018-01-101-1/+1
|
* Add return type for sendAsyncLeonid Logvinov2018-01-101-1/+1
|
* 0.3.3Leonid Logvinov2018-01-101-1/+1
|
* Add sendAsync types in providerLeonid Logvinov2018-01-101-1/+19
|
* 0.3.2Leonid Logvinov2018-01-101-1/+1
|
* Add Web3.isChecksumAddressLeonid Logvinov2018-01-101-0/+1
|
* 0.3.1Leonid Logvinov2018-01-101-1/+1
|
* Add auth options to HttpProviderlibertylocked2018-01-101-1/+1
|
* Add tslint.jsonLeonid Logvinov2018-01-101-0/+5
|
* 0.3.0Leonid Logvinov2018-01-101-1/+1
|
* Fix linter errorsLeonid Logvinov2018-01-101-33/+33
|
* Add linting script and specify style guideLeonid Logvinov2018-01-102-1/+193
|
* 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
|
* 0.2.1Fabio Berger2018-01-101-1/+1
|
* 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
|
* 0.2.0Fabio Berger2018-01-101-1/+1
|
* 0.1.0Fabio Berger2018-01-101-1/+1
|
* 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
|
* 0.0.11Leonid Logvinov2018-01-101-1/+1
|
* Fix version typingsLeonid Logvinov2018-01-101-2/+2
|
* 0.0.10Leonid Logvinov2018-01-101-1/+1
|
* Add at function to Contract classLeonid Logvinov2018-01-101-1/+5
|
* 0.0.9Leonid Logvinov2018-01-101-1/+1
|
* Make currentProvider a variable, not a functionLeonid Logvinov2018-01-101-1/+1
|
* Flash out README with instructionsLeonid Logvinov2018-01-103-1/+40
|
* 0.0.8Fabio Berger2018-01-101-1/+1
|
* remove default importFabio Berger2018-01-101-1/+1
|
* 0.0.7Fabio Berger2018-01-101-1/+1
|
* Move interface definitions into the web3 namespaceFabio Berger2018-01-101-32/+32
|
* 0.0.6Fabio Berger2018-01-101-1/+1
|
* 0.0.5Fabio Berger2018-01-101-1/+1
|
* Export all interfaces and export the web3 constructor as the default exportFabio Berger2018-01-101-7/+9
|
* 0.0.4Fabio Berger2018-01-101-1/+1
|
* Move Provider type outside of namespaceFabio Berger2018-01-101-3/+3
|
* 0.0.3Fabio Berger2018-01-101-1/+1
|
* Allow numbers to also be passed to fromWei and toWeiFabio Berger2018-01-101-2/+2
|
* 0.0.2Fabio Berger2018-01-101-1/+1
|
* Add toWei and getTransactionReceipt definitionsFabio Berger2018-01-101-0/+2
|
* 0.0.1Fabio Berger2018-01-101-1/+1
|
* Add getBlockNumber definitionFabio Berger2018-01-101-0/+1
|
* Add bigNumber dependencyFabio Berger2018-01-102-1/+9
|
* add node_modules to gitignoreFabio Berger2018-01-101-0/+1
|
* Add licenseFabio Berger2018-01-101-0/+13
|
* Add gitignoreFabio Berger2018-01-101-0/+1
|
* Add package.jsonFabio Berger2018-01-101-0/+16
|
* Add initial version of typings and READMEFabio Berger2018-01-102-0/+77