Github Actions
e2242e5955
Updated CHANGELOGS & MD docs
2021-09-01 01:31:34 +00:00
Github Actions
e061dfa59b
Publish
...
- @0x/contracts-erc20@3.3.17
- @0x/contracts-test-utils@5.4.9
- @0x/contracts-treasury@1.3.3
- @0x/contracts-utils@4.7.17
- @0x/contracts-zero-ex@0.28.1
- @0x/asset-swapper@16.26.0
- @0x/contract-addresses@6.6.1
- @0x/contract-wrappers@13.17.5
- @0x/migrations@8.1.2
- @0x/protocol-utils@1.8.3
2021-08-19 06:13:36 +00:00
Github Actions
cb4f42dfea
Updated CHANGELOGS & MD docs
2021-08-19 06:13:32 +00:00
Github Actions
aae46bef84
Publish
...
- @0x/contracts-asset-proxy@3.7.19
- @0x/contracts-broker@1.1.37
- @0x/contracts-coordinator@3.1.38
- @0x/contracts-dev-utils@1.3.36
- @0x/contracts-erc1155@2.1.37
- @0x/contracts-erc20@3.3.16
- @0x/contracts-erc721@3.1.37
- @0x/contracts-exchange-forwarder@4.2.38
- @0x/contracts-exchange-libs@4.3.37
- @0x/contracts-exchange@3.2.38
- @0x/contracts-extensions@6.2.32
- @0x/contracts-integrations@2.7.64
- @0x/contracts-multisig@4.1.38
- @0x/contracts-staking@2.0.45
- @0x/contracts-test-utils@5.4.8
- @0x/contracts-treasury@1.3.2
- @0x/contracts-utils@4.7.16
- @0x/contracts-zero-ex@0.28.0
- @0x/asset-swapper@16.25.0
- @0x/contract-wrappers-test@12.2.53
- @0x/migrations@8.1.1
- @0x/protocol-utils@1.8.2
2021-08-16 02:03:23 +00:00
Github Actions
a0bb36954e
Updated CHANGELOGS & MD docs
2021-08-16 02:03:19 +00:00
mzhu25
b46eeadc64
Feat/multiplex/v2 ( #263 )
...
* Refactor Multiplex into multiple files
* Pull UniswapV3 into separate file
* Add support for multihop nested within batch sell
* Add useSelfBalance and recipient to _fillRfqOrder
* Expose onlySelf variant in UniswapV3Feature for Multiplex
* Add useSelfBalance and recipient to _transformERC20
* Add support for proportional fill amounts in batchSell
* Comments and renaming
* Unit tests
* Use caps for immutables
* Rename taker -> recipient in TransformContext and SettleOrderInfo
* lint
* Address nits
* Swallow reverts for LiquidityProvider and UniswapV2 batch sells
* Address spot-check findings (#279 )
* Check didSucceed in _callWithOptionalBooleanResult
* Add takerToken=ETH support to OtcOrdersFeature (#287 )
* Add takerToken=ETH support to OtcOrdersFeature
* Add batchFillTakerSignedOtcOrders
* Add support for OTC to Multiplex
* Address PR feedback
* Update TransformERC20Feature (#303 )
* remove multiplex_utils
* Update changelog
* unbreak tests
2021-08-12 17:09:46 -07:00
Github Actions
692231c2ea
Publish
...
- @0x/contracts-asset-proxy@3.7.18
- @0x/contracts-broker@1.1.36
- @0x/contracts-coordinator@3.1.37
- @0x/contracts-dev-utils@1.3.35
- @0x/contracts-erc1155@2.1.36
- @0x/contracts-erc20@3.3.15
- @0x/contracts-erc721@3.1.36
- @0x/contracts-exchange-forwarder@4.2.37
- @0x/contracts-exchange-libs@4.3.36
- @0x/contracts-exchange@3.2.37
- @0x/contracts-extensions@6.2.31
- @0x/contracts-integrations@2.7.63
- @0x/contracts-multisig@4.1.37
- @0x/contracts-staking@2.0.44
- @0x/contracts-test-utils@5.4.7
- @0x/contracts-treasury@1.3.1
- @0x/contracts-utils@4.7.15
- @0x/contracts-zero-ex@0.27.1
- @0x/asset-swapper@16.24.1
- @0x/contract-addresses@6.6.0
- @0x/contract-wrappers-test@12.2.52
- @0x/contract-wrappers@13.17.4
- @0x/migrations@8.1.0
- @0x/order-utils@10.4.28
- @0x/protocol-utils@1.8.1
2021-08-11 07:09:54 +00:00
Github Actions
3a1becc3e4
Updated CHANGELOGS & MD docs
2021-08-11 07:09:50 +00:00
Github Actions
859c36cb10
Publish
...
- @0x/contracts-asset-proxy@3.7.17
- @0x/contracts-broker@1.1.35
- @0x/contracts-coordinator@3.1.36
- @0x/contracts-dev-utils@1.3.34
- @0x/contracts-erc1155@2.1.35
- @0x/contracts-erc20@3.3.14
- @0x/contracts-erc721@3.1.35
- @0x/contracts-exchange-forwarder@4.2.36
- @0x/contracts-exchange-libs@4.3.35
- @0x/contracts-exchange@3.2.36
- @0x/contracts-extensions@6.2.30
- @0x/contracts-integrations@2.7.62
- @0x/contracts-multisig@4.1.36
- @0x/contracts-staking@2.0.43
- @0x/contracts-test-utils@5.4.6
- @0x/contracts-treasury@1.3.0
- @0x/contracts-utils@4.7.14
- @0x/contracts-zero-ex@0.27.0
- @0x/asset-swapper@16.24.0
- @0x/contract-addresses@6.5.0
- @0x/contract-wrappers-test@12.2.51
- @0x/contract-wrappers@13.17.3
- @0x/migrations@8.0.12
- @0x/order-utils@10.4.27
- @0x/protocol-utils@1.8.0
2021-08-06 04:54:38 +00:00
Github Actions
3e34386812
Updated CHANGELOGS & MD docs
2021-08-06 04:54:34 +00:00
Jacob Evans
a35af11981
feat: Clipper ( #299 )
...
* feat: Clipper
* feat: Curve tricrypto2 (#302 )
* Scope down the token list search space for Clipper
* update deployed addresses
2021-08-06 14:12:43 +10:00
Github Actions
f464bf68d7
Publish
...
- @0x/contracts-asset-proxy@3.7.16
- @0x/contracts-broker@1.1.34
- @0x/contracts-coordinator@3.1.35
- @0x/contracts-dev-utils@1.3.33
- @0x/contracts-erc1155@2.1.34
- @0x/contracts-erc20@3.3.13
- @0x/contracts-erc721@3.1.34
- @0x/contracts-exchange-forwarder@4.2.35
- @0x/contracts-exchange-libs@4.3.34
- @0x/contracts-exchange@3.2.35
- @0x/contracts-extensions@6.2.29
- @0x/contracts-integrations@2.7.51
- @0x/contracts-multisig@4.1.35
- @0x/contracts-staking@2.0.42
- @0x/contracts-test-utils@5.4.5
- @0x/contracts-treasury@1.2.3
- @0x/contracts-utils@4.7.13
- @0x/contracts-zero-ex@0.26.0
- @0x/asset-swapper@6.18.0
- @0x/contract-addresses@6.4.0
- @0x/contract-wrappers-test@12.2.50
- @0x/contract-wrappers@13.17.2
- @0x/migrations@8.0.11
- @0x/order-utils@10.4.26
- @0x/protocol-utils@1.7.2
2021-06-22 10:03:41 +00:00
Github Actions
ebdc4fb509
Updated CHANGELOGS & MD docs
2021-06-22 10:03:35 +00:00
Kim Persson
7580719586
feat: Lido StETH deposit integration [TKR-90] ( #260 )
...
* feat: initial stab at the LidoSampler and the MixinLido
* feat: full integration of lido sampler and mixin
* fix: return pooled Ether amount not shares & properly unwrap WETH
* refactor: clean up Lido sampler and data passing
* fix: lower gas schedule for WETH to stETH deposits
* refactor: remove MixinLido unused ETH code path
* chore: add changelog entries
* fix: lower Lido gas schedule slightly
* fix: revert MixinLido on unsupported token pair
* fix: address review comments, improve early exit if wrong tokens
* fix: add contract addresses to Lido FQT
2021-06-22 11:25:47 +02:00
Github Actions
ccf2000c09
Publish
...
- @0x/contracts-asset-proxy@3.7.15
- @0x/contracts-broker@1.1.33
- @0x/contracts-coordinator@3.1.34
- @0x/contracts-dev-utils@1.3.32
- @0x/contracts-erc1155@2.1.33
- @0x/contracts-erc20@3.3.12
- @0x/contracts-erc721@3.1.33
- @0x/contracts-exchange-forwarder@4.2.34
- @0x/contracts-exchange-libs@4.3.33
- @0x/contracts-exchange@3.2.34
- @0x/contracts-extensions@6.2.28
- @0x/contracts-integrations@2.7.49
- @0x/contracts-multisig@4.1.34
- @0x/contracts-staking@2.0.41
- @0x/contracts-test-utils@5.4.4
- @0x/contracts-treasury@1.2.2
- @0x/contracts-utils@4.7.12
- @0x/contracts-zero-ex@0.25.1
- @0x/asset-swapper@6.17.2
- @0x/contract-addresses@6.3.1
- @0x/contract-wrappers-test@12.2.49
- @0x/contract-wrappers@13.17.1
- @0x/migrations@8.0.10
- @0x/order-utils@10.4.25
- @0x/protocol-utils@1.7.1
2021-06-11 03:34:49 +00:00
Github Actions
3eb2e0f56a
Updated CHANGELOGS & MD docs
2021-06-11 03:34:44 +00:00
Romain Butteaud
d07c7d5b69
feat: Curve V2 ( #262 )
...
* feat: Curve V2
* fix: CurveV2 gas schedule, remove unused import from MixinCurveV2
* feat: FQT address update
* chore: Curve V2 exchange_underlying, adding Polygon atricrypto pool
* prettier
* feat: FQT Polygon address update
* feat: FQT address update
2021-06-10 19:01:11 -07:00
Github Actions
9bf889aa30
Publish
...
- @0x/contracts-asset-proxy@3.7.14
- @0x/contracts-broker@1.1.32
- @0x/contracts-coordinator@3.1.33
- @0x/contracts-dev-utils@1.3.31
- @0x/contracts-erc1155@2.1.32
- @0x/contracts-erc20@3.3.11
- @0x/contracts-erc721@3.1.32
- @0x/contracts-exchange-forwarder@4.2.33
- @0x/contracts-exchange-libs@4.3.32
- @0x/contracts-exchange@3.2.33
- @0x/contracts-extensions@6.2.27
- @0x/contracts-integrations@2.7.48
- @0x/contracts-multisig@4.1.33
- @0x/contracts-staking@2.0.40
- @0x/contracts-test-utils@5.4.3
- @0x/contracts-treasury@1.2.1
- @0x/contracts-utils@4.7.11
- @0x/contracts-zero-ex@0.25.0
- @0x/asset-swapper@6.17.1
- @0x/contract-artifacts@3.15.0
- @0x/contract-wrappers-test@12.2.48
- @0x/contract-wrappers@13.17.0
- @0x/migrations@8.0.9
- @0x/order-utils@10.4.24
- @0x/protocol-utils@1.7.0
2021-06-02 04:53:54 +00:00
Github Actions
e81c88564e
Updated CHANGELOGS & MD docs
2021-06-02 04:53:49 +00:00
Lawrence Forman
901d400d62
Address spot check feedback ( #251 )
...
* UniswapV3 VIP (#237 )
* `@0x/contracts-zero-ex`: Add UniswapV3Feature
* `@0x/contracts-zero-ex`: Add UniswapV3 VIP
`@0x/contract-artifacts`: Regenerate.
`@0x/contract-wrappers`: Regenerate.
`@0x/asset-swapper`: Add UniswapV3 VIP support.
* address review comments and appease linter
* `@0x/contracts-zero-ex`: Add UniswapV3Feature tests
* Multiplex UniswapV3 (#241 )
* Add UniswapV3 support to Multiplex batchFill
* Add AssetSwapper support for Multiplex UniswapV3
* fix repo scripts that use PKG= env var (#242 )
Co-authored-by: Lawrence Forman <me@merklejerk.com>
* `@0x/asset-swapper`: Adjust uniswap gas overhead
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
* OTC orders feature (#244 )
* Add OTC orders feature contracts
* Address PR feedback
* Remove partial fills for takerSigned variant
* Add function to query the min valid nonce
* Add ETH support
* Tightly pack expiry, nonceBucket, and nonce
* Address PR feedback
* OTC orders unit tests
* Bump prettier version
* Skip unnecessary math if takerTokenFillAmount == order.takerAmount
* appease CI
* Update contract-artifacts and contract-wrappers and CHANGELOGs
* `@0x/contracts-zero-ex`: Address spot check feedback
* `regen wrappers
* prettier
* `@0x/asset-swapper`: prettier and tweak gas schedule slightly for uni3
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
2021-06-02 14:21:14 +10:00
Github Actions
bde3d6dc6a
Publish
...
- @0x/contracts-asset-proxy@3.7.13
- @0x/contracts-broker@1.1.31
- @0x/contracts-coordinator@3.1.32
- @0x/contracts-dev-utils@1.3.30
- @0x/contracts-erc1155@2.1.31
- @0x/contracts-erc20@3.3.10
- @0x/contracts-erc721@3.1.31
- @0x/contracts-exchange-forwarder@4.2.32
- @0x/contracts-exchange-libs@4.3.31
- @0x/contracts-exchange@3.2.32
- @0x/contracts-extensions@6.2.26
- @0x/contracts-integrations@2.7.46
- @0x/contracts-multisig@4.1.32
- @0x/contracts-staking@2.0.39
- @0x/contracts-test-utils@5.4.2
- @0x/contracts-treasury@1.1.8
- @0x/contracts-utils@4.7.10
- @0x/contracts-zero-ex@0.24.1
- @0x/asset-swapper@6.16.0
- @0x/contract-addresses@6.3.0
- @0x/contract-wrappers-test@12.2.47
- @0x/contract-wrappers@13.16.3
- @0x/migrations@8.0.8
- @0x/order-utils@10.4.23
- @0x/protocol-utils@1.6.2
2021-05-25 12:13:43 +00:00
Github Actions
56550a6acc
Updated CHANGELOGS & MD docs
2021-05-25 12:13:38 +00:00
Github Actions
d5ae971f1c
Publish
...
- @0x/contracts-asset-proxy@3.7.12
- @0x/contracts-broker@1.1.30
- @0x/contracts-coordinator@3.1.31
- @0x/contracts-dev-utils@1.3.29
- @0x/contracts-erc1155@2.1.30
- @0x/contracts-erc20@3.3.9
- @0x/contracts-erc721@3.1.30
- @0x/contracts-exchange-forwarder@4.2.31
- @0x/contracts-exchange-libs@4.3.30
- @0x/contracts-exchange@3.2.31
- @0x/contracts-extensions@6.2.25
- @0x/contracts-integrations@2.7.45
- @0x/contracts-multisig@4.1.31
- @0x/contracts-staking@2.0.38
- @0x/contracts-test-utils@5.4.1
- @0x/contracts-treasury@1.1.7
- @0x/contracts-utils@4.7.9
- @0x/contracts-zero-ex@0.24.0
- @0x/asset-swapper@6.15.0
- @0x/contract-addresses@6.2.0
- @0x/contract-wrappers-test@12.2.46
- @0x/contract-wrappers@13.16.2
- @0x/migrations@8.0.7
- @0x/order-utils@10.4.22
- @0x/protocol-utils@1.6.1
2021-05-21 12:37:26 +00:00
Github Actions
5a2f5f9a42
Updated CHANGELOGS & MD docs
2021-05-21 12:37:22 +00:00
Jacob Evans
966d54c935
fix: KyberDmm ( #236 )
...
* fix: KyberDmm
* fix: pass buyToken to kyberDmm and require that path ends with buyToken
* Pass BigNumber down to FastABI
* Address Feedback
Co-authored-by: Kim Persson <kimpersson88@gmail.com>
2021-05-18 08:12:28 +10:00
Github Actions
fb249f02fc
Publish
...
- @0x/contracts-asset-proxy@3.7.11
- @0x/contracts-broker@1.1.29
- @0x/contracts-coordinator@3.1.30
- @0x/contracts-dev-utils@1.3.28
- @0x/contracts-erc1155@2.1.29
- @0x/contracts-erc20@3.3.8
- @0x/contracts-erc721@3.1.29
- @0x/contracts-exchange-forwarder@4.2.30
- @0x/contracts-exchange-libs@4.3.29
- @0x/contracts-exchange@3.2.30
- @0x/contracts-extensions@6.2.24
- @0x/contracts-integrations@2.7.40
- @0x/contracts-multisig@4.1.30
- @0x/contracts-staking@2.0.37
- @0x/contracts-test-utils@5.4.0
- @0x/contracts-treasury@1.1.6
- @0x/contracts-utils@4.7.8
- @0x/contracts-zero-ex@0.23.0
- @0x/asset-swapper@6.10.0
- @0x/contract-addresses@6.1.0
- @0x/contract-artifacts@3.14.2
- @0x/contract-wrappers-test@12.2.45
- @0x/contract-wrappers@13.16.1
- @0x/migrations@8.0.6
- @0x/order-utils@10.4.21
- @0x/protocol-utils@1.6.0
2021-05-05 11:32:51 +00:00
Github Actions
fdf04ef275
Updated CHANGELOGS & MD docs
2021-05-05 11:32:46 +00:00
Lawrence Forman
a2d42b07b5
UniswapV3 [TKR-4] ( #197 )
...
* add balancer v2
* fetch balancer v2 pools from subgraph
* feat: initial stab at a Balancer V2 Sampler WIP
* feat: add sampling for buys and fix build issues WIP [untested]
* fix: BalancerV2Sampler implementation issues, works on Kovan
* chore: BalancerV2 sampling boilerplate
* fix: update Balancer V2 mainnet address
* fix: consolidate differences between the 2 working branches
* fix: use mainnet Balancer V2 subgraph
* fix: stack too deep by minimizing and inline Balancer V2 vault interface
* fix: address review comments and clean up
* fix: sampler vault interface and pools cache assuming a pool has swaps
* address more review comments
* fix: TS type issues and add a comment about deadline argument
* fix: pools_cache_tests incorrect token addresses, prettier incompat
* fix: make ERC20BridgeSampler support BalancerV2 non view sampler fns
* fix: use a struct for passing encoded bridge data for Balancer V2
* chore: add changelog entries
* fix: improve gas accuracy of gas schedule for Balancer V2 & Maker Psm
* fix: don't exclude sources with stale caches & wait for cache refresh
* rebase
* `@0x/asset-swapper`: Fix stack too deep errors in sampler
* `@0x/asset-swapper`: Add uniswap V3 sampler.
* `@0x/contracts-zero-ex`: Add UniswapV3 support to FQT
* `@0x/protocol-utils`: Update BridgeProtocols.
`@0x/asset-swapper`: Add sell integration for UniswapV3.
* `@0x/asset-swapper`: Remove unnecessary swap quote consumer constructor arg.
`@0x/asset-swapper`: Enable UniswapV3 on ropsten.
* `@0x/asset-swapper`: UniswapV3 fixes
* `@0x/asset-swapper`: Fix stuff based on latest deployed testnet contracts
* `@0x/asset-swapper`: Remove UniV3 from mainnet sources for now
* `@0x/asset-swapper`: Tweak univ3 gas schedule
* fix CI?
* `@0x/contracts-test-utils`: Set default ganache gas limit to 100e6
Co-authored-by: xianny <xianny@gmail.com>
Co-authored-by: Kim Persson <kimpersson88@gmail.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: Jacob Evans <jacob@dekz.net>
2021-05-05 19:44:17 +10:00
Xianny
f9a794af93
feat: Balancer V2 integration ( #206 )
...
* add balancer v2
* fetch balancer v2 pools from subgraph
* feat: initial stab at a Balancer V2 Sampler WIP
* feat: add sampling for buys and fix build issues WIP [untested]
* fix: BalancerV2Sampler implementation issues, works on Kovan
* chore: BalancerV2 sampling boilerplate
* fix: update Balancer V2 mainnet address
* fix: consolidate differences between the 2 working branches
* fix: use mainnet Balancer V2 subgraph
* fix: stack too deep by minimizing and inline Balancer V2 vault interface
* fix: address review comments and clean up
* fix: sampler vault interface and pools cache assuming a pool has swaps
* address more review comments
* fix: TS type issues and add a comment about deadline argument
* fix: pools_cache_tests incorrect token addresses, prettier incompat
* fix: make ERC20BridgeSampler support BalancerV2 non view sampler fns
* fix: use a struct for passing encoded bridge data for Balancer V2
* chore: add changelog entries
* fix: improve gas accuracy of gas schedule for Balancer V2 & Maker Psm
* fix: don't exclude sources with stale caches & wait for cache refresh
* rebase
* `@0x/asset-swapper`: Fix stack too deep errors in sampler
Co-authored-by: Kim Persson <kimpersson88@gmail.com>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
2021-05-05 11:01:28 +02:00
Github Actions
c03a014740
Publish
...
- @0x/contracts-asset-proxy@3.7.10
- @0x/contracts-broker@1.1.28
- @0x/contracts-coordinator@3.1.29
- @0x/contracts-dev-utils@1.3.27
- @0x/contracts-erc1155@2.1.28
- @0x/contracts-erc20@3.3.7
- @0x/contracts-erc721@3.1.28
- @0x/contracts-exchange-forwarder@4.2.29
- @0x/contracts-exchange-libs@4.3.28
- @0x/contracts-exchange@3.2.29
- @0x/contracts-extensions@6.2.23
- @0x/contracts-integrations@2.7.37
- @0x/contracts-multisig@4.1.29
- @0x/contracts-staking@2.0.36
- @0x/contracts-test-utils@5.3.25
- @0x/contracts-treasury@1.1.4
- @0x/contracts-utils@4.7.7
- @0x/contracts-zero-ex@0.22.1
- @0x/asset-swapper@6.8.0
- @0x/contract-artifacts@3.14.1
- @0x/contract-wrappers-test@12.2.42
- @0x/contract-wrappers@13.16.0
- @0x/migrations@8.0.3
- @0x/order-utils@10.4.20
- @0x/protocol-utils@1.5.1
2021-04-28 07:48:31 +00:00
Github Actions
84e6d788aa
Updated CHANGELOGS & MD docs
2021-04-28 07:48:27 +00:00
Lawrence Forman
5946d32a7d
Berlin wrappers ( #212 )
...
* `@0x/contract-wrappers`: Regenerate wrappers using updated abi-gen
Update tools deps
* update deps to hopefully fix doc gen
2021-04-27 12:16:08 -04:00
Github Actions
33e260f9db
Publish
...
- @0x/contracts-integrations@2.7.36
- @0x/contracts-treasury@1.1.3
- @0x/contracts-zero-ex@0.22.0
- @0x/asset-swapper@6.7.0
- @0x/contract-wrappers-test@12.2.41
- @0x/migrations@8.0.2
- @0x/protocol-utils@1.5.0
2021-04-26 23:59:58 +00:00
Github Actions
c44f8d0060
Updated CHANGELOGS & MD docs
2021-04-26 23:59:53 +00:00
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
Github Actions
ae281c33ca
Publish
...
- @0x/contracts-integrations@2.7.32
- @0x/contracts-treasury@1.1.2
- @0x/contracts-zero-ex@0.21.1
- @0x/asset-swapper@6.5.1
- @0x/contract-wrappers-test@12.2.40
- @0x/migrations@8.0.1
- @0x/protocol-utils@1.4.1
2021-04-12 20:37:59 +00:00
Github Actions
5d034dd106
Updated CHANGELOGS & MD docs
2021-04-12 20:37:55 +00:00
Romain Butteaud
c1f8df0eca
chore: Component.finance, Smoothy.finance, Saddle.finance, Curve open pools, Gas schedule [TKR-1] ( #182 )
...
* chore: Component.finance, Smoothy.finance (mainnet + BSC), Saddle.finance, Curve open pools, adjusting gas schedule, fixing Shell buys
* chore: adding a Sampler for Smoothy.finance to only use whats in the contracts reserve
* fix: Smoothy sampler, only use approx. for buys, removing y and BUSD curve pools
* add CHANGELOGs
* fix: prettier
* add: FRAX Curve open pool
* fix: prettier
* chore: adjusting gas schedule for BSC Smoothy
2021-04-08 18:07:12 -07:00
Github Actions
5a15044ead
Publish
...
- @0x/contracts-asset-proxy@3.7.9
- @0x/contracts-broker@1.1.27
- @0x/contracts-coordinator@3.1.28
- @0x/contracts-dev-utils@1.3.26
- @0x/contracts-erc1155@2.1.27
- @0x/contracts-erc20@3.3.6
- @0x/contracts-erc721@3.1.27
- @0x/contracts-exchange-forwarder@4.2.28
- @0x/contracts-exchange-libs@4.3.27
- @0x/contracts-exchange@3.2.28
- @0x/contracts-extensions@6.2.22
- @0x/contracts-integrations@2.7.30
- @0x/contracts-multisig@4.1.28
- @0x/contracts-staking@2.0.35
- @0x/contracts-test-utils@5.3.24
- @0x/contracts-treasury@1.1.1
- @0x/contracts-utils@4.7.6
- @0x/contracts-zero-ex@0.21.0
- @0x/asset-swapper@6.4.0
- @0x/contract-addresses@6.0.0
- @0x/contract-artifacts@3.14.0
- @0x/contract-wrappers-test@12.2.39
- @0x/contract-wrappers@13.15.0
- @0x/migrations@8.0.0
- @0x/order-utils@10.4.19
- @0x/protocol-utils@1.4.0
2021-04-01 21:09:06 +00:00
Github Actions
a69d76e487
Updated CHANGELOGS & MD docs
2021-04-01 21:09:02 +00:00
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