Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update] merge PenaltyClaim() with Claim() #33

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

ayodeko
Copy link
Contributor

@ayodeko ayodeko commented Jun 14, 2024

Merge PenaltyClaim() event into Claim()

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 10.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 21.82%. Comparing base (2d5fde2) to head (25161b0).

Files Patch % Lines
contracts/pools/ERC20PenaltyFeePool.sol 0.00% 4 Missing ⚠️
contracts/pools/ERC721/ERC721PenaltyFeePool.sol 0.00% 4 Missing ⚠️
contracts/pools/ERC721/ERC721LockUpStakingPool.sol 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #33   +/-   ##
========================================
  Coverage    21.82%   21.82%           
========================================
  Files            9        9           
  Lines          582      582           
  Branches       153      132   -21     
========================================
  Hits           127      127           
  Misses         455      455           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ayodeko ayodeko merged commit f026729 into develop Jun 17, 2024
5 checks passed
*/
event Claim(address indexed user, uint256 amount);
event Claim(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove totalPenalties and merge

* @param penaltyAmount The amount deducted as penalty fee
* @param totalPenalties The total amount of deducted penalty fee
*/
event Claim(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove totalPenalties and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants