Lawrence Forman
e1a48e80e1
@0x/asset-swapper
: Fix mooniswap sell sampling bug
2020-09-03 14:45:03 -04:00
Lawrence Forman
bf899d40a0
@0x/contracts-zero-ex
: Only deploy FlashWallet
in TransformERC20
migration if it does not already exist.
2020-09-03 13:39:30 -04:00
Lawrence Forman
dc66f1b886
@0x/asset-swapper
: Fix Mooniswap buy sampling bug.
2020-09-03 11:01:41 -04:00
Lawrence Forman
3753b1a7d0
@0x/asset-swapper
: Increase default error tolerance on quote simulation tests.
...
Run prettier.
2020-09-03 09:45:54 -04:00
Lawrence Forman
05c5acdb15
@0x/contracts-zero-ex
: Fix Mooniswap WETH buying bug
2020-09-03 03:27:58 -04:00
Lawrence Forman
ca63bcc9b0
@0x/migrations
: Remove mooniswapRegistry
from BridgeAdapter
addreses
2020-09-03 01:21:21 -04:00
Lawrence Forman
3733d503db
@0x/contracts-zero-ex
: Remove mooniswapRegistry
from BridgeAdapter
addreses
2020-09-03 01:21:09 -04:00
Lawrence Forman
ab28e42c22
@0x/asset-swapper
: Fix mooniswap encoding
2020-09-03 01:07:00 -04:00
Lawrence Forman
7e53b4f834
@0x/contract-addresses
: Update transformer deployer and transformers for champagne-problems deployment.
...
`@0x/migrations`: Reorder transformer deployments.
2020-09-02 22:23:20 -04:00
Lawrence Forman
3bb60fee19
@0x/asset-swapper
: Export MooniswapFillData
.
2020-09-02 21:22:24 -04:00
Lawrence Forman
9f7840e12b
@0x/contracts-zero-ex
: Remove only
from tests.
2020-09-02 21:22:07 -04:00
Lawrence Forman
f41e13b574
@0x/contracts-zero-ex
: Decode secret mooniswap bridge data parameter.
2020-09-02 17:45:37 -04:00
Lawrence Forman
4049143630
@0x/asset-swapper
: Return Mooniswap pool in sampler and encode it in bridge data
2020-09-02 17:42:03 -04:00
Lawrence Forman
705f46717f
@0x/contracts-integrations
: Add EP + MTX + RFQT integration tests.
2020-09-02 15:58:41 -04:00
Lawrence Forman
a6cf8ae0b6
@0x/asset-swapper
: Add rfqtTakerAddress
to FillQuoteTransformerData
2020-09-02 15:58:41 -04:00
Lawrence Forman
dba6972281
@0x/order-utils
: Add rfqtTakerAddress
to FillQuoteTransformerData
2020-09-02 15:58:41 -04:00
Lawrence Forman
52d36f5a8b
@0x/migrations
: Fix FQT deployment
2020-09-02 15:58:41 -04:00
Lawrence Forman
889b58a914
@0x/contracts-zero-ex
: Add RFQT taker enforcement to FQT.
...
`@0x/contracts-zero-ex`: Remove redundant event from `BridgeAdapter`.
`@0x/contracts-zero-ex`: Treat all calldata as signed if quote signer is not in `TransformERC20Feature`.
`@0x/contracts-zero-ex`: Update bridge adapters
2020-09-02 15:58:38 -04:00
Lawrence Forman
43810835d7
@0x/utils
: Fix broken test
2020-09-01 18:52:32 -04:00
Lawrence Forman
4b9867f167
update changelogs
2020-09-01 18:02:17 -04:00
Lawrence Forman
e9c91e59bd
@0x/contracts-zero-ex
: Fix shadowed variable in TransformerDeployer
.
2020-09-01 17:51:53 -04:00
Lawrence Forman
d8844f6970
@0x/contracts-integrations
: Fix broken tests.
2020-09-01 17:32:29 -04:00
Lawrence Forman
1cdc6e7184
@0x/contracts-integrations
: Remove stray only
modifier.
2020-09-01 16:56:32 -04:00
Lawrence Forman
36ad373f03
@0x/utils
: Fix StakingErrors.ExchangeManagerError
incorrect param name
2020-09-01 16:55:04 -04:00
Lawrence Forman
78dfb6d525
@0x/migrations
: Fix linter error.
2020-09-01 16:54:17 -04:00
Lawrence Forman
79254de7bc
@0x/contracts-exchange
: Fix failing tests.
2020-09-01 16:53:49 -04:00
Lawrence Forman
1d6aef5cd6
@0x/contracts-zero-ex
: Remove UniswapFeature
...
`@0x/contracts-zero-ex`: Fix broken tests.
2020-09-01 16:05:14 -04:00
Lawrence Forman
f9d02c9e27
@0x/utils
: Fix nested revert decoding
2020-09-01 16:04:01 -04:00
Lawrence Forman
228246089e
Merge branch 'feat/exchange-proxy/vip-uniswap' into fix/ep/meta-transactions
2020-09-01 11:59:44 -04:00
Lawrence Forman
b6319ba3d8
@0x/contracts-zero-ex
: Fix rebase artifacts.
2020-09-01 10:35:02 -04:00
Lawrence Forman
2636384ead
Merge remote-tracking branch 'origin/feat/exchange-proxy/post-cd-audit' into fix/ep/meta-transactions
2020-09-01 09:48:17 -04:00
Lawrence Forman
0425f76284
Merge remote-tracking branch 'origin/fix/zero-ex/transformer-deployer-kill-fix' into fix/ep/meta-transactions
2020-09-01 09:42:38 -04:00
Lawrence Forman
d93e72f56a
@0x/asset-swapper
: Fix rebase conflicts
2020-09-01 09:41:00 -04:00
Lawrence Forman
195d543ce3
@0x/contracts-zero-ex
: Remove bugged parity signature compatibility.
2020-09-01 09:41:00 -04:00
Lawrence Forman
9cda9f69cd
@0x/contracts-zero-ex
: Add reentrancy guard to mtx functions
...
`@0x/contracts-zero-ex`: Add refund mechanism to mtxs
`@0x/contracts-zero-ex`: Pass sender to transfomers.
`@0x/contracts-zero-ex`: Refund protocol fees to `refundReceiver` in FQT.
`@0x/utils`: Add EP flavor of `IllegalReentrancyError`
`@0x/order-utils`: Add `refundReceiver` to FQT transform data.
`@0x/asset-swapper`: Add `refundReceiver` support to EP swap quote consumer.
2020-09-01 09:40:58 -04:00
F. Eugene Aumson
7b0a1c3630
Merge pull request #2684 from 0xProject/feat/asset-swapper/rfqt-indicative-without-takerAddress
...
asset-swapper: Stop requiring takerAddress for indicative RFQ-T quotes.
2020-08-31 20:14:30 -04:00
F. Eugene Aumson
a8f3a47240
asset-swapper: Update comments
2020-08-31 16:36:00 -04:00
F. Eugene Aumson
db0f3a8780
Merge branch 'development' into feat/asset-swapper/rfqt-indicative-without-takerAddress
2020-08-31 12:11:00 -04:00
Jacob Evans
514db24ceb
chore: Optional quote report generation ( #2687 )
2020-08-29 09:41:01 +10:00
F. Eugene Aumson
e738743c89
asset-swapper: ensure takerAddress for indiciative
...
Ensure the presence of a taker address query parameter in the request to
market maker endpoints for indicative RFQ-T quotes.
Addresses review comment https://github.com/0xProject/0x-monorepo/pull/2684#pullrequestreview-477242367
2020-08-28 16:30:01 -04:00
F. Eugene Aumson
f471e1a8a3
Merge branch 'development' into feat/asset-swapper/rfqt-indicative-without-takerAddress
2020-08-27 13:49:46 -04:00
Jacob Evans
a2f0d5eedf
feat: better Kyber quotes ( #2683 )
...
* feat: Kyber rework
* Get additional reserves per token
2020-08-27 15:58:57 +10:00
Jacob Evans
2f9b894d71
fix: bunny-hop small amounts ( #2685 )
...
* fix: bunny-hop small amounts
* fix lint and Dockerfile
* HACK: temporarily disable python
2020-08-27 10:49:14 +10:00
mzhu25
bab34c2d21
Feature/bunny hop ( #2647 )
...
* `@0x/contracts-erc20-bridge-sampler`: Add TwoHopSampler + refactor
* `@0x/asset-swapper`: Refactor + add two-hop skeleton
* Round out two-hop support in asset-swapper
* Add BalancerSampler, use it for two-hop quotes
* Fix bugs discovered from simbot
* rebases are hard
* Add intermediate token to MultiHop source breakdown
* Fix market buy bugs
* Use hybrid on-chain/off-chain sampling for Balancer
* Another day, another rebase
* Update changelogs
* Address PR feedback, CI fixes
* Address more PR feedback
2020-08-27 08:20:09 +10:00
F. Eugene Aumson
a68421b0f8
update CHANGELOG
2020-08-26 16:31:27 -04:00
F. Eugene Aumson
e9b0ac8820
asset-swapper: Stop req'ing takerAddr for RFQT ind
...
Stop requiring takerAddress for indicative RFQ-T quotes.
2020-08-25 17:42:02 -04:00
Jacob Evans
4f78f55c2a
fix: mooniswap usdt ( #2681 )
2020-08-25 21:43:19 +10:00
Daniel Pyrathon
156093127b
Merge pull request #2678 from 0xProject/moreLogging
...
adds more logging keys
2020-08-24 19:45:04 -07:00
Daniel Pyrathon
47d91bb4e0
adds more logging keys
2020-08-24 15:54:09 -07:00
Jacob Evans
cc31445189
feat: asset-swapper mooniswap ( #2675 )
...
* feat: asset-swapper sampler early exit
* feat: asset-swapper mooniswap
* tests and linter
* deploy to mainnet
* CHANGELOGs
* fix excluded sources difference
* typo
2020-08-24 11:21:01 +10:00