Skip to content

Releases: ferrumnet/snap-hodl

v1.3.4

19 Apr 09:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

18 Apr 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

18 Apr 10:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

13 Apr 18:58
e5a3c0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Mar 09:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Mar 22:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Jan 22:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Jan 03:06
Compare
Choose a tag to compare

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

Full Changelog: v0.7.2...v1.0.0

v0.7.2

10 Nov 09:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

02 Nov 15:25
Compare
Choose a tag to compare

What's Changed

  • add snapHodlConfigId query param in the getAllSnapShots API by @MHaris-Ferrum in #22

New Contributors

Full Changelog: v0.7.0...v0.7.1