forked from InjectiveLabs/peggo
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: v0.2.7 changelog and release notes (#250)
- Loading branch information
1 parent
5731522
commit 29c2751
Showing
2 changed files
with
10 additions
and
11 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
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,17 +1,11 @@ | ||
# Release Notes | ||
|
||
This release includes several bug fixes and the ability to check for profit | ||
before requesting a new batch. | ||
It also includes updates to vulnerable dependencies. | ||
This release fixes one of the main issues from the Trail of Bits audit, the need | ||
for multiple price oracles instead of one. Now we can have multiple, thanks to | ||
the implementation of the price feeder as a module. | ||
|
||
## Changelog | ||
|
||
### Features | ||
|
||
[#216](https://github.com/umee-network/peggo/pull/216) Add profitability check on the batch requester loop. | ||
|
||
### Bug Fixes | ||
|
||
- [#217](https://github.com/umee-network/peggo/pull/217) Add validation to user input Ethereum addresses. | ||
- [#209](https://github.com/umee-network/peggo/pull/209) Fix the `version` command to display correctly. | ||
- [#205](https://github.com/umee-network/peggo/pull/205) Make sure users are warned when using unencrypted non-local urls in flags. | ||
[#231](https://github.com/umee-network/peggo/pull/231) Add multiple providers for token prices. |