In addition to the ERC20 codec, also: Stopped ignoring type errors on 3rd party imports, by including interface stubs for them; Removed the unimplemented signature-utils module, which was just a stand-in when the python project support was first put in place. https://github.com/0xProject/0x-monorepo/pull/1144
29 lines
1021 B
Plaintext
29 lines
1021 B
Plaintext
# See https://help.github.com/articles/about-codeowners/
|
|
# for more info about CODEOWNERS file
|
|
|
|
# It uses the same pattern rule for gitignore file
|
|
# https://git-scm.com/docs/gitignore#_pattern_format
|
|
|
|
# Website
|
|
packages/asset-buyer/ @BMillman19 @fragosti @steveklebanoff
|
|
packages/instant/ @BMillman19 @fragosti @steveklebanoff
|
|
packages/website/ @BMillman19 @fragosti @fabioberger @steveklebanoff
|
|
|
|
# Dev tools & setup
|
|
packages/abi-gen/ @LogvinovLeon
|
|
packages/base-contract/ @LogvinovLeon
|
|
packages/contract_templates/ @LogvinovLeon
|
|
packages/dev-utils/ @LogvinovLeon @fabioberger
|
|
|
|
packages/ethereum-types/ @LogvinovLeon
|
|
packages/metacoin/ @LogvinovLeon
|
|
packages/sol-compiler/ @LogvinovLeon
|
|
packages/sol-cov/ @LogvinovLeon
|
|
packages/sol-resolver/ @LogvinovLeon
|
|
packages/web3-wrapper/ @LogvinovLeon @fabioberger
|
|
.circleci/ @LogvinovLeon
|
|
packages/subproviders/ @fabioberger @dekz
|
|
packages/connect/ @fragosti
|
|
packages/monorepo-scripts/ @fabioberger
|
|
packages/order-utils/ @fabioberger @LogvinovLeon
|
|
python-packages/ @feuGeneA |