Releases: ferrumnet/snap-hodl
Releases · ferrumnet/snap-hodl
v1.3.4
What's Changed
- Balance Variable Refacorization by @0xShadowScripter in #35
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- address case senstivity resolved by @0xShadowScripter in #34
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Address Case Sensitivity Handled by @0xShadowScripter in #33
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- topic variable reference corrected by @0xShadowScripter in #30
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- indexer added for trading volume by @0xShadowScripter in #29
New Contributors
- @0xShadowScripter made their first contribution in #29
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- CICD enabled by @sheraz-ferrum in #25
New Contributors
- @sheraz-ferrum made their first contribution in #25
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Release Notes - v1.0.0
Overview
This release introduces a significant update to the getUniqueStakersFromOpenStaking
function in the Snap-HODL dApp. The update enhances the accuracy of identifying unique stakers by considering the transaction initiator's address instead of the source address in the event log. This solves the issue of Mint and Stake users utilizing the "Deposit and Stake" function where the cFRM is minted and sent to the staking addresses from the genesis 0x000
address.
Changes
Updated Functionality
- getUniqueStakersFromOpenStaking: Modified to capture the address of the transaction initiator for each staking-related event. This change ensures that the list of unique stakers is more accurately represented, especially in scenarios where the source address in the event log does not reflect the actual staker's address.
Technical Improvements
- Implemented asynchronous loop handling within
getUniqueStakersFromOpenStaking
to fetch transaction receipts. - Enhanced error handling for transaction receipt fetching and processing.
Bug Fixes
- Fixed an issue where certain staking transactions were not correctly attributed to the initiating staker.
What's Changed
- updated depositAndStake Fetch event by @taha-abbasi in #24
Full Changelog: v0.7.2...v1.0.0
v0.7.2
What's Changed
- add build folder in the .gitignore file by @MHaris-Ferrum in #23
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- add snapHodlConfigId query param in the getAllSnapShots API by @MHaris-Ferrum in #22
New Contributors
- @MHaris-Ferrum made their first contribution in #22
Full Changelog: v0.7.0...v0.7.1