Skip to content

Releases: Devolved-AI/Argochain

v0.1.0-beta

19 Jun 20:39
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Release v1.0.0-beta

Summary

This pre-release beta version for the ArgoChain testnet introduces new features, bug fixes, and breaking changes to enhance the development and deployment of decentralized applications within our testnet environment.

New Features

  • Feature 1: Custom Pallet Integration
    • Introduced several custom pallets tailored for the ArgoChain, providing extended functionality for developers to leverage in their decentralized applications. These include:
      • Pallet 1: Governance Pallet
        • Enables decentralized governance features, allowing users to propose and vote on changes to the network.
      • Pallet 2: Token Pallet
        • Provides functionality for token management, including minting, burning, and transferring tokens.
      • Pallet 3: Identity Pallet
        • Facilitates identity management on the blockchain, allowing users to register and verify identities securely.

Bug Fixes

  • Fix 1: Transaction Validation
    • Fixed an issue where certain transactions were not being validated correctly, ensuring all transactions are now processed accurately.
  • Fix 2: Network Stability
    • Resolved various bugs affecting network stability, resulting in a more reliable and robust network performance.

Breaking Changes

  • Change 1: Updated API Endpoints
    • Some API endpoints have been updated to improve functionality and security. Please refer to the updated documentation for details on the new endpoint formats.
  • Change 2: Configuration File Changes
    • Configuration files have been restructured to support new features and improvements. Existing configuration files will need to be updated accordingly.

Deprecations

  • Deprecated Feature 1: Legacy API Support
    • Support for legacy API endpoints has been deprecated. Users are encouraged to transition to the new API endpoints to take advantage of improved features and security.

Upgrade Notes

To upgrade from previous versions to v1.0.0-beta, please follow these steps:

  1. Backup Your Data

    • Ensure you have a complete backup of your current data and configuration files.
  2. Update Configuration Files

    • Review the new configuration file structure and update your existing files accordingly. Refer to the documentation for details on the new configuration options.
  3. Install the New Version

    • Pull the latest version from the repository and install it by running the following commands:
      git pull origin master
      cargo install --path .
  4. Migrate Data (if necessary)

    • If there are any data migrations required, follow the instructions provided in the documentation to migrate your data to the new format.
  5. Restart Services

    • Restart all services to apply the updates and ensure everything is running smoothly.

By following these steps, you will be able to seamlessly upgrade to ArgoChain v1.0.0-beta and enjoy the new features and improvements it offers.

For more detailed information, refer to our README.md, CONTRIBUTING.md, and CODE_OF_CONDUCT.md files.