Lawrence Forman
0ccbc7d3d2
@0x/contracts-asset-proxy: Fix typos and remove BridgeTransferFromCallFailed event from DexForwarderBridge.
2020-03-27 16:39:57 -04:00
Lawrence Forman
f3c6f26f85
@0x/contracts-asset-proxy: Fix typo in DFB tests.
2020-03-27 16:39:57 -04:00
Lawrence Forman
338c358df2
@0x/contracts-asset-proxy: Address review comments.
2020-03-27 16:39:57 -04:00
Lawrence Forman
4bdaa48303
@0x/contracts-asset-proxy: Create DexForwarderBridge bridge contract.
2020-03-27 16:39:57 -04:00
Jacob Evans
277dbacf68
Set GSTCollector address and deploy Curve ( #2530 )
...
* Set GSTCollector address and deploy Curve
* CHANGELOGs
2020-03-26 18:26:16 +10:00
Lawrence Forman
0fdfb03f3c
Merge pull request #2529 from 0xProject/fix/contract-addresses/fix-dydx-bridge-mainnet-address
...
Fix DydxBridge addresses.
2020-03-25 23:30:00 -04:00
Lawrence Forman
17d81bf014
@0x/contract-addresses: Fix DydxBridge mainnet/kovan address.
...
`@0x/contract-addresses`: Lowercase GodsUnchained/broker addresses.
2020-03-25 22:40:18 -04:00
Jacob Evans
568e9be07e
Gas Tokens in Bridges ( #2523 )
...
* Gas Tokens in Bridges
* Added freesGasTokensFromCollector.
To handle the case where GST2 is being traded and the balanceOf checks become confusing
* Update CHANGELOGs
2020-03-26 11:58:28 +10:00
Lawrence Forman
99b0a95f8a
Merge pull request #2526 from 0xProject/fix/asset-swapper/optimizer-fee-bugs
...
AssetSwapper: Fix quote optimizer fee bug
2020-03-24 09:56:09 -04:00
Lawrence Forman
0fdd31892a
@0x/asset-swapper: Fix quote optimizer bug not properly accounting for fees.
2020-03-20 15:59:48 -04:00
Lawrence Forman
7a682604f9
Merge pull request #2524 from 0xProject/feat/erc20-bridge/less-ambiguous-transfer-event-args
...
Rename `ERC20BridgeTransfer` event args
2020-03-13 23:04:57 -04:00
Lawrence Forman
ce96e35d7d
@0x/contracts-asset-proxy: Rename ERC20BridgeTransfer event args to be less ambiguous.
2020-03-13 21:00:35 -04:00
Xianny
b7fb5394a7
add gitpkg to contract-wrappers ( #2520 )
2020-03-13 10:10:32 -07:00
Lawrence Forman
aaa62beca7
Merge pull request #2522 from 0xProject/fix/asset-swapper/fee-schedule
...
`@0x/asset-swapper`: Fix fee schedule not being scaled by gas price.
2020-03-13 01:14:23 -04:00
Lawrence Forman
2b58a7242b
@0x/asset-swapper: Fix changelog.
2020-03-13 00:40:19 -04:00
Lawrence Forman
5ed919df79
@0x/asset-swapper: Fix fee schedule not being scaled by gas price.
2020-03-13 00:10:04 -04:00
Lawrence Forman
baf6372179
Merge pull request #2513 from 0xProject/feat/asset-swapper/death-to-reverts
...
Asset-swapper: Fallback orders + refactors
2020-03-12 18:45:27 -04:00
Lawrence Forman
1a9063a55b
@0x/asset-swapper: Address review comments.
2020-03-11 12:24:32 -04:00
Lawrence Forman
87999f402f
@0x/asset-swapper: Sort native path fills by ADJUSTED rate.
2020-03-11 01:17:23 -04:00
Lawrence Forman
109d466260
@0x/asset-swapper: Fix double bridgeSlippage on generated orders.
2020-03-10 23:02:41 -04:00
Lawrence Forman
37597eca75
@0x/asset-swapper: Fix getPathSize() and getAdjustedPathSize() bug.
...
`@0x/asset-swapper`: Add `maxFallbackSlippage` option.
2020-03-10 14:25:13 -04:00
Lawrence Forman
5fd767b739
@0x/instant: Fix changelog.
2020-03-10 13:25:39 -04:00
Lawrence Forman
0e7a473116
@0x/asset-swapper: Clean up source breakdown code a bit.
...
`@0x/asset-swapper`: Allow Kyber conflicts in fallback path.
2020-03-10 00:05:14 -04:00
Lawrence Forman
05bf55dca8
@0x/asset-swapper: Add gasSchedule option to SwapQuoter.
...
`@0x/asset-swapper`: Rename `fees` `SwapQuoter` option to `feeSchedule`.
2020-03-09 22:33:33 -04:00
Lawrence Forman
cc12ad8d86
@0x/asset-swapper: Only generate fallbacks for native orders in optimal path.
...
`@0x/asset-swapper`: Exclude conflicting sources across both optimal and fallback paths.
2020-03-09 21:44:30 -04:00
Lawrence Forman
847a7f470c
@0x/instant: Fix for changed asset-swapper configs.
2020-03-09 21:44:30 -04:00
Lawrence Forman
95bebd6d1d
@0x/asset-swapper: Clean up median price calls.
2020-03-09 21:44:30 -04:00
Lawrence Forman
8179a964ea
@0x/asset-swapper: Reintroduce runLimit option.
...
`@0x/asset-swapper`: Make native fills one single path.
`@0x/asset-swapper`: Redo the optimizer algo again to be more thorough.
`@0x/asset-swapper`: Make `getMedianSellRate()` return `1` if maker token == taker token.
2020-03-09 21:44:30 -04:00
Lawrence Forman
d0805d4bbb
@0x/asset-swapper: Rebase and fix some minor bugs.
2020-03-09 21:44:29 -04:00
Lawrence Forman
f901c401b7
rebase
2020-03-09 21:44:29 -04:00
Lawrence Forman
6ccadcb928
@0x/asset-swapper: Refactor market op utils.
...
`@0x/asset-swapper`: add fallback orders.
`@0x/asset-swapper`: Remove `noConflicts` and `dustThreshold` options.
`@0x/asset-swapper`: Add `allowFallback` option.
2020-03-09 21:44:29 -04:00
Daniel Pyrathon
58b6c25d5c
Merge pull request #2519 from 0xProject/PirosB3-patch-1
...
Update addresses.json
2020-03-09 10:44:44 -07:00
Daniel Pyrathon
9cbab26202
added CHANGELOG changes
2020-03-09 10:36:32 -07:00
Daniel Pyrathon
74bcb468ca
Update addresses.json
2020-03-09 10:23:20 -07:00
Daniel Pyrathon
07a6ba88f4
Merge pull request #2515 from 0xProject/PirosB3-patch-1
...
Update CHANGELOG.json
2020-03-06 13:44:22 -08:00
Daniel Pyrathon
49dff49993
Update CHANGELOG.json
2020-03-06 12:47:18 -08:00
Daniel Pyrathon
68207aac80
Merge pull request #2505 from 0xProject/feature/plp-integration
...
🔂 Liquidity Provider Asset Swapper integration
2020-03-06 12:34:45 -08:00
Francesco Agosti
64652b2ff0
Merge pull request #2514 from 0xProject/feat/add-gitpkg-to-contract-addresses
...
Add private:publish to contract-addresses
2020-03-06 12:17:22 -08:00
Daniel Pyrathon
659e8991de
Completed feedback
2020-03-06 12:02:36 -08:00
fragosti
9f495b6dc9
Add private:publish to contract-addresses
2020-03-06 11:32:08 -08:00
Daniel Pyrathon
d8498134ad
Merge branch 'development' of github.com:0xProject/0x-monorepo into feature/plp-integration
...
# Conflicts:
# packages/contract-addresses/addresses.json
# packages/contract-wrappers/package.json
2020-03-06 09:59:16 -08:00
Daniel Pyrathon
17b2320b0d
remove unit tests that were ported to erc20-bridge-sampler package
2020-03-06 09:53:54 -08:00
Daniel Pyrathon
36c457f483
added unit tests for the Liquidity Provider
2020-03-06 09:47:17 -08:00
Lawrence Forman
b8ec7f5e26
Merge pull request #2512 from 0xProject/fix/contracts/bridges-usdt-fix
...
Bridges: USDT/KNC fix + ERC20BridgeTransfer events
2020-03-05 19:41:55 -05:00
Daniel Pyrathon
dbc5c0d5d8
moved unit tests to the appropriate sections
2020-03-05 16:29:34 -08:00
Daniel Pyrathon
fa886aa849
prettify and lint
2020-03-05 16:21:15 -08:00
Daniel Pyrathon
32e1ae2b18
added unit tests to avoid regression due to variable order
2020-03-05 16:07:49 -08:00
Daniel Pyrathon
61f03b0ea2
invert maker and taker token variable
2020-03-05 16:07:10 -08:00
Lawrence Forman
c47825a820
@0x/contract-addresses: Redeploy bridges.
2020-03-05 18:39:48 -05:00
Lawrence Forman
2d7cb63c7b
@0x/contracts-asset-proxy: Address review comments.
2020-03-05 18:21:38 -05:00