Skip to content

Releases: Pylons-tech/pylons

v1.0.0-rc4 [Multisig]

07 Oct 09:03
98e29da
Compare
Choose a tag to compare

Multisig is an extremely important feature. This release will allow Pylons team to use multisig normally.

This is important for mainnet

What's Changed

Read more

v1.0.0-rc1

03 Aug 13:57
730634f
Compare
Choose a tag to compare

Pylons v1.0.0-rc1

Upgrade Prerequisites

  • Go 1.18.* or 1.19.*
    • Arch linux: pacman -Syyu go
    • Ubuntu: snap install go --classic
    • Other linux distributions are left as an exercise to the reader
  • $GOPATH/bin on your $PATH environment variable. Here's how I usually set that up, your mileage may vary:
    • export PATH=$PATH:~/go/bin
    • export GOPATH=~/go

Upgrade procedure

The upgrade is at block 1495000

At block 1495000, your node will stop. When your validator node stops, you should run these commands:

git clone https://github.com/Pylons-tech/pylons
cd pylons
git checkout v1.0.0-rc1
go install ./...
pylonsd start

That will upgrade the Pylons blockchain to v1.0.0-rc1 and re-start the node. The network will begin to produce blocks again after 2/3rds of VotePower comes back online, and this typically takes 2-30 minutes.

Note: you may wish to use SystemD or the like, and if you use systemd or another process manager, you should write your own unit file, since it wouldn't be appropriate for us to provide guidance on that.

  • To check the consensus state, you can run:
curl localhost:26657/consensus_state
  • If you experience errors during the process, please ask for help in the validators channel.
  • Please expect rpc infrastrucure to go down for 1-24 hours

When the network begins to produce blocks again, the upgrade is complete.

What's Changed

Full Changelog: v1.0.0-rc0...v1.0.0-rc1

Pylons v1.0.0-rc0

03 Aug 00:23
97782ac
Compare
Choose a tag to compare

What's Changed

Read more

v0.4.2

26 Apr 21:33
89479b9
Compare
Choose a tag to compare

This release includes fix for IBC base NFT purchase.Now user can buy NFT using following IBC tokens

  • ATOM (uatom)
  • UST (uusd)
  • Emoney Euro (eeur)
  • Agoric (urun)
  • Juno(ujunox)
    Moreover, zero Royalty issue is also fixed, now user can create NFT without royalty. Project Documentation is also improved . This upgrade is fully compatible with v0.4.1, and has been tested to be so on the current pylons testnet.

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1 - Minor stability release

17 Dec 17:49
59cc4b2
Compare
Choose a tag to compare

This release includes minor security updates, better documentation, and stability improvements to the recipe execution engine. This upgrade is fully compatible with v0.4.1, and has been tested to be so on the current pylons testnet.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Dec 14:40
69f294a
Compare
Choose a tag to compare

This is a breaking update with previous versions including protobuf changes, state-machine changes, bug fixes, and quality-of-life improvements.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

09 Nov 19:44
974855b
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

Full Changelog: v0.3.2...v0.3.3

What's Changed

v0.3.1

01 Nov 18:43
c26fcf9
Compare
Choose a tag to compare

This update addresses a security issue with our dependencies.

v0.3.0 IS NOW DEPRECATED.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Oct 15:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Oct 13:46
165bf5d
Compare
Choose a tag to compare

What's Changed

  • Add the x/epochs module and custom fee distribution logic
  • Upgrade dependencies (Cosmos SDK, IBC-go, Tendermint Core)
  • Add simulation testing and expand unit test coverage
  • Add list-trades query
  • Add paymentProcessors functionality to enable Google IAP and Stripe purchases
  • Bug fixes

See the CHANGELOG for an exhaustive list of all changes.