This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
0x monorepo - 6f3cee1
fabioberger
released this
24 Jul 08:54
·
3432 commits
to development
since this release
0x.js@6.0.13
- re-export new ethereum-types type, TupleDataItem (#1919)
@0x/abi-gen@3.1.1
- Python method parameters are now in snake case (#1919)
- Python wrappers now support tuples in method parameters (#1919)
- document Python method's bytes params as requiring UTF-8 (#1919)
- generate Python output into a contract-named folder, not a file (eg exchange/init.py rather than exchange.py) leaving space for user-defined additions to the same module, such as for custom types, as used by the Exchange wrapper's manually-written type aliases in the contract_wrappers.exchange.types Python module (#1919)
- support for customizable parameter validation for Python wrappers (#1919)
- wrap Python docstrings better, for pydocstyle compliance (#1919)
- lots of fixes to satisfy linters of generated Python code (#1919)
@0x/abi-gen-templates@2.3.0
- Python: fix broken event handling (#1919)
- Python: custom validator class support (#1919)
- Python: linter fixes (#1919)
- Python: normalize bytes parameters in wrapper methods (#1919)
@0x/contract-wrappers@9.1.8
- re-export new ethereum-types type, TupleDataItem (#1919)
ethereum-types@2.1.4
- new interface TupleDataItem, a DataItem that definitely has a
components
field (#1919)
@0x/json-schemas@3.1.11
- permit mixed-case addresses
@0x/order-utils@8.2.3
- Ensure
assetData
is word aligned (#1964)
@0x/sol-compiler@3.1.10
- re-export new ethereum-types types, TupleDataItem (#1919)
@0x/subproviders@4.1.2
- Fix bug in Private Key subprovider causing checksummed tx.origin addresses to be rejected. (#1962)
@0x/web3-wrapper@6.0.8
- re-export new ethereum-types types, TupleDataItem (#1919)