-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(flash-swap): upgrade to "@hifi/protocol" v1.6.0 test(flash-swap): set collateral ceiling in the "uniswapV2Call" tests
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. | |
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.5.0] - 2021-09-24 | ||
|
||
### Changed | ||
|
||
- Declutter README and add usage guides. | ||
- Polish the NatSpec comments. | ||
- Sync peer dependencies. | ||
- Update year in LICENSE. | ||
- Upgrade to `@hifi/protocol` v1.6.0. | ||
- Upgrade to `@paulrberg/contracts` v3.6.0. | ||
|
||
## [1.4.0] - 2021-09-16 | ||
|
||
### Added | ||
|
@@ -82,6 +93,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
|
||
- First release of the package. | ||
|
||
[1.5.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.4.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.3.1]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
[1.3.0]: https://github.com/hifi-finance/hifi/compare/@hifi/[email protected]...@hifi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@hifi/flash-swap", | ||
"description": "Flash swap implementations for liquidating underwater accounts", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": { | ||
"name": "Hifi", | ||
"email": "[email protected]", | ||
|
@@ -11,7 +11,7 @@ | |
"url": "https://github.com/hifi-finance/hifi/issues" | ||
}, | ||
"dependencies": { | ||
"@hifi/protocol": "1.5.0", | ||
"@hifi/protocol": "1.6.0", | ||
"@paulrberg/contracts": "3.6.0", | ||
"@uniswap/v2-core": "1.0.1", | ||
"ethers": "^5.4.7" | ||
|
@@ -81,10 +81,10 @@ | |
], | ||
"license": "LGPL-3.0-or-later", | ||
"peerDependencies": { | ||
"@hifi/protocol": "1.5.0", | ||
"@hifi/protocol": "1.6.0", | ||
"@paulrberg/contracts": "3.6.0", | ||
"@uniswap/v2-core": "1.0.1", | ||
"ethers": "^5.4.6" | ||
"ethers": "^5.4.7" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters