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

ERC20 realization update for javascript #1313

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

XZSt4nce
Copy link

@XZSt4nce XZSt4nce commented Mar 7, 2025

  • JSDoc returns Promises in async functions
  • Deleted redundant totalSupply param from Initialize JSDoc
  • Using DRY for ClientAccountID, BalanceOf etc
  • Added function ClientAccountMSPID
  • Added function CheckAuthorization
  • Using new function _update for minting, burning and transfering tokens
  • Additional functions for approving, spending allowance and checking empty values
  • Updated and repaired tests

…tID, BalanceOf etc; Added function ClientAccountMSPID; Added function CheckAuthorization; Using new function _update for minting, burning and transfering tokens; Additional functions for approving, spending allowance and checking empty values; Updated and repaired tests

Signed-off-by: XZSt4nce <[email protected]>
@XZSt4nce XZSt4nce requested a review from a team as a code owner March 7, 2025 23:45
Deleted redundant `totalSupply` param from `Initialize` JSDoc

Signed-off-by: Maxim Tiron <[email protected]>
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