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.2 changelog and release notes (#153)
- Loading branch information
1 parent
ea309e1
commit f6e95aa
Showing
2 changed files
with
14 additions
and
8 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,13 @@ | ||
# Release Notes | ||
|
||
This release introduces bug fixes and improvements. | ||
This release introduces version bumps to some dependencies. | ||
|
||
## Changelog | ||
|
||
### Improvements | ||
|
||
- [#132] Add `cosmos-msgs-per-tx` flag to set how many messages (Ethereum claims) | ||
will be sent in each Cosmos transaction. | ||
- [#134] Improve valset relaying by changing how we search for the last valid | ||
valset update. | ||
- [#144] Bump Umee version to 0.7.1 and fix Gravity Bridge to v1.3.5 | ||
|
||
### Bug Fixes | ||
|
||
- [#134] Fix logs, CLI help and a panic when a non-function call transaction was | ||
received during the TX pending check. | ||
- [#139] Fix issue reported by ToB's audit (TOB-001) |