Skip to content

v8.0.0

Compare
Choose a tag to compare
@shellvish shellvish released this 26 Mar 08:32
· 255 commits to main since this release
3c69e76

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