-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme update and release notes (#906)
Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
- Loading branch information
1 parent
846cb5d
commit e6bd5ab
Showing
2 changed files
with
21 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## What's Changed | ||
* Update readme for next release by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/884 | ||
* Slow down rejailing slightly by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/888 | ||
* Bring readme instructions up to date by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/890 | ||
* Adding commands for managing snapshots by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/891 | ||
* Adding fee management through governance by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/892 | ||
* Fixing goreleaser config for removed functionality by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/895 | ||
* Don't jail when starting up a new chain by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/896 | ||
* 🔧 fix: #265 remove yaml marshalling in endblock logging by @byte-bandit in https://github.com/palomachain/paloma/pull/897 | ||
* feat: #254 Jail pigeons after timeout by @byte-bandit in https://github.com/palomachain/paloma/pull/898 | ||
* Revert "feat: #254 Jail pigeons after timeout" by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/902 | ||
* Relayer Scheduling Logic by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/900 | ||
* Make schedling more spread across validators by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/903 | ||
* Updating the PR template to match our usage by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/904 | ||
|
||
## New Contributors | ||
* @byte-bandit made their first contribution in https://github.com/palomachain/paloma/pull/897 | ||
|
||
**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.3.1...v1.4.0 |