Noah Khamliche
e5834f1901
m: Fixed json formatting
2021-09-01 17:07:16 -04:00
Noah Khamliche
5063446f93
feat: Added FundRecoveryFeature to CHANGELOG.json
2021-09-01 17:07:16 -04:00
Noah Khamliche
0caf495a1a
fixed prettier error with tests
2021-09-01 17:07:16 -04:00
Noah Khamliche
a20de0fc69
Added support for TestMintableERC20TokenContract instead of DummyERC20
2021-09-01 17:07:16 -04:00
Noah Khamliche
9aa0065d2d
fixed package.json rebase bug
2021-09-01 17:07:16 -04:00
Noah Khamliche
c24855e627
fixed rebase issues
2021-09-01 17:07:16 -04:00
Noah Khamliche
6bb72dd775
ran yarn prettier to fix issues
2021-09-01 17:07:16 -04:00
Noah Khamliche
77d1ed257c
removed unsued bal variable, and removed .only modifier on blockchain tests
2021-09-01 17:07:16 -04:00
Noah Khamliche
5d265360c4
fixed linting and EP transfering less than the total amount of ETH in the wallet
2021-09-01 17:07:16 -04:00
Noah Khamliche
c9097f6e8b
fixed rebase issues
2021-09-01 17:07:16 -04:00
Noah Khamliche
d3df985a42
fixed michaels comments and finished off writing the test
2021-09-01 17:07:16 -04:00
Noah Khamliche
7267420874
fixed rebase issues
2021-09-01 17:07:16 -04:00
Noah Khamliche
17e81432f1
Fixed PR comments, now onto writing tests
2021-09-01 17:07:16 -04:00
Noah Khamliche
57c767c3b1
fixed package.json
2021-09-01 17:07:16 -04:00
Noah Khamliche
dbb1c88ad9
initial EpFundRecoveryFeature implementation without tests
2021-09-01 17:07:16 -04:00
Github Actions
254b850a8b
Publish
...
- @0x/contracts-erc20@3.3.18
- @0x/contracts-test-utils@5.4.10
- @0x/contracts-treasury@1.3.4
- @0x/contracts-utils@4.7.18
- @0x/contracts-zero-ex@0.28.3
- @0x/asset-swapper@16.27.0
- @0x/contract-addresses@6.7.0
- @0x/contract-wrappers@13.17.6
- @0x/migrations@8.1.4
- @0x/protocol-utils@1.8.4
2021-09-01 01:31:37 +00:00
Github Actions
e2242e5955
Updated CHANGELOGS & MD docs
2021-09-01 01:31:34 +00:00
Github Actions
ed3524e0d7
Publish
...
- @0x/contracts-zero-ex@0.28.2
- @0x/asset-swapper@16.26.1
- @0x/migrations@8.1.3
2021-08-19 23:12:22 +00:00
Github Actions
20e23bf3f6
Updated CHANGELOGS & MD docs
2021-08-19 23:12:19 +00:00
David Walsh
be4f85690e
Add ethers as a dependency of @0x/contracts-zero-ex
( #310 )
2021-08-19 16:25:47 -06: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
Jacob Evans
68656b4a4d
chore: Prune old contracts ( #304 )
...
Prune exchange-libs
deploy migrations at specific address
remove exchange-libs, moving LibMath into Utils
Remove staking order-utils multisig and remaining asset-proxy
2021-08-18 10:33:47 +10: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
David Walsh
3653e2d7f9
fix: Add ethers dependency to 0x/contracts-erc20
( #305 )
2021-08-10 22:50:35 -06: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
mzhu25
59eabec71e
Add proposal 1 and test ( #298 )
...
* Add proposal 1 and test
* update changelog
2021-08-05 13:10:36 -07:00
Github Actions
bf4c7e7d50
Publish
...
- @0x/contracts-integrations@2.7.61
- @0x/asset-swapper@16.23.1
2021-07-29 15:23:54 +00:00
Github Actions
b358559421
Publish
...
- @0x/contracts-integrations@2.7.60
- @0x/asset-swapper@16.23.0
2021-07-16 22:11:44 +00:00
Github Actions
6e3e795b8b
Publish
...
- @0x/contracts-integrations@2.7.59
- @0x/asset-swapper@16.22.0
2021-07-13 22:19:54 +00:00
Github Actions
cd93f3b07e
Publish
...
- @0x/contracts-integrations@2.7.58
- @0x/asset-swapper@16.21.0
2021-07-10 08:00:34 +00:00
Github Actions
719664c145
Publish
...
- @0x/contracts-integrations@2.7.57
- @0x/asset-swapper@16.20.0
2021-07-06 21:34:44 +00:00
Github Actions
4280307a15
Publish
...
- @0x/contracts-integrations@2.7.56
- @0x/asset-swapper@16.19.1
2021-07-06 04:03:16 +00:00
Github Actions
6f8971cc42
Publish
...
- @0x/contracts-integrations@2.7.55
- @0x/asset-swapper@16.19.0
2021-07-02 01:48:13 +00:00
Github Actions
872abf09e9
Publish
...
- @0x/contracts-integrations@2.7.54
- @0x/asset-swapper@6.18.3
2021-06-29 17:20:15 +00:00
Github Actions
835ee4e8de
Publish
...
- @0x/contracts-integrations@2.7.53
- @0x/asset-swapper@6.18.2
2021-06-24 19:25:12 +00:00
Github Actions
efd83be779
Publish
...
- @0x/contracts-integrations@2.7.52
- @0x/asset-swapper@6.18.1
2021-06-22 23:37:28 +00: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
aba9db2be7
Publish
...
- @0x/contracts-integrations@2.7.50
- @0x/asset-swapper@6.17.3
2021-06-16 01:38:55 +00: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