Skip to content

Commit

Permalink
Release notes (#189)
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 Jun 16, 2023
1 parent 356372c commit bc16216
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ This repo does not accept issues. Please use https://github.com/palomachain/palo
> If you see this after the chains starts producing blocks, then it means that your validator has been jailed.
> #### Note:
> Some have seen errors with GLIBC version differences with the downloaded binaries for v1.1.1. This is caused by a difference in the libraries of the host that built the binary and the host running the binary.
> Some have seen errors with GLIBC version differences with the downloaded binaries. This is caused by a difference in the libraries of the host that built the binary and the host running the binary.
>
> If you experience these errors, please pull down the code and build it, rather than downloading the prebuilt binary
### To get the latest prebuilt `pigeon` binary:

```shell
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.1.1/pigeon_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.2.0/pigeon_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - pigeon
sudo chmod +x /usr/local/bin/pigeon

Expand All @@ -69,7 +69,7 @@ mkdir ~/.pigeon
```shell
git clone https://github.com/palomachain/pigeon.git
cd pigeon
git checkout v1.1.1
git checkout v1.2.0
make build
sudo mv ./build/pigeon /usr/local/bin/pigeon

Expand Down
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## What's Changed
* Remove Release notes from master branch by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/176
* Update readme for next release by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/178
* Enable Formatting and linting by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/180
* Stop vendoring paloma proto files by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/181
* Support for parallel processing by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/182
* Spread relay load across all validator pigeons by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/183
* Ticking every 10 seconds for faster processing of new messages by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/184
* Loop every second by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/185
* Continue checking if a pigeon is staking by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/186
* Upgrade to paloma v1.3.0 by @ToasterTheBrave in https://github.com/palomachain/pigeon/pull/187


**Full Changelog**: https://github.com/palomachain/pigeon/compare/v1.1.1...v1.2.0

0 comments on commit bc16216

Please sign in to comment.