Kim Persson
3adfcdffa8
Maker PSM integration [TKR-2] ( #150 )
...
* ADDS basic boilerplate for PSM bridge WIP
* ADDS integrate the MakerPSM mixin and fix incorrect naming
* fix: take into account PSM fee when buying USDC from PSM
* feat: intial stab at a PSM sampler WIP
* feat: integrate MakerPsm into AS WIP
* refactor: get VAT contract address from PSM instead of passing it in
* fix: hardcode PSM Gemtoken to USDC
* fix: remove passing in authGem, get from PSM contract instead
* fix: use constant modified to avoid using storage variables
* fix: incorrect num decimals after multiplication in sampler
* fix: PSM buy sampling
* fix: use fillData to estimate gas schedule
* Rebased on latest development
* Guard and use latest Curve LiquidityProvider
* `@0x/contract-addresses`: Redeploy FQT on mainnet and ropsten
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
2021-04-01 15:45:06 -04:00
Lawrence Forman
164a5d44d9
bsc<->development rebase ( #189 )
...
* FQT: Pack Protocol/source name into source ID (#162 )
* `@0x/contracts-zero-ex`: Encode protocol ID and source name in bridge source ID
`@0x/asset-swapper`: Use new bridge source ID encoding.
* fix linter issues
* contracts cleanup (#164 )
* `@0x/contracts-zero-ex`: Add PancakeSwapFeature
* `@0x/contracts-zero-ex`: Remove tokenspender/allowance target/greedy tokens stuff.'
`@0x/contract-addresses`: Add BSC addresses. Remove exchangeProxyAllowanceTarget.
`@0x/migrations`: Remove exchangeProxyAllowanceTarget.
* Update contracts/zero-ex/contracts/src/features/IPancakeSwapFeature.sol
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
* `@0x/contracts-zero-ex`: Add sushiswap support to PancakeSwap
* `@0x/contract-artifacts`: Regenerate artifacts
`@0x/contract-wrappers`: Regenerate wrappers
* `@0x/contract-addresses`: Add BSC addresses
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
* feat: Better chain support (#163 )
* feat: Better chain support
* feat: better chain support refactor deployment constants (#166 )
* proliferate the chainId
* Refactor sampler to remove DeploymentConstants dependency and fixed addresses
* Rework WETH out, replacing with address(0)
* wat
* hack DeploymentConstants for now
* proliferate the chainId
* Refactor sampler to remove DeploymentConstants dependency and fixed addresses
* remove duped network addresses
* Rework the bridge source encoder
* Use the constants NATIVE_FEE_TOKEN in EP consumer
* `@0x/contract-addresses`: Fix WBNB address (#170 )
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
* multichain enable cakez vip (#171 )
* feat: Better chain support
* feat: better chain support refactor deployment constants (#166 )
* proliferate the chainId
* Refactor sampler to remove DeploymentConstants dependency and fixed addresses
* Rework WETH out, replacing with address(0)
* wat
* hack DeploymentConstants for now
* proliferate the chainId
* Refactor sampler to remove DeploymentConstants dependency and fixed addresses
* remove duped network addresses
* `asset-swapper`: enable pancake VIP route generation
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* `@0x/contracts-zero-ex`: Fix `PancakeSwapFeature` sushi values (#172 )
* `@0x/contracts-zero-ex`: Fix `PancakeSwapFeature` sushi values
* `@0x/contracts-zero-ex`: I am a bad protocologist
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* feat: BSC Nerve + Dodo + Nerve + Ellipsis (#181 )
* feat: BSC Nerve + DODO v1
* CHANGELOGs
* Remove extra balance fetch
* Add Belt
* Added Ellipsis
* Update FQT address
* `@0x/contracts-zero-ex`: Delete TokenSpenderFeature and get stuff compiling
* `@0x/asset-swapper`: fix compilation
* prettier
* `@0x/asset-swapper`: Truncate LiquidityProvider source ID name
* Update packages/asset-swapper/src/utils/market_operation_utils/sampler_operations.ts
Co-authored-by: Jacob Evans <jacob@dekz.net>
* Update packages/asset-swapper/src/utils/market_operation_utils/sampler_operations.ts
Co-authored-by: Jacob Evans <jacob@dekz.net>
* `@0x/contracts-zero-ex`: Fix BakerySwap on PackageSwapFeature (#190 )
* address review comments
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2021-03-31 18:49:44 -04:00
Xianny
7bf009fbf6
Upgrade to typescript v4.2.2 ( #188 )
...
* upgrade to typescript v4.2.2
* prettier; remove outdated test
2021-03-30 13:26:05 -07:00
Github Actions
4c3fbe83ac
Publish
...
- @0x/contracts-asset-proxy@3.7.8
- @0x/contracts-broker@1.1.26
- @0x/contracts-coordinator@3.1.27
- @0x/contracts-dev-utils@1.3.25
- @0x/contracts-erc1155@2.1.26
- @0x/contracts-erc20@3.3.5
- @0x/contracts-erc721@3.1.26
- @0x/contracts-exchange-forwarder@4.2.27
- @0x/contracts-exchange-libs@4.3.26
- @0x/contracts-exchange@3.2.27
- @0x/contracts-extensions@6.2.21
- @0x/contracts-integrations@2.7.29
- @0x/contracts-multisig@4.1.27
- @0x/contracts-staking@2.0.34
- @0x/contracts-test-utils@5.3.23
- @0x/contracts-treasury@1.1.0
- @0x/contracts-utils@4.7.5
- @0x/contracts-zero-ex@0.20.0
- @0x/asset-swapper@6.3.0
- @0x/contract-artifacts@3.13.0
- @0x/contract-wrappers-test@12.2.38
- @0x/contract-wrappers@13.14.0
- @0x/migrations@7.0.1
- @0x/order-utils@10.4.18
- @0x/protocol-utils@1.3.1
2021-03-17 18:23:51 +00:00
Github Actions
7caa43d02c
Updated CHANGELOGS & MD docs
2021-03-17 18:23:47 +00:00
mzhu25
3cc639c8d0
MultiplexFeature and BatchFillNativeOrdersFeature ( #140 )
...
* WrappedFillFeature
* Address internal feedback
* create features/interfaces/ directory
* Split NativeOrdersFeature into mixins
* Rename mixins to use NativeOrders namespace
* Add BatchFillNativeOrdersFeature
* Rename WrapperFillFeature => MultiplexFeature and add natspec comments
* Emit LiquidityProviderSwap event
* post-rebase fixes
* Multiplex mainnet fork tests
* lint
* Add tests for batch fill functions
* Remove market functions
* Addres PR feedback
* Remove nested _batchFill calls from _multiHopFill
* Add BatchFillIncompleteRevertError type
* Use call{value: amount}() instead of transfer(amount)
* Remove outdated comment
* Update some comments
* Add events
* Address spot-check recommendations
* Remove-top level events, add ExpiredRfqOrder event
* Update changelog
* Change ExpiredRfqOrder event
* Update IZeroEx artifact and contract wrapper
2021-03-08 15:45:49 -08:00
Github Actions
08e1c5109f
Publish
...
- @0x/contracts-asset-proxy@3.7.7
- @0x/contracts-broker@1.1.25
- @0x/contracts-coordinator@3.1.26
- @0x/contracts-dev-utils@1.3.24
- @0x/contracts-erc1155@2.1.25
- @0x/contracts-erc20@3.3.4
- @0x/contracts-erc721@3.1.25
- @0x/contracts-exchange-forwarder@4.2.26
- @0x/contracts-exchange-libs@4.3.25
- @0x/contracts-exchange@3.2.26
- @0x/contracts-extensions@6.2.20
- @0x/contracts-integrations@2.7.27
- @0x/contracts-multisig@4.1.26
- @0x/contracts-staking@2.0.33
- @0x/contracts-test-utils@5.3.22
- @0x/contracts-treasury@1.0.2
- @0x/contracts-utils@4.7.4
- @0x/contracts-zero-ex@0.19.0
- @0x/asset-swapper@6.1.0
- @0x/contract-addresses@5.11.0
- @0x/contract-artifacts@3.12.0
- @0x/contract-wrappers-test@12.2.37
- @0x/contract-wrappers@13.13.0
- @0x/migrations@7.0.0
- @0x/order-utils@10.4.17
- @0x/protocol-utils@1.3.0
2021-02-24 04:42:41 +00:00
Github Actions
6f7a843742
Updated CHANGELOGS & MD docs
2021-02-24 04:42:32 +00:00
Romain Butteaud
f98609686d
feat: opt-in positive slippage fee for integrators ( #101 )
...
* feat: Positive Slippage Fee
* fix: rename ethToTakerAssetRate to takerAssetPriceForOneEth
* fix: rename takerAssetPriceForOneEth to takerAssetsPerEth
* fix: export AffiliateFeeType
* rebased off development
* Add a gasOverhead for non-deterministic operations
* CHANGELOGs
* rename outputTokens to outputAmount
* Confirm transformer addresses on Mainnet and Ropsten
* fix import
Co-authored-by: Jacob Evans <jacob@dekz.net>
2021-02-24 12:51:58 +10:00
Jacob Evans
49cb00a9ab
feat: DODO V2, Linkswap ( #152 )
...
* feat: DODO V2
* Fix typo
* feat: Linkswap (#153 )
* fix: intermediate hops WBTC (#154 )
* feat: Linkswap
* fix: Re-add WBTC in default hop tokens
* Update review changes
* FQT deploy + no gas limit ETH refund (#155 )
* `@0x/contracts-zero-ex`: refund ETH with no gas limit in FQT
`@0x/contract-addresses`: Deploy FQT
* Update packages/contract-addresses/CHANGELOG.json
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
2021-02-24 12:19:26 +10:00
Lawrence Forman
a74a3450eb
@0x/contracts-zero-ex
: Add CurveLiquidityProvider
and misc refactors (#127 )
...
* `@0x/contracts-zero-ex`: Add `CurveLiquidityProvider` and misc refactors
* `@0x/asset-swapper`: Fix compiler error on `ILiquidityProvider` call
`@0x/protocol-utils`: Add VIP utils.
* `@0x/contracts-zero-ex`: Rebase and fix comiler warnings
* `@0x/asset-swapper`: Clean up curve VIP integration
* `@0x/protocol-utils`: Update changelog
* `@0x/protocol-utils`: tsdoc new functions
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2021-02-11 19:13:17 -05:00
Github Actions
b29196b983
Publish
...
- @0x/contracts-asset-proxy@3.7.6
- @0x/contracts-broker@1.1.24
- @0x/contracts-coordinator@3.1.25
- @0x/contracts-dev-utils@1.3.23
- @0x/contracts-erc1155@2.1.24
- @0x/contracts-erc20@3.3.3
- @0x/contracts-erc721@3.1.24
- @0x/contracts-exchange-forwarder@4.2.25
- @0x/contracts-exchange-libs@4.3.24
- @0x/contracts-exchange@3.2.25
- @0x/contracts-extensions@6.2.19
- @0x/contracts-integrations@2.7.26
- @0x/contracts-multisig@4.1.25
- @0x/contracts-staking@2.0.32
- @0x/contracts-test-utils@5.3.21
- @0x/contracts-treasury@1.0.1
- @0x/contracts-utils@4.7.3
- @0x/contracts-zero-ex@0.18.2
- @0x/asset-swapper@6.0.0
- @0x/contract-addresses@5.10.0
- @0x/contract-wrappers-test@12.2.36
- @0x/contract-wrappers@13.12.3
- @0x/migrations@6.6.0
- @0x/order-utils@10.4.16
- @0x/protocol-utils@1.2.0
2021-02-10 09:49:05 +00:00
Github Actions
ce76a7033d
Updated CHANGELOGS & MD docs
2021-02-10 09:48:52 +00:00
Jacob Evans
3f4bb933d1
feat: v4 final ( #136 )
...
* v4 FillQuoteTransformer (#104 )
* Update FQT to support v4 orders
* `@0x/contracts-zero-ex`: Tweak FQT
`@0x/contracts-zero-ex`: Drop `ERC20BridgeTransfer` event and add `PartialQuoteFill` event.
* `@0x/contracts-utils`: Add `LibSafeMathV06.downcastToUint128()`
* `@0x/protocol-utils`: Update transformer utils for V4 FQT
* `@0x/contracts-zero-ex`: Fixing FQT tests...
* `@0x/contracts-zero-ex`: rename FQT bridge event
* `@0x/contracts-zero-ex`: Un-`only` tests
* `@0x/migrations`: Update `BridgeAdapter` deployment
* `@0x/contracts-integrations`: Delete `mtx_tests`
* `@0x/protocol-utils`: Address review comments
* `@0x/contracts-zero-ex`: Address review comments
* `@0x/migrations`: Update migrations
Co-authored-by: Michael Zhu <mchl.zhu.96@gmail.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* v4: Asset-swapper (main branch) (#113 )
* refactor quote_requestor
* WIP v4/asset-swapper: Clean up SwapQuoter and remove @0x/orderbook
* Start replacing SignedOrder everywhere
* wip: new order type
* wip
* remove order-utils from most places
* hack: Play around with VerboseX types (#119 )
* hack: Play around with VerboseX types
* More hacks
* Fix up the bridgeData encodings
* Rework Orderbook return type
* feat: Don't charge a protocol fee for RFQ orders WIP (#121 )
* fix simple build errors
* simplify types a little
* remove SwapQuoteCalculator: unnecessary abstraction
* Fix all ./src build errors; make types consistent
* export more types for use in 0x API; modify Orderbook interface
* stop overriding APIOrder
* feat: RFQ v4 + consolidated bridge encoders (#125 )
* feat: check if taker address is contract
* Rework bridge data
* Worst case adjustments
* RFQT v4
* Future/v4 validate orders (#126 )
* RFQT v4
* v4 validate native orders
* use default invalid signature
* refactor rfqt validations in swap quoter
* fix types
* fix RFQT unlisted api key
* remove priceAwareRFQFlag
* adjust maker/taker amounts
* update JSON schemas
* filter zero fillable orders
Co-authored-by: xianny <xianny@gmail.com>
* fix type export
Co-authored-by: xianny <xianny@gmail.com>
* remove order-utils as much as possible
* work on tests compile
* Comment out quote reporter test
* updated tests
* restore order-utils accidental changes
* some lints
* Remove old fill_test
* ts lint disable for now
* update quote report
* Re-enable quote report tests
* make fill data required field
* fix lint
* type guards
* force fillData as required
* fix lint
* fix naming
* exports
* adjust MultiBridge by slippage
* cleanups (checkpoint 1)
* cleanup types (checkpoint #2 )
* remove unused deps
* `@0x/contract-addresses`: Deploy new FQT (#129 )
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* commit bump to republish
* DRY up the rfqt mocker
* fix: Balancer load top pools (#131 )
* fix: Balancer load top 250 pools
* refetch top pools on an interval
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Kim Persson <kimpers@users.noreply.github.com>
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* Update post rebase
* prettier
* Remove test helpers exported in asset-swapper
* Clean up from review comments
* prettier
* lint
* recreate rfqt mocker
* change merge and INVALID_SIGNATURE
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
Co-authored-by: Michael Zhu <mchl.zhu.96@gmail.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: Xianny <8582774+xianny@users.noreply.github.com>
Co-authored-by: Kim Persson <kimpers@users.noreply.github.com>
2021-02-10 19:20:15 +10:00
Github Actions
96e0ad7899
Publish
...
- @0x/contracts-asset-proxy@3.7.5
- @0x/contracts-broker@1.1.23
- @0x/contracts-coordinator@3.1.24
- @0x/contracts-dev-utils@1.3.22
- @0x/contracts-erc1155@2.1.23
- @0x/contracts-erc20@3.3.2
- @0x/contracts-erc721@3.1.23
- @0x/contracts-exchange-forwarder@4.2.24
- @0x/contracts-exchange-libs@4.3.23
- @0x/contracts-exchange@3.2.24
- @0x/contracts-extensions@6.2.18
- @0x/contracts-integrations@2.7.24
- @0x/contracts-multisig@4.1.24
- @0x/contracts-staking@2.0.31
- @0x/contracts-test-utils@5.3.20
- @0x/contracts-utils@4.7.2
- @0x/contracts-zero-ex@0.18.1
- @0x/asset-swapper@5.8.1
- @0x/contract-artifacts@3.11.1
- @0x/contract-wrappers-test@12.2.35
- @0x/contract-wrappers@13.12.2
- @0x/migrations@6.5.11
- @0x/order-utils@10.4.15
- @0x/protocol-utils@1.1.5
2021-01-26 08:02:10 +00:00
Github Actions
5a1fee5d31
Updated CHANGELOGS & MD docs
2021-01-26 08:02:03 +00:00
Lawrence Forman
3557a5e5a9
@0x/contracts-zero-ex
: Update tests to work with ganache chainId of 1337 (#123 )
...
* `@0x/contracts-zero-ex`: Update tests to work with ganache chainId of 1337
* `update org deps
* `@0x/protocol-utils`: Use `Web3Wrapper.signTypedDataAsync()` instead of removed `Web3Wrapper.signTypedDataV4Async()` (#124 )
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* `update org deps
`@0x/order-utils`: Fix broken tests
* remove lingering console.logs
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2021-01-26 02:50:09 -05:00
Github Actions
f283108586
Publish
...
- @0x/contracts-asset-proxy@3.7.4
- @0x/contracts-broker@1.1.22
- @0x/contracts-coordinator@3.1.23
- @0x/contracts-dev-utils@1.3.21
- @0x/contracts-erc1155@2.1.22
- @0x/contracts-erc20@3.3.1
- @0x/contracts-erc721@3.1.22
- @0x/contracts-exchange-forwarder@4.2.23
- @0x/contracts-exchange-libs@4.3.22
- @0x/contracts-exchange@3.2.23
- @0x/contracts-extensions@6.2.17
- @0x/contracts-integrations@2.7.23
- @0x/contracts-multisig@4.1.23
- @0x/contracts-staking@2.0.30
- @0x/contracts-test-utils@5.3.19
- @0x/contracts-utils@4.7.1
- @0x/contracts-zero-ex@0.18.0
- @0x/asset-swapper@5.8.0
- @0x/contract-addresses@5.9.0
- @0x/contract-wrappers-test@12.2.34
- @0x/contract-wrappers@13.12.1
- @0x/migrations@6.5.10
- @0x/order-utils@10.4.14
- @0x/protocol-utils@1.1.4
2021-01-13 04:08:45 +00:00
Github Actions
9afe05095a
Updated CHANGELOGS & MD docs
2021-01-13 04:08:39 +00:00
Github Actions
03ecc530c3
Publish
...
- @0x/contracts-asset-proxy@3.7.3
- @0x/contracts-broker@1.1.21
- @0x/contracts-coordinator@3.1.22
- @0x/contracts-dev-utils@1.3.20
- @0x/contracts-erc1155@2.1.21
- @0x/contracts-erc20@3.3.0
- @0x/contracts-erc721@3.1.21
- @0x/contracts-exchange-forwarder@4.2.22
- @0x/contracts-exchange-libs@4.3.21
- @0x/contracts-exchange@3.2.22
- @0x/contracts-extensions@6.2.16
- @0x/contracts-integrations@2.7.22
- @0x/contracts-multisig@4.1.22
- @0x/contracts-staking@2.0.29
- @0x/contracts-test-utils@5.3.18
- @0x/contracts-utils@4.7.0
- @0x/contracts-zero-ex@0.17.0
- @0x/asset-swapper@5.6.2
- @0x/contract-artifacts@3.11.0
- @0x/contract-wrappers-test@12.2.33
- @0x/contract-wrappers@13.12.0
- @0x/migrations@6.5.9
- @0x/order-utils@10.4.13
- @0x/protocol-utils@1.1.3
2021-01-04 23:22:36 +00:00
Github Actions
d52b1d24d0
Updated CHANGELOGS & MD docs
2021-01-04 23:22:26 +00:00
Github Actions
c2d44e5c10
Publish
...
- @0x/contracts-asset-proxy@3.7.2
- @0x/contracts-broker@1.1.20
- @0x/contracts-coordinator@3.1.21
- @0x/contracts-dev-utils@1.3.19
- @0x/contracts-erc1155@2.1.20
- @0x/contracts-erc20@3.2.14
- @0x/contracts-erc721@3.1.20
- @0x/contracts-exchange-forwarder@4.2.21
- @0x/contracts-exchange-libs@4.3.20
- @0x/contracts-exchange@3.2.21
- @0x/contracts-extensions@6.2.15
- @0x/contracts-integrations@2.7.19
- @0x/contracts-multisig@4.1.21
- @0x/contracts-staking@2.0.28
- @0x/contracts-test-utils@5.3.17
- @0x/contracts-utils@4.6.5
- @0x/contracts-zero-ex@0.16.0
- @0x/asset-swapper@5.5.3
- @0x/contract-addresses@5.8.0
- @0x/contract-wrappers-test@12.2.32
- @0x/contract-wrappers@13.11.2
- @0x/migrations@6.5.8
- @0x/order-utils@10.4.12
- @0x/protocol-utils@1.1.2
2020-12-23 02:55:08 +00:00
Github Actions
0efd0860c8
Updated CHANGELOGS & MD docs
2020-12-23 02:55:01 +00:00
Github Actions
7fd25be02e
Publish
...
- @0x/contracts-asset-proxy@3.7.1
- @0x/contracts-broker@1.1.19
- @0x/contracts-coordinator@3.1.20
- @0x/contracts-dev-utils@1.3.18
- @0x/contracts-erc1155@2.1.19
- @0x/contracts-erc20@3.2.13
- @0x/contracts-erc721@3.1.19
- @0x/contracts-exchange-forwarder@4.2.20
- @0x/contracts-exchange-libs@4.3.19
- @0x/contracts-exchange@3.2.20
- @0x/contracts-extensions@6.2.14
- @0x/contracts-integrations@2.7.18
- @0x/contracts-multisig@4.1.20
- @0x/contracts-staking@2.0.27
- @0x/contracts-test-utils@5.3.16
- @0x/contracts-utils@4.6.4
- @0x/contracts-zero-ex@0.15.0
- @0x/asset-swapper@5.5.2
- @0x/contract-addresses@5.7.0
- @0x/contract-wrappers-test@12.2.31
- @0x/contract-wrappers@13.11.1
- @0x/migrations@6.5.7
- @0x/order-utils@10.4.11
- @0x/protocol-utils@1.1.1
2020-12-17 22:52:27 +00:00
Github Actions
aa688c4a92
Updated CHANGELOGS & MD docs
2020-12-17 22:52:20 +00:00
Github Actions
15a508f3ea
Publish
...
- @0x/contracts-integrations@2.7.17
- @0x/contracts-zero-ex@0.14.0
- @0x/asset-swapper@5.5.1
- @0x/contract-wrappers-test@12.2.30
- @0x/migrations@6.5.6
- @0x/protocol-utils@1.1.0
2020-12-16 20:09:57 +00:00
Github Actions
b3c20ff909
Updated CHANGELOGS & MD docs
2020-12-16 20:09:48 +00:00
Lawrence Forman
682c07cb73
Add mtx tooling to @0x/protocol-utils
( #90 )
...
* `@0x/contracts-zero-ex`: Use the `MetaTransaction` class from `@0x/protocol-utils` in tests.
* `@0x/protocol-utils`: Add the `MetaTransaction` class for EP mtxs + refactors
* update changelogs
* `@0x/protocol-utils`: Add mtx tests
* `@0x/protocol-utils`: Rename `mtx.ts` to `meta_transactions.ts` and misc review feedback
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2020-12-16 14:22:00 -05:00
Github Actions
1e16d59c23
Publish
...
- @0x/contracts-asset-proxy@3.6.9
- @0x/contracts-broker@1.1.17
- @0x/contracts-coordinator@3.1.18
- @0x/contracts-dev-utils@1.3.16
- @0x/contracts-erc1155@2.1.18
- @0x/contracts-erc20@3.2.12
- @0x/contracts-erc721@3.1.18
- @0x/contracts-exchange-forwarder@4.2.18
- @0x/contracts-exchange-libs@4.3.18
- @0x/contracts-exchange@3.2.18
- @0x/contracts-extensions@6.2.12
- @0x/contracts-integrations@2.7.15
- @0x/contracts-multisig@4.1.18
- @0x/contracts-staking@2.0.25
- @0x/contracts-test-utils@5.3.15
- @0x/contracts-utils@4.6.3
- @0x/contracts-zero-ex@0.12.0
- @0x/asset-swapper@5.4.2
- @0x/contract-artifacts@3.10.0
- @0x/contract-wrappers-test@12.2.28
- @0x/contract-wrappers@13.11.0
- @0x/migrations@6.5.4
- @0x/order-utils@10.4.10
- @0x/protocol-utils@1.0.1
2020-12-09 03:40:56 +00:00
Github Actions
1e7c9bbb1f
Updated CHANGELOGS & MD docs
2020-12-09 03:40:51 +00:00
Lawrence Forman
edda1edc50
@0x/protocol-utils
(#76 )
...
* add new packages
* `@0x/protocol-utils`: Update with latest code from `@0x/contracs-zero-ex` + misc stuff
* @0x/contracts-zero-ex`: Switch to using `@0x/protocol-utils` in most places
* @0x/protocol-types`: Delete this package.
* regen yarn lock
* `@0x/contracts-zero-ex`: Unpin `@0x/protocol-utils` dep.
* `@0x/contracts-integrations`: Fix borken test
* update changelogs
* `@0x/protocol-utils`: Update deps
* `@0x/protocol-utils`: add tests
* `@0x/protocol-utils`: More tests
* `@0x/protocol-utils`: Update readme.
* update deps
* run prettier
* `@0x/contract-artifacts`: Regenerate artifacts
* `@0x/contract-wrappers`: Regenerate wrappers
* `@0x/protocol-utils`: Update changelog
* `@0x/contract-wrappers`: Export stuff for doc gen
* `@0x/protocol-utils`: Use `Web3Wrapper.signTypedDataV4Async()` for MM compatibility.
* upgrade org deps
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2020-12-08 22:08:52 -05:00