Skip to content

Commit

Permalink
Readme and release notes for new release (#949)
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
MechanicalTyler and Tyler Ruppert authored Aug 15, 2023
1 parent c8ba5a1 commit d166b24
Show file tree
Hide file tree
Showing 2 changed files with 8 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.6.1/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.7.1/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -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.6.1
git checkout v1.7.1
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## What's Changed
* Support jobs with MEV relay targeted deployment by @byte-bandit in https://github.com/palomachain/paloma/pull/946
* feat: prevent pigeon liveness check for non-validators by @byte-bandit in https://github.com/palomachain/paloma/pull/947


**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.7.0...v1.7.1

0 comments on commit d166b24

Please sign in to comment.