Closed joemonem closed 3 months ago
The recent changes introduce a minor version update for the andromeda-auction
package and modify the execute_claim
function to remove the nonpayable restriction. This adjustment allows the function to accept payments, aligning with the issue raised regarding auction claims. The updates ensure that the auction mechanism can now handle fee-related transactions effectively, enhancing the overall functionality.
Files | Change Summary |
---|---|
contracts/non-fungible-tokens/andromeda-auction/Cargo.toml |
Version updated from 2.0.0 to 2.0.1 for a minor patch release. |
contracts/non-fungible-tokens/andromeda-auction/src/contract.rs |
Removed nonpayable(&info)? from execute_claim function. |
Objective | Addressed | Explanation |
---|---|---|
Allow auction claims to accept payments (Issue #524) | β |
π° In the realm of code, a change we see,
Nonpayable removed, now claims can be free.
Auctions now dance, with taxes in play,
A hop towards function, brightening the way!
Letβs cheer for the updates, a leap and a bound,
In the world of Rust, new features abound! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Motivation
Closes #524
Implementation
Removed
nonpayable
Testing
No tests were affected
Version Changes
2.0.0 to 2.0.1
Summary by CodeRabbit
New Features
andromeda-auction
package, enhancing stability and performance.Bug Fixes