Overview
Introducing Sifchain v1.13.0-beta: Non-Inflationary Yield Rewards & Enhanced Functionalities
- Rewards Bucket in CLP Keeper: New functionality for managing reward distributions.
- Advanced Queries: Enhanced capabilities for querying reward buckets.
- Comprehensive Testing: Addition of unit, integration, and mock tests for robust system reliability.
- New CLP Transactions: Facilitates adding liquidity to rewards bucket.
- Expanded Keeper Functions: Additional functions for rewards bucket management.
- Epochs Module: New module for scheduling daily reward distributions.
- Reward Distribution Mechanism: Automated distribution of rewards to eligible liquidity providers based on locked periods (default 14 days).
- Reward Calculation & Distribution: Accurate calculation and distribution of rewards to eligible LPs.
- Updated CLI & Parameters: Enhanced CLP command-line interface and new parameters for reward management.
- Tracking Rewards: Detailed tracking of rewards, whether distributed or added to the liquidity pool.
These updates enhance Sifchain's efficiency in non-inflationary reward distribution and represent a significant step forward in our platform's development.
We value your feedback. Please feel free to report any issues or suggestions to help us improve!
📦 Executable Files
Available binaries files for both Linux and Darwin (covering amd64 and arm64 architectures) are listed below. For Darwin users, a universal binary named sifnoded-v1.3.0-beta-darwin-all
can be utilized for both amd64 and arm64.
🛠 Compile from Source
If you wish to compile the software from its source, follow these steps:
git clone https://github.com/sifchain/sifnode
cd sifchain && git checkout v1.3.0-beta
make install
Updates & Enhancements
For a comprehensive list of modifications, refer to the changelog here.