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

feat: test(ERC20): add approve #56

Draft
wants to merge 7 commits into
base: testing-with-foundry
Choose a base branch
from

Conversation

GoSTEAN
Copy link
Contributor

@GoSTEAN GoSTEAN commented Sep 14, 2024

Changes Made

Event emission

  • Transfer Event
  • Approval Event
  • Owned Event
Staking Contract
  • test_StakingNotAddZero
  • test_StakingWithZeroAmount
  • test_StakingWithInsufficientBalance
  • test_StakingWithInsufficientAllowance
  • test_StakingWhenContractHasInsufficientReceiptTokens
  • test_StakeTransferFailed
  • test_GetTotalStake
  • test_GetBwcTokenAddress
  • test_GetRewardTokenAddress
  • test_GetReceiptTokenAddress
  • test_NextWithdrawal
  • test_GetStakeBalances
  • test_IsTimeToWithdraw
  • test_WithdrawIsNotAddressZero

ERC20

  • test_ChangeOwner

  • test_Burn

  • test_BurnFromNonZeroAddress

  • test_Approve

  • Tests

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.

1 participant