Updating docs after cyberpants2077 release (#110)
This commit is contained in:
		| @@ -14,7 +14,7 @@ Exchange V4 | ||||
|     exchangeProxyAllowanceTarget, `0xf740b67da229f2f10bcbd38a7979992fcc71b8eb <https://etherscan.io/address//0xf740b67da229f2f10bcbd38a7979992fcc71b8eb>`_ | ||||
|     exchangeProxyFlashWallet, `0x22f9dcf4647084d6c31b2765f6910cd85c178c18 <https://etherscan.io/address//0x22f9dcf4647084d6c31b2765f6910cd85c178c18>`_ | ||||
|     exchangeProxyGovernor, `0x618f9c67ce7bf1a50afa1e7e0238422601b0ff6e <https://etherscan.io/address//0x618f9c67ce7bf1a50afa1e7e0238422601b0ff6e>`_ | ||||
|     exchangeProxyLiquidityProviderSandbox, `0xdb971b18ea5075734cec1241732cc1b41031dfc9 <https://etherscan.io/address//0xdb971b18ea5075734cec1241732cc1b41031dfc9>`_ | ||||
|     exchangeProxyLiquidityProviderSandbox, `0x407b4128e9ecad8769b2332312a9f655cb9f5f3a <https://etherscan.io/address//0x407b4128e9ecad8769b2332312a9f655cb9f5f3a>`_ | ||||
|     exchangeProxyTransformerDeployer, `0x39dce47a67ad34344eab877eae3ef1fa2a1d50bb <https://etherscan.io/address//0x39dce47a67ad34344eab877eae3ef1fa2a1d50bb>`_ | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -28,39 +28,38 @@ illustrates how events are emitted when trading through the Exchange Proxy. | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `Killed`_                     | Emitted by the `Transformer Deployer <../architecture/transformer_deployer.html>`_ when a `Transformer <../architecture/transformers.html>`_ is killed.   | TransformerDeployer | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `LimitOrderFilled`_           | Emitted when a `V4 Limit Order <./orders.html#limit-orders>`_ is filled.                                                                                  | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `LiquidityProviderSwap`_      | Emitted when a `PLP <../advanced/plp.html>`_ executes a swap.                                                                                             | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `OrderCancelled`_             | Emitted when a V4 Limit or RFQ Order is cancelled.                                                                                                        | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `MetaTransactionExecuted`_    | Emitted when a meta-transaction is executed on the Exchange Proxy.                                                                                        | ExchangeProxy       | | ||||
| |                               | Note that this differs from meta-transactions that are executed on Exchange V3.                                                                           |                     | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `Migrated`_                   | Emitted when `ExchangeProxy.migrate()` is called.                                                                                                         | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `PairCancelledLimitOrders`_   | Emitted when a Market Pair is cancelled for Limit Orders (see `cancelPairLimitOrders <./functions.html#cancelpairlimitorders>`_).                         | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `PairCancelledRfqOrders`_     | Emitted when a Market Pair is cancelled for RFQ Orders (see `cancelPairRfqOrders <./functions.html#cancelpairrfqorders>`_).                               | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `ProtocolFeeUnfunded`_        | Emitted when an order is skipped due to a lack of funds to pay the 0x Protocol fee.                                                                       | FlashWallet         | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `ProxyFunctionUpdated`_       | Emitted when a function is upgraded via `extend()` or `rollback()`                                                                                        | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `QuoteSignerUpdated`_         | Emitted when `ExchangeProxy.setQuoteSigner()` is called.                                                                                                  | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `RfqOrderFilled`_             | Emitted when a `V4 RFQ Order <./orders.html#rfq-orders>`_ is filled.                                                                                      | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `RfqOrderOriginsAllowed`_     | Emitted when a tx.origin is added/removed for RFQ, via `registerAllowedRfqOrigins <./functions.html#registerallowedrfqorigins>`_                          | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `TransformedERC20`_           | Emitted when an `ERC20 Transformation <../advanced/erc20_transformations.html>`_ completes.                                                               | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `TransformerDeployerUpdated`_ | Emitted when the Transformer Deployer is upgraded.                                                                                                        | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `TransformerMetadata`_        | A general, customizable event emitted that can be emitted by transformers as-needed.                                                                      | FlashWallet         | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | **Events in upcoming releases**                                                                                                                                                                                 | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `LimitOrderFilled`_           | Emitted when a `V4 Limit Order <./orders.html#limit-orders>`_ is filled.                                                                                  | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `RfqOrderFilled`_             | Emitted when a `V4 RFQ Order <./orders.html#rfq-orders>`_ is filled.                                                                                      | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `OrderCancelled`_             | Emitted when a V4 Limit or RFQ Order is cancelled.                                                                                                        | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `PairCancelledLimitOrders`_   | Emitted when a Market Pair is cancelled for Limit Orders (see `cancelPairLimitOrders <./functions.html#cancelpairlimitorders>`_).                         | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `PairCancelledRfqOrders`_     | Emitted when a Market Pair is cancelled for RFQ Orders (see `cancelPairRfqOrders <./functions.html#cancelpairrfqorders>`_).                               | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `RfqOrderOriginsAllowed`_     | Emitted when a tx.origin is added/removed for RFQ, via `registerAllowedRfqOrigins <./functions.html#registerallowedrfqorigins>`_                          | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
| | `LiquidityProviderSwap`_      | Emitted when a `PLP <../advanced/plp.html>`_ executes a swap.                                                                                             | ExchangeProxy       | | ||||
| +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | ||||
|  | ||||
|  | ||||
| Deployed | ||||
| -------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user