Skip to content

Commit

Permalink
Readme update and release notes (#906)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
ToasterTheBrave and Tyler Ruppert committed Jul 6, 2023
1 parent 846cb5d commit e6bd5ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rm -r ~/.paloma/data/wasm/cache
### To get the latest prebuilt `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/download/v1.3.1/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.4.0/paloma_Linux_x86_64.tar.gz | \
sudo tar -C ~/ -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
```
Expand All @@ -87,7 +87,7 @@ sudo chmod +x /usr/local/bin/palomad
```shell
git clone https://github.com/palomachain/paloma.git
cd paloma
git checkout v1.3.1
git checkout v1.4.0
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
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

0 comments on commit e6bd5ab

Please sign in to comment.