From f727999dcd7c616faef5e2c7d71caf8085fe7b21 Mon Sep 17 00:00:00 2001 From: Tyler Ruppert <524638+ToasterTheBrave@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:36:13 -0600 Subject: [PATCH] Release notes (#883) * Add release notes * Update readme --------- Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> --- README.md | 10 +++++----- RELEASE_NOTES.md | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 RELEASE_NOTES.md diff --git a/README.md b/README.md index 5afce0b1..ef9a1ac3 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ We have active, helpful communities on Twitter and Telegram. See [Release procedure](CONTRIBUTING.md#release-procedure) for more information about the release model. ## Active Networks -* Testnet `paloma-testnet-15` (January 20, 2023) - current tag v1.2.0 -* Mainnet `messenger` (February 2, 2023) - current tag: v1.2.0 +* Testnet `paloma-testnet-15` (January 20, 2023) +* Mainnet `messenger` (February 2, 2023) ## Join an active Network > #### Note: -> Some have seen errors with GLIBC version differences with the downloaded binaries for v1.2.0. 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 @@ -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.2.0/paloma_Linux_x86_64.tar.gz | \ +wget -O - https://github.com/palomachain/paloma/releases/download/v1.3.1/paloma_Linux_x86_64.tar.gz | \ sudo tar -C ~/ -xvzf - palomad sudo chmod +x /usr/local/bin/palomad ``` @@ -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.2.0 +git checkout v1.3.1 make build sudo mv ./build/palomad /usr/local/bin/palomad ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..4dfc9a74 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## What's Changed +* Upgrade gogoproto and cosmos-sdk by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/874 +* Lengthen the valset publish keep-warm time by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/881 +* Toaster/module updates by @ToasterTheBrave in https://github.com/palomachain/paloma/pull/882 + + +**Full Changelog**: https://github.com/palomachain/paloma/compare/v1.3.0...v1.3.1