Skip to content

Releases: gitopia/gitopia

gitopiad v6.0.0

02 Sep 14:35
d3d8d4d

Choose a tag to compare

Release Notes

⚠️ Please note that this is a Consensus breaking upgrade, so make sure you only upgrade your validator and nodes after the chain upgrade proposal passes.

This release adds the new storage module and add the v6 upgrade handler.

Changes

  • implement storage module to manage storage providers, storage information and storage challenges
  • handle race conditions in repository update transactions by including repository state in the transaction
  • implement storage update proposal and approval process
  • implement charging for storage usage beyond free limit

Breaking Changes

  • Due to the major version bump, this release may introduce breaking changes. Please upgrade only after the chain upgrade proposal passes.

gitopiad v5.1.0

30 Nov 08:17

Choose a tag to compare

Release Notes

⚠️ Please note that this is a Consensus breaking upgrade, so make sure you only upgrade your validator and nodes after the chain upgrade proposal passes.

This release fixes some critical issues in DAO implementation and add the new v5.1.0 upgrade handler.

Detailed Changes

  • fix errors in pull request merge messages
  • set whois update in UpdateDaoMetadata proposal
  • fix UpdateDaoConfig proposal
  • update protobuf imports
  • add the new v5.1.0 upgrade handler

Breaking Changes

  • Due to the major version bump and significant dependency upgrades, this release may introduce breaking changes. Please upgrade only after the chain upgrade proposal passes.

gitopiad v5.0.1

28 Nov 10:01

Choose a tag to compare

⚠️ Please note that this is a Consensus breaking upgrade, so make sure you only upgrade your validator and nodes after the chain upgrade proposal passes.

We are excited to announce the release of Gitopia v5.0.1! This major update brings significant improvements to Gitopia DAOs.

Detailed Changes

  • Each DAO is associated with a group
  • The DAO governance on critical repository actions are configurable
  • Implement new DAO proposal messages
    • Release creation
    • Pull Request merging
    • Collaborator management
    • Treasury spend
    • Update dao metadata
  • Switched to a forked version of cosmos-sdk to disable pruing of group proposals and votes
  • Migration of existing DAOs

Breaking Changes

  • Due to the major version bump and significant dependency upgrades, this release may introduce breaking changes. Please upgrade only after the chain upgrade proposal passes.

gitopiad v4.0.0

26 Aug 16:48

Choose a tag to compare

Gitopia v4.0.0 Release Notes

⚠️ Please note that this is a Consensus breaking upgrade, so make sure you only upgrade your validator and nodes after the chain upgrade proposal passes.

We are excited to announce the release of Gitopia v4.0.0! This major update brings significant upgrades to core dependencies, introduces new features, and includes important fixes and improvements.

Highlights

  • Major Dependency Upgrades: We've updated several core dependencies to newer stable versions, ensuring better performance, security, and compatibility.
  • New Features: This release introduces Interchain Accounts support and adds comprehensive end-to-end tests.
  • Developer Experience Improvements: We've enhanced our local development environment and fixed several issues to improve the developer experience.

Detailed Changes

Upgrades

  • Upgraded Cosmos SDK to v0.47.13
  • Upgraded IBC-Go to v7.4.0
  • Upgraded CometBFT to v0.37.6
  • Upgraded Go version to 1.21

New Features

  • Enabled Interchain Accounts
  • Added end-to-end tests for improved reliability
  • Introduced localnet docker-compose configuration, including:
    • Chain
    • Faucet
    • Git server
    • Graph indexer
    • Rewards service

Fixes and Improvements

  • Fixed output stream of the gitopiad binary
  • Implemented migration of parameters for SDK modules
  • Fixed genesis time in Gitopia parameters
  • Various other minor fixes and improvements

Breaking Changes

  • Due to the major version bump and significant dependency upgrades, this release may introduce breaking changes. Please upgrade only after the chain upgrade proposal passes.

gitopiad v3.0.1

15 Sep 17:56
18f36ed

Choose a tag to compare

Patch release with the fix for non-determinism in migration

gitopiad v2.0.0

14 May 19:46
b707fc1

Choose a tag to compare

This is the release of gitopia node software for the mainnet.

gitopiad v2.0.0-rc.1

06 May 12:04
57c6247

Choose a tag to compare

This is the RC release of gitopia node software for the mainnet.