Skip to content

Releases: Stride-Labs/stride

v8.0.0

26 Mar 08:32
3c69e76
Compare
Choose a tag to compare

Stride v8.0.0

Summary of issues

v8.0.0 - 2023-03-26

On-Chain changes

  1. Add Multiple Validators in One Transaction (4ce1317)
  2. Add new claim queries (7e7335a)
  3. Autopilot JSON Memo (d16d7f2)
  4. Enable Delegator Shares Query to Correct DelegationAmt (5868b82)
  5. Add Unit Test for claim module AfterEpochEnd (29fce22)
  6. Airdrop Safety Checks (a7ebe87)
  7. v8 Upgrade Handler (31c5dc4)
  8. v8 Import Paths (0a42766)

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v7.0.0.

  1. Fixed typo in docs for adding a new host (75f6b6b)
  2. Automatically Build Docker Image on New Release (in CI) (26aaf00),(4febc23)
  3. Airdrop Testing Scripts (f305dc)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v8.0.0
make build

v7.0.0

14 Mar 05:41
ef4808d
Compare
Choose a tag to compare

Stride v7.0.0

Summary of issues

v7.0.0 - 2023-03-12

On-Chain changes

  1. IBC Rate Limiting (94e3a91)
  2. Host Zone Reward Reallocation (3539983)
  3. Add Autopilot (1c173fe)
  4. Prevent undelegations of amount 0 (3e0f404)
  5. Change sdkerrors to errorsmod (dfc5fb0)
  6. Remove Epoch Unbonding Records with 0 amounts (470268d)
  7. Remove ICACallbacks from Middleware (59a872b)
  8. Remove unnecessary setting of EXIT_TRANSFER_QUEUE (0413e99)
  9. Airdrop Reset (b7371d7)
  10. Module Account Safety (0a325de)
  11. Minor optimizations (c3df52d, 85e76ec, [5ff42a9](5ff42a9, b3196d2, ddc951a, bdd05b0 3d4ba72)
  12. Queries (9b17edf, f07ff73)
  13. Dependency Bumps (2a04046)
  14. v7 Upgrade Handler (9bc47dc)
  15. v7 Import Paths (563bc25)

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v6.0.0.

  1. Relayer Permissions (42e2618)
  2. Setup works across Linux distros (c7ae1f5)
  3. Minor README updates (7414ce9)
  4. Dependency Bumps (24487b8)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v7.0.0
make build

v6.0.0

22 Feb 22:51
Compare
Choose a tag to compare

Stride v6.0.0

Summary of issues

On-Chain Changes

  1. Added reset logic for the second season of the airdrop.

v6.0.0 - 2023-02-22

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v6.0.0
make build

v5.0.0

20 Jan 23:26
8848c22
Compare
Choose a tag to compare

Stride v5.0.0

Summary of issues

v5.0.0 - 2023-01-19

On-Chain changes

  1. Added query for next send packet sequence number (fec8b45)
  2. Added additional fields to InitGenesis and ExportGenesis in stakeibc (ea5a9a4)
  3. Incremented module version to v5 (50eb2b4)
  4. Upgrade store migration (f635c1a)
  5. Upgrade handler, remove Authz from store (cd96f99)
  6. Upgraded to cosmos-sdk v0.46.7 and ibc-go v5.1.0 (e55f6f2)
  7. Informal Systems audit fixes IF-STRIDE-STAKEIBC-ARITHMETIC (1c0a4b8)
  8. Cleaned up epoch and callback logs (d1938b9), (c5d137a), (ac45bc4), (9a8b757)
  9. Misc minor refactoring / cleanup (af53f06), (edb90e9), (78790b0), (29dc4f2), (f3f607a), (3c3c54b)
  10. Dependency bumps (c1ff649), (b06abe3)

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v4.0.3.

  1. Localstride upgrade support (50eb2b4)
  2. SetupConfig helper for unit tests (4996b7b)
  3. Updated docs (6816961), (f306089), (8ee30c2), (6889888), (abcba0f)
  4. Dockernet updates: improved docs, added v5 host zone, updated dependencies (2a60eb5), (e9351a2), (2e461a3), (619f704), (39ad5b8)
  5. CI updates (1c0a4b8), (5f73659)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v5.0.0
make build

v4.0.3

10 Dec 18:05
5f3a857
Compare
Choose a tag to compare

Stride v4.0.3

Summary of Issue

This release is identical to v4.0.2, with the addition of a new query that returns all pending ICQs.

v4.0.3 - 2022-12-10

On-Chain Changes

  1. Add list-pending-queries query to interchainquery module (433dabc)

Off-Chain Changes

  1. Updated docs (a37a56d, 87f7e6d, c913955)
  2. Added Makefile commands to start dockernet with different host chains (33cb844)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v4.0.3
make build

v4.0.2 Lyra Release

05 Dec 21:05
a10b3c7
Compare
Choose a tag to compare

Stride v4.0.2

Summary of issues

v4.0.2 - 2022-12-05

This release is equivalent to v4.0.0, with one additional change: (9d83474e). This fixes the versioning on protos, so that nodes can build their own proto files.

On-Chain changes

  1. Dependency bumps (384178b2c), (0a2297ea), (802a1dee3), (f1d90c6a)
  2. Add max claimable tokens query (613e8571)
  3. Interchain query proto cleanup (9d5e1f6d)
  4. Add undelegation logging (e74c34d12)
  5. v4 upgrade changes (928618b)
  6. Revert HostZoneUnbonding status upon channel restoration (730cf3d38)
  7. Informal Systems audit fixes IF-STRIDE-STAKEIBC-REDEEM_STAKE (f8990a7e4f4), IF-STRIDE-STAKEIBC-UPDATEDELEGATIONBALANCES (a8a1658ca)

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v4.0.0.

  1. Update Go Relayer to use Stride v3 (faf3e7b2)
  2. Generalized Integration Tests (80e8e2a4)
  3. Add localstride (46a54f6c2)
  4. Dockernet updates (b903866c64), (df2fcea21c)
  5. Add ctx app test helper (0e0238b3)

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v4.0.2
make build

v3.0.0

19 Nov 05:53
8ebccb4
Compare
Choose a tag to compare

Stride v3.0.0

Summary of issues

v3.0.0 - 2022-11-18

On-Chain changes

  1. Airdrop module (24224f7, 24224f7). Adds support for airdrop claims, including vesting.
  2. Proto reorganization (8e3668a). This cleans up proto files to be more in-line with other Cosmos projects.
  3. Add Authz support (e59c98e).
  4. Cleanup ICQ Callbacks (3ec6b8e, e747ac7). Reorganizes ICQ Callbacks and errors self-heal faster.
  5. Versioning (78fd819, 0dbbbd8, dd6c26, f77eac1, 24f4b44). Updating versions to v3, as well as updating some Go modules.

Off-Chain changes

These changes do not affect any on-chain functionality, but have been implemented since v2.0.3.

  1. Testing flow to connect a local Stride chain to a production mainnet (4cb9626). This is used to streamline onboarding a new Host Zone.
  2. Cleanup testing flow (4133ccd, 1ba0b50, 1ba0b50, fb03e0d). There were a few deprecated testing scripts locally (e.g. testing outside of Docker, and spinning up a separate ICQ relayer), as well as some additional testing functionality (e.g. support for Linux, testing slashing)
  3. Additional Docs (c5cbb83).

Changelog

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v3.0.0
make build

v2.0.3

21 Oct 21:18
650c990
Compare
Choose a tag to compare

Stride v2.0.3

Summary of issues

  • Add ledger support
  • Dragonberry patch
  • Add validator rebalancing
  • Allow validators to be governance selected
  • Add PENDING flag to increase ICA stability
  • Account for PENDING packets in exchange rate calculation

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v2.0.3
make build

v1.0.4

16 Oct 09:36
Compare
Choose a tag to compare

Stride v1.0.4

Summary of issues

Dragonberry patch

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v1.0.4
make build

v1.0.2

07 Sep 00:56
Compare
Choose a tag to compare

Stride v1.0.2

Summary of issues

  • Fix stochastic sorting issue
  • Add new query

🔨 Build from source

git clone https://github.com/Stride-Labs/stride
cd stride && git checkout v1.0.0
make build

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.