Jacob Evans
4f91bfd907
Updated CHANGELOGS & MD docs
2020-06-24 14:12:56 +10:00
Xianny
f14b6f2ba2
Fix/erc20 sampler/uniswap v2 buys ( #2603 )
...
* `@0x/contracts-erc20-bridge-sampler`: Fix `sampleBuysFromUniswapV2()`
* fix uniswapV2 buys
* redeploy ERC20BridgeSampler to fix Uniswap buys
* fix changelog, move artifact to correct dir
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
2020-06-12 15:54:19 -07:00
Lawrence Forman
f1f6aa7d80
Switch to using deployment nonce instead of transformer addresses.
2020-06-11 23:53:18 -04:00
Lawrence Forman
3e3bc5c06d
@0x/contract-artifacts
: Add ITransformERC20
artifact.
...
`@0x/contract-wrappers`: Add `ITransformERC20Contract`.
2020-06-11 23:50:25 -04:00
Michael Zhu
cd14a45414
Update sampler artifacts/wrappers
2020-06-11 12:47:54 -07:00
xianny
fbaf55cb25
update @0x/contract-artifacts and @0x/contract-wrappers
2020-06-03 13:45:35 -07:00
Jacob Evans
fb0311e675
feat: ERC20BridgeSampler Unlock Kyber collisions ( #2575 )
...
* feat: ERC20BridgeSampler Unlock Kyber collisions
* Updated fallback strategy
* Address comments
* Eth2Dai hop sampler
* Update packages/asset-swapper/src/utils/market_operation_utils/index.ts
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
* Set DFB expiry to 2hr
Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
2020-05-07 07:56:03 +10:00
Jacob Evans
a458e81f8d
ERC20BridgeSampler: Additional Buy support ( #2551 )
...
* ERC20BridgeSampler: Sample Curve Buy
* Fake Buy Kyber/PLP
* Deploy mainnet
* Add Kyber rates for buy tests
* CHANGELOGs
* Provide maxIterations and targetSlippage as options
* Cleanup ERC20BridgeSampler for re-use
* Redeploy Mainnet Kovan
* Feedback fixes
* Handle OOG/revert 0s
* Redeploy Mainnet refactor
2020-04-21 13:26:12 +10:00
Jacob Evans
424cbd4831
Forwarder Market sell specified amount or throw ( #2521 )
...
* Forwarder Market sell specified amount or throw
* Address feedback comments
* Break if we have only protocol fee remaining
* Lint
* Update deployed addresses
* Updated artifacts and wrappers
* [asset-swapper] Forwarder throws on market sell if amount not sold (#2534 )
2020-03-31 16:25:34 +10: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
Michael Zhu
6f5bf9d146
Add artifacts, wrappers, and addresses
2020-03-05 10:53:02 -08:00
Daniel Pyrathon
bc7504c469
refresh wrappers and artifacts
2020-03-04 08:24:35 -08:00
Daniel Pyrathon
82b0f85258
transformed the new artifacts
2020-03-02 10:01:06 -08:00
Daniel Pyrathon
fa8e8ad52d
Update artifacts after rename
2020-02-28 17:09:48 -08:00
Daniel Pyrathon
08619e2c06
re-generate ERC20BridgeSampler artifacts
2020-02-28 15:59:46 -08:00
Daniel Pyrathon
3c0fd540b1
generated wrappers for ERC20 sampler
2020-02-27 13:53:52 -08:00
Daniel Pyrathon
77d7afe505
created DummyPLPRegistry and DummyPLP + generated wrappers for these new contracts and their respective interfaces
2020-02-27 12:52:13 -08:00
Jacob Evans
2dd47a2103
Publish
...
- @0x/contracts-asset-proxy@3.2.2
- @0x/contracts-broker@1.1.1
- @0x/contracts-coordinator@3.1.2
- @0x/contracts-dev-utils@1.3.0
- @0x/contracts-erc1155@2.1.2
- @0x/contracts-erc20-bridge-sampler@1.4.1
- @0x/contracts-erc20@3.1.2
- @0x/contracts-erc721@3.1.2
- @0x/contracts-exchange-forwarder@4.2.2
- @0x/contracts-exchange-libs@4.3.2
- @0x/contracts-exchange@3.2.2
- @0x/contracts-extensions@6.1.2
- @0x/contracts-integrations@2.4.1
- @0x/contracts-multisig@4.1.2
- @0x/contracts-staking@2.0.9
- @0x/contracts-test-utils@5.3.0
- @0x/contracts-utils@4.4.0
- 0x.js@9.1.2
- @0x/abi-gen@5.2.1
- @0x/assert@3.0.7
- @0x/asset-swapper@4.3.0
- @0x/base-contract@6.2.1
- @0x/connect@6.0.7
- @0x/contract-addresses@4.7.0
- @0x/contract-artifacts@3.6.1
- @0x/contract-wrappers-test@12.2.10
- @0x/contract-wrappers@13.6.1
- @0x/contracts-gen@2.0.8
- @0x/dev-utils@3.2.1
- @0x/instant@1.0.47
- @0x/json-schemas@5.0.7
- @0x/migrations@6.2.1
- @0x/monorepo-scripts@1.0.51
- @0x/order-utils@10.2.2
- @0x/orderbook@2.2.2
- @0x/sol-compiler@4.0.8
- @0x/sol-coverage@4.0.8
- @0x/sol-doc@3.1.5
- @0x/sol-profiler@4.0.8
- @0x/sol-trace@3.0.8
- @0x/sol-tracing-utils@7.0.8
- @0x/sra-spec@3.0.7
- @0x/subproviders@6.0.8
- @0x/utils@5.4.1
- @0x/web3-wrapper@7.0.7
2020-02-25 20:43:55 +11:00
Jacob Evans
f31e530b6e
Updated CHANGELOGS & MD docs
2020-02-25 20:43:31 +11:00
Lawrence Forman
a425c7e260
Regenerate artifacts and wrappers
2020-02-19 15:50:10 -05:00
Lawrence Forman
9b3781abf1
Cherry pick dydx validation from #2456
2020-02-19 15:45:27 -05:00
Jacob Evans
4a133ca36f
Publish
...
- @0x/contracts-asset-proxy@3.2.1
- @0x/contracts-broker@1.1.0
- @0x/contracts-coordinator@3.1.1
- @0x/contracts-dev-utils@1.1.1
- @0x/contracts-erc1155@2.1.1
- @0x/contracts-erc20-bridge-sampler@1.4.0
- @0x/contracts-erc20@3.1.1
- @0x/contracts-erc721@3.1.1
- @0x/contracts-exchange-forwarder@4.2.1
- @0x/contracts-exchange-libs@4.3.1
- @0x/contracts-exchange@3.2.1
- @0x/contracts-extensions@6.1.1
- @0x/contracts-integrations@2.4.0
- @0x/contracts-multisig@4.1.1
- @0x/contracts-staking@2.0.8
- @0x/contracts-test-utils@5.1.5
- @0x/contracts-utils@4.3.1
- 0x.js@9.1.1
- @0x/asset-swapper@4.2.0
- @0x/contract-addresses@4.6.0
- @0x/contract-artifacts@3.6.0
- @0x/contract-wrappers-test@12.2.9
- @0x/contract-wrappers@13.6.0
- @0x/instant@1.0.46
- @0x/migrations@6.2.0
- @0x/order-utils@10.2.1
- @0x/orderbook@2.2.1
2020-02-15 17:39:09 +11:00
Jacob Evans
f7252f919a
Updated CHANGELOGS & MD docs
2020-02-15 17:38:47 +11:00
Jacob Evans
e05a03a842
Curve ERC20Bridge ( #2480 )
...
* Curve ERC20Bridge
* ERC20BridgeSampler Curve (#2483 )
* ERC20Sampler Curve
* Use Bridge Sources for each Curve
* Support multiple versions of the Curve contract
* CHANGELOG and redeployed Curve (mainnet)
* Fix Market ops utils test
* Added Curve DAI USDC USDT TUSD
* Bump sampler gas limit default
* Decode the Curve in tests
* Disable Curve in Buy tests
* blockchainTests.fork.resets Curve and Sampler
2020-02-15 17:02:19 +11:00
Alex Towle
ae151df2eb
Addressed amir's review feedback
2020-02-13 18:07:45 -08:00
Alex Towle
f53606007d
Updated DevUtils again
2020-02-13 17:37:03 -08:00
Lawrence Forman
7a52f12e57
Rebase and update contract artifacts + wrappers.
2020-02-11 12:07:48 -07:00
Lawrence Forman
8341e60edb
@0x/contract-artifacts
: Update ERC20BridgeSampler
artifact.
2020-02-11 12:07:48 -07:00
Michael Zhu
f44eb4e383
Update changelogs for Forwarder changes
2020-02-10 17:11:01 -08:00
Michael Zhu
05df485c4a
Update Forwarder in contract-artifacts and contract-wrappers
2020-02-10 17:11:00 -08:00
Michael Zhu
8e5dd0f8d9
Add Broker and GodsUnchainedValidator to contract-artifacts
2020-02-10 17:08:24 -08:00
Jacob Evans
5754c11e34
Publish
...
- @0x/contracts-asset-proxy@3.2.0
- @0x/contracts-broker@1.0.2
- @0x/contracts-coordinator@3.1.0
- @0x/contracts-dev-utils@1.1.0
- @0x/contracts-erc1155@2.1.0
- @0x/contracts-erc20-bridge-sampler@1.3.0
- @0x/contracts-erc20@3.1.0
- @0x/contracts-erc721@3.1.0
- @0x/contracts-exchange-forwarder@4.2.0
- @0x/contracts-exchange-libs@4.3.0
- @0x/contracts-exchange@3.2.0
- @0x/contracts-extensions@6.1.0
- @0x/contracts-integrations@2.3.0
- @0x/contracts-multisig@4.1.0
- @0x/contracts-staking@2.0.7
- @0x/contracts-test-utils@5.1.4
- @0x/contracts-utils@4.3.0
- 0x.js@9.1.0
- @0x/abi-gen@5.2.0
- @0x/assert@3.0.6
- @0x/asset-swapper@4.1.2
- @0x/base-contract@6.2.0
- @0x/connect@6.0.6
- @0x/contract-addresses@4.5.0
- @0x/contract-artifacts@3.5.0
- @0x/contract-wrappers-test@12.2.8
- @0x/contract-wrappers@13.5.0
- @0x/contracts-gen@2.0.7
- @0x/dev-utils@3.2.0
- ethereum-types@3.1.0
- @0x/instant@1.0.45
- @0x/json-schemas@5.0.6
- @0x/migrations@6.1.0
- @0x/monorepo-scripts@1.0.50
- @0x/order-utils@10.2.0
- @0x/orderbook@2.2.0
- @0x/sol-compiler@4.0.7
- @0x/sol-coverage@4.0.7
- @0x/sol-doc@3.1.4
- @0x/sol-profiler@4.0.7
- @0x/sol-resolver@3.0.3
- @0x/sol-trace@3.0.7
- @0x/sol-tracing-utils@7.0.7
- @0x/sra-spec@3.0.6
- @0x/subproviders@6.0.7
- @0x/types@3.1.2
- @0x/typescript-typings@5.0.2
- @0x/utils@5.4.0
- @0x/web3-wrapper@7.0.6
2020-02-09 09:37:34 +10:00
Jacob Evans
7bd88c1bb8
Updated CHANGELOGS & MD docs
2020-02-09 09:37:04 +10:00
Lawrence Forman
a08399dfee
regenerate artifacts and wrappers
2020-02-07 23:23:23 -05:00
Lawrence Forman
4016808fa4
Cherry pick DevUtils
refactor code from #2456
2020-02-07 23:23:23 -05:00
Jacob Evans
5d603b2f80
Publish
...
- @0x/contracts-asset-proxy@3.1.3
- @0x/contracts-broker@1.0.1
- @0x/contracts-coordinator@3.0.6
- @0x/contracts-dev-utils@1.0.6
- @0x/contracts-erc1155@2.0.6
- @0x/contracts-erc20-bridge-sampler@1.2.1
- @0x/contracts-erc20@3.0.6
- @0x/contracts-erc721@3.0.6
- @0x/contracts-exchange-forwarder@4.1.0
- @0x/contracts-exchange-libs@4.2.0
- @0x/contracts-exchange@3.1.2
- @0x/contracts-extensions@6.0.0
- @0x/contracts-integrations@2.2.3
- @0x/contracts-multisig@4.0.6
- @0x/contracts-staking@2.0.6
- @0x/contracts-test-utils@5.1.3
- @0x/contracts-utils@4.2.1
- 0x.js@9.0.7
- @0x/abi-gen@5.1.2
- @0x/assert@3.0.5
- @0x/asset-swapper@4.1.1
- @0x/base-contract@6.1.2
- @0x/connect@6.0.5
- @0x/contract-artifacts@3.4.1
- @0x/contract-wrappers-test@12.2.7
- @0x/contract-wrappers@13.4.2
- @0x/contracts-gen@2.0.6
- @0x/dev-utils@3.1.3
- @0x/instant@1.0.44
- @0x/json-schemas@5.0.5
- @0x/migrations@6.0.2
- @0x/monorepo-scripts@1.0.49
- @0x/order-utils@10.1.3
- @0x/orderbook@2.1.2
- @0x/sol-compiler@4.0.6
- @0x/sol-coverage@4.0.6
- @0x/sol-doc@3.1.3
- @0x/sol-profiler@4.0.6
- @0x/sol-trace@3.0.6
- @0x/sol-tracing-utils@7.0.6
- @0x/sra-spec@3.0.5
- @0x/subproviders@6.0.6
- @0x/utils@5.3.0
- @0x/web3-wrapper@7.0.5
2020-02-06 21:24:29 +10:00
Jacob Evans
0e1b08ff54
Updated CHANGELOGS & MD docs
2020-02-06 21:24:05 +10:00
Jacob Evans
93f2b6b4d8
Publish
...
- @0x/contracts-asset-proxy@3.1.1
- @0x/contracts-coordinator@3.0.4
- @0x/contracts-dev-utils@1.0.4
- @0x/contracts-erc1155@2.0.4
- @0x/contracts-erc20-bridge-sampler@1.1.0
- @0x/contracts-erc20@3.0.4
- @0x/contracts-erc721@3.0.4
- @0x/contracts-exchange-forwarder@4.0.4
- @0x/contracts-exchange-libs@4.1.0
- @0x/contracts-exchange@3.1.0
- @0x/contracts-extensions@5.1.3
- @0x/contracts-integrations@2.2.0
- @0x/contracts-multisig@4.0.4
- @0x/contracts-staking@2.0.4
- @0x/contracts-test-utils@5.1.1
- @0x/contracts-utils@4.1.0
- 0x.js@9.0.4
- @0x/abi-gen@5.1.0
- @0x/assert@3.0.4
- @0x/asset-swapper@4.0.0
- @0x/base-contract@6.1.0
- @0x/connect@6.0.4
- @0x/contract-addresses@4.3.0
- @0x/contract-artifacts@3.4.0
- @0x/contract-wrappers-test@12.2.5
- @0x/contract-wrappers@13.4.0
- @0x/contracts-gen@2.0.4
- @0x/dev-utils@3.1.1
- @0x/instant@1.0.41
- @0x/json-schemas@5.0.4
- @0x/migrations@6.0.0
- @0x/monorepo-scripts@1.0.47
- @0x/order-utils@10.1.1
- @0x/orderbook@2.1.0
- @0x/sol-compiler@4.0.4
- @0x/sol-coverage@4.0.4
- @0x/sol-doc@3.1.1
- @0x/sol-profiler@4.0.4
- @0x/sol-trace@3.0.4
- @0x/sol-tracing-utils@7.0.4
- @0x/sra-spec@3.0.4
- @0x/subproviders@6.0.4
- @0x/utils@5.2.0
- @0x/web3-wrapper@7.0.4
2020-01-22 18:49:46 +10:00
Jacob Evans
00e616b57a
Updated CHANGELOGS & MD docs
2020-01-22 18:49:24 +10:00
James Towle
ce04d3ce41
Fix regression in DevUtils ( #2449 )
...
* fix bug in OrderTransferSimulationUtils causing failures for 721 assets
* Patched the regression and added tests
* Added regression test for fillable order
* Created a test for in and out of process ganache
* Split up DevUtils into two contracts
* Updated migration
* Remove the in and out of process ganache test
* Fixed contract addresses
* Appease linter
* Addressed review comments and updated artifacts, wrappers, and snapshots
* Fixed regression after refactor
* Update DevUtils and libTransactionDecoder contracts on mainnet and testnets
* Addressed @mzhu's review feedback
* Addressed @hysz's review feedback
* Updated devUtils address on testnets and mainnet after deployment
Co-authored-by: mzhu25 <mchl.zhu.96@gmail.com>
Co-authored-by: Fabio B <kandinsky454@protonmail.ch>
2020-01-22 12:54:10 +10:00
Lawrence Forman
1a04a18245
@0x/contract-artifacts
: Update IERC20BridgeSampler
artifact.
2020-01-20 13:30:57 +10:00
Jacob Evans
ad17174119
Rename to Batch
2020-01-20 13:30:54 +10:00
Jacob Evans
08640e8575
Update asset-swapper WIP
2020-01-20 13:30:54 +10:00
Amir
25dfd47d32
Fix Ganache migrations
2020-01-17 10:47:17 -08:00
Michael Zhu
2083632299
Update addresses, artifact, wrapper
2020-01-15 10:38:57 -08:00
Lawrence Forman
71731d223b
Update contract wrappers (esp Forwarder + asset-swapper) ( #2432 )
...
* `@0x/contract-artifacts`: Update artifacts.
* `@0x/contract-wrappers`: Regenerate wrappers.
* `@0x/migrations`: Update Forwarder migration.
* `@0x/asset-swapper`: Update forwarder fees for new forwarder contract.
* `@0x/dev-utils`: Make `"istanbul"` the default `hardfork` when creating a ganache provider.
* `@0x/asset-swapper`: Remove debug code.
* `@0x/asset-swapper`: Remove `getSmartContractParamsOrThrowAsync()` because why does it even exist?
`@0x/asset-swapper`: Fix broken tests.
`@0x/asset-swapper`: Correctly handle affiliate fees in `getCalldataOrThrow()`.
* `@0x/contract-wrappers`: Export `ExchangeOwnershipTransferredEventArgs`.
`@0x/0x.js`: Export `ExchangeOwnershipTransferredEventArgs`.
`@0x/asset-swapper`: Unexport `MethodAbi`, `ConstructorStateMutability`, and `StateMutability`.
* Update changelogs
* Update packages/migrations/CHANGELOG.json
Co-Authored-By: Jacob Evans <jacob@dekz.net>
* Update packages/asset-swapper/CHANGELOG.json
Co-Authored-By: Jacob Evans <jacob@dekz.net>
Co-authored-by: Lawrence Forman <me@merklejerk.com>
Co-authored-by: Jacob Evans <dekz@dekz.net>
2020-01-09 15:35:22 -05:00
Jacob Evans
2113fb490d
Publish
...
- @0x/contracts-asset-proxy@3.1.0
- @0x/contracts-coordinator@3.0.3
- @0x/contracts-dev-utils@1.0.3
- @0x/contracts-erc1155@2.0.3
- @0x/contracts-erc20-bridge-sampler@1.0.3
- @0x/contracts-erc20@3.0.3
- @0x/contracts-erc721@3.0.3
- @0x/contracts-exchange-forwarder@4.0.3
- @0x/contracts-exchange-libs@4.0.3
- @0x/contracts-exchange@3.0.3
- @0x/contracts-extensions@5.1.2
- @0x/contracts-integrations@2.1.0
- @0x/contracts-multisig@4.0.3
- @0x/contracts-staking@2.0.3
- @0x/contracts-test-utils@5.1.0
- @0x/contracts-utils@4.0.3
- 0x.js@9.0.3
- @0x/abi-gen@5.0.3
- @0x/assert@3.0.3
- @0x/asset-swapper@3.0.3
- @0x/base-contract@6.0.3
- @0x/connect@6.0.3
- @0x/contract-addresses@4.2.0
- @0x/contract-artifacts@3.3.0
- @0x/contract-wrappers-test@12.2.4
- @0x/contract-wrappers@13.3.0
- @0x/contracts-gen@2.0.3
- @0x/dev-utils@3.1.0
- @0x/instant@1.0.40
- @0x/json-schemas@5.0.3
- @0x/migrations@5.1.0
- @0x/monorepo-scripts@1.0.46
- @0x/order-utils@10.1.0
- @0x/orderbook@2.0.1
- @0x/sol-compiler@4.0.3
- @0x/sol-coverage@4.0.3
- @0x/sol-doc@3.1.0
- @0x/sol-profiler@4.0.3
- @0x/sol-trace@3.0.3
- @0x/sol-tracing-utils@7.0.3
- @0x/sra-spec@3.0.3
- @0x/subproviders@6.0.3
- @0x/utils@5.1.2
- @0x/web3-wrapper@7.0.3
2020-01-06 11:10:22 +10:00
Jacob Evans
0afedbd252
Updated CHANGELOGS & MD docs
2020-01-06 11:10:03 +10:00
Alex Towle
9e7645a167
Removed hand-written timestamps
2019-12-19 13:26:00 -08:00
Alex Towle
6dccc37143
Removed forbidden fields in artifact
2019-12-19 11:40:49 -08:00