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
Lawrence Forman
c3d4c13936
@0x/contracts-erc20
: Switch LibERC20Token.approveIfBelowMax()
to LibERC20Token.approveIfBelow()
.
...
`@0x/contracts-asset-proxy`: Use `LibERC20Token.approveIfBelow()` for bridge approvals.
2020-03-05 18:21:38 -05:00
Lawrence Forman
3f51b9322f
@0x/contracts-asset-proxy
: Emit ERC20BridgeTransfer
events in bridges.
2020-03-05 18:21:38 -05:00
Lawrence Forman
b604e2bd4e
@0x/contracts-erc20
: Add LibERC20Token.approveIfBelowMax()
.
...
`@0x/contracts-asset-proxy`: Use `LibERC20Token.approveIfBelowMax` in all DEX bridges.
2020-03-05 18:21:38 -05:00
mzhu25
bcd92473d1
Merge pull request #2511 from 0xProject/feature/extensions/max-gasprice-orders
...
`@0x/contracts-extensions`: Maximum gas price contract
2020-03-05 12:30:03 -08:00
Michael Zhu
6f5bf9d146
Add artifacts, wrappers, and addresses
2020-03-05 10:53:02 -08:00
Michael Zhu
490094939f
Address comments
2020-03-04 22:12:48 -08:00
Daniel Pyrathon
d0d7d2772f
upgrades contracts-erc20-bridge-sampler dependency
2020-03-04 14:33:43 -08:00
Daniel Pyrathon
59091896b4
Merge branch 'development' of github.com:0xProject/0x-monorepo into feature/plp-integration
...
# Conflicts:
# packages/asset-swapper/package.json
# packages/asset-swapper/src/utils/market_operation_utils/sampler.ts
# packages/asset-swapper/src/utils/market_operation_utils/types.ts
# packages/asset-swapper/test/market_operation_utils_test.ts
2020-03-04 14:11:17 -08:00
Daniel Pyrathon
3eb1429a25
adds possibility to exclude PLP
2020-03-04 13:50:07 -08:00
Daniel Pyrathon
bc7504c469
refresh wrappers and artifacts
2020-03-04 08:24:35 -08:00
Daniel Pyrathon
99dc4b8e07
refactor more code
2020-03-04 08:17:01 -08:00
Daniel Pyrathon
807904bb86
addressed PR comments
2020-03-04 07:59:09 -08:00
Francesco Agosti
7b8c8348f4
Merge pull request #2502 from 0xProject/feat/gitpkg-asset-swapper
...
Install gitpkg in asset-swapper
2020-03-04 07:30:22 -08:00
Michael Zhu
9c5ac26170
Update changelog
2020-03-03 17:30:53 -08:00
Michael Zhu
5db065644c
Add tooling and unit tests
2020-03-03 17:30:53 -08:00
Alex Towle
0cc3a99169
Merge pull request #2504 from 0xProject/feature/better_resolver_errors
...
Update resolver errors to include parent filename
2020-03-03 16:56:26 -08:00
Michael Zhu
2b1545145b
MaximumGasPrice contract
2020-03-03 15:39:45 -08:00
Daniel Pyrathon
49b7c9c8a4
update sampler address
2020-03-03 14:02:15 -08:00