Alex Kroeger 9a17ce1383
add registerAllowedSigner to NativeOrdersFeature (#195)
* add registerAllowedSigner to NativeOrdersFeature

* fix PR reference in changelog

* prettier

* add cancel pair orders functions for signers

* refactored cancelPairOrders logic, changed naming of signerRegistry to orderSigner registry everywhere, cleaned up tests

* updated changelog for protocol-utils, made batchCancelPairOrders functions more efficient

* clean up function documentation

* added additional tests for batchCancelPairsWithSigner functions, added additional checks for events being emitted correctly

* fix typos in function documentation

* fix typo in function documentation

* update docs

* update comments on cancel functions, small tweaks to docs
2021-04-26 14:32:35 -07:00
..
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-16 17:07:22 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-01 21:09:06 +00:00
2021-04-12 20:37:59 +00:00
2021-04-01 21:09:06 +00:00
2021-01-26 09:33:14 -08:00
2019-11-27 17:50:24 -08:00

Deployed Contract Packages

Contract Package Version Git Tag
AssetProxyOwner @0x/contracts-multisig v1.0.2 @0x/contracts-multisig@1.0.2
ERC20Proxy @0x/contracts-asset-proxy v1.0.1 @0x/contracts-asset-proxy@1.0.1
ERC721Proxy @0x/contracts-asset-proxy v1.0.1 @0x/contracts-asset-proxy@1.0.1
Exchange @0x/contracts-exchange v1.0.1 @0x/contracts-exchange@1.0.1
DutchAuction @0x/contracts-extensions v1.0.2 @0x/contracts-extensions@1.0.2
Forwarder @0x/contracts-exchange-forwarder v1.0.1 @0x/contracts-exchange-forwarder@1.0.1
MultiAssetProxy @0x/contracts-asset-proxy v1.0.1 @0x/contracts-asset-proxy@1.0.1
ZRXToken @0x/contracts-erc20 v1.0.1 @0x/contracts-erc20@1.0.1

Development

Building solidity files will update the contract artifact in {package-name}/generated-artifacts/{contract}.json, but does not automatically update the contract-artifacts or contract-wrappers packages, which are generated from the artifact JSON. See contract-artifacts/README.md for instructions on updating these packages.