Amir Bandeali
09d970f056
Update abi-gen-wrappers
2019-07-23 15:50:36 -07:00
Lawrence Forman
cdb938ea28
@0x/base-contract: Add a method for converting Error types to RevertErrors.
...
`@0x/abi-gen-templates`: Automatically try to convert `Error`s thrown in `callAsync()` to `RevertError`s.
`@0x/abi-gen-wrappers`: Update generated wrappers.
2019-07-23 15:43:23 -07:00
Xianny
37bce53683
Normalize address inputs to lowercase in generated wrappers ( #1951 )
2019-07-17 10:13:28 -07:00
Fabio Berger
2ce09d73ac
Updated CHANGELOGS
2019-07-13 01:32:53 -07:00
Xianny
048f5c2771
[Multilang] hardcode ABI into abi-gen-wrappers ( #1883 )
...
* Export artifacts and addresses from abi-gen-wrappers
* only export addresses, not artifacts
* abi-gen-wrappers no longer accept ContractAbi as constructor param
ABI is now hardcoded when wrapper is generated
* remove unused imports
* remove unused import
* changes after review
* fix method ordering
* update constructor args
* prettier
* statically enumerate ABI properties
* remove abi-gen-wrappers generated-wrappers from prettierignore
* add template for recursive components
* add `indexed` field for EventParameter
* prettier
* update known-good wrappers with ABIs and fix Python ABI loading
* remove generated-artifacts and update gitignore
2019-07-08 12:44:19 -07:00
Amir Bandeali
f2cbf4a561
Regenerate abi-gen-wrappers
2019-06-18 19:50:59 -07:00
Fabio Berger
60b7890f16
Ensure assertions each get rendered on a new line
2019-06-04 13:26:35 +01:00
Fabio Berger
00f7e2cfc3
Fix linter errors
2019-06-04 13:26:35 +01:00
Fabio Berger
e742708261
Update abi-gen-wrappers
2019-06-04 13:24:29 +01:00
Fabio Berger
52a01bcc11
Fix linter errors
2019-06-04 13:18:02 +01:00
Fabio Berger
5c2d3fb3da
Update abi-gen-wrappers
2019-06-04 13:18:01 +01:00
Lawrence Forman
27af4a988d
In @0x/abi-gen-wrappers: Regenerate contract wrappers.
2019-04-28 22:25:12 -04:00
Lawrence Forman
14c1495a1a
In @0x/abi-gen-templates: Make txData parameter optional in awaitTransactionSuccessAsync().
...
In `@0x/base-contract`: Make `PromiseWithTransactionHash` class compatible with ES5 transpiler.
In `@0x/abi-gen-wrappers`: Regenerate contract wrappers.
2019-04-28 22:25:12 -04:00
Lawrence Forman
49c029ddb3
In @0x/abi-gen-templates: Add txData parameter to awaitTransactionSuccessAsync.
...
In `@0x/abi-gen-templates`: Regenerate wrappers.
2019-04-28 22:25:12 -04:00
Lawrence Forman
ddbe142c4c
In @0x/abi-gen-wrappers: Regenerate contract wrappers.
2019-04-28 22:25:12 -04:00
Lawrence Forman
be0b296769
Fix more linter errors.
2019-04-28 22:25:12 -04:00
Lawrence Forman
0a0ee67740
Fix linter errors.
2019-04-28 22:25:12 -04:00
Lawrence Forman
943d648225
In @0x/abi-gen-wrappers: Regenerate wrappers.
2019-04-28 22:25:12 -04:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Fabio Berger
1fa82c1077
Fix up missing Provider interfaces and refactor providerUtils.standardizeOrThrow()
2019-02-19 22:34:31 -08:00
Greg Hysen
b0817854e8
strict decoding of return values using generics
2019-01-14 10:49:44 -08:00
Greg Hysen
1c9a49cd08
Added back abi-gen-wrappers
2019-01-14 10:49:44 -08:00
Greg Hysen
b06f8239e1
Finished porting new abi encoder to contracts
2019-01-14 10:49:44 -08:00
Greg Hysen
e4551c8f60
Works for almost all tests
2019-01-14 10:49:44 -08:00
Greg Hysen
2f1454e90e
Working for almost every test
2019-01-14 10:49:29 -08:00
Greg Hysen
285fb3dead
Progress
2019-01-14 10:49:29 -08:00
Fabio Berger
21f39079c8
Update abi-gen-wrappers
2018-11-20 23:42:35 +00:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Alex Browne
2c63909d5d
In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers
2018-10-15 17:50:13 -07:00