mzhu25
|
3cc639c8d0
|
MultiplexFeature and BatchFillNativeOrdersFeature (#140)
* WrappedFillFeature
* Address internal feedback
* create features/interfaces/ directory
* Split NativeOrdersFeature into mixins
* Rename mixins to use NativeOrders namespace
* Add BatchFillNativeOrdersFeature
* Rename WrapperFillFeature => MultiplexFeature and add natspec comments
* Emit LiquidityProviderSwap event
* post-rebase fixes
* Multiplex mainnet fork tests
* lint
* Add tests for batch fill functions
* Remove market functions
* Addres PR feedback
* Remove nested _batchFill calls from _multiHopFill
* Add BatchFillIncompleteRevertError type
* Use call{value: amount}() instead of transfer(amount)
* Remove outdated comment
* Update some comments
* Add events
* Address spot-check recommendations
* Remove-top level events, add ExpiredRfqOrder event
* Update changelog
* Change ExpiredRfqOrder event
* Update IZeroEx artifact and contract wrapper
|
2021-03-08 15:45:49 -08:00 |
|
Lawrence Forman
|
3e8f9a6b53
|
Cherry-pick changes from feat/dev-utils/dydx-bridge-validation
|
2020-02-07 22:10:10 -05:00 |
|
Michael Zhu
|
4663eec950
|
Add function assertions required for staking rewards fuzzing: withdrawDelegatorRewards, finalizePool, and endEpoch. Also adds payProtocolFee-related assertions to fillOrder
|
2019-12-09 23:45:37 -08:00 |
|
fabioberger
|
e1ea65525f
|
Add doc generation to several more packages and fix up their index.ts files so all public interface types are exported
|
2019-11-18 10:29:25 +00:00 |
|
Amir Bandeali
|
0758f231e2
|
Split tokens package into erc20 and erc721
|
2019-01-21 21:41:21 -08:00 |
|