Skip to content

fix: add bridged HRC20 mint API - #85

Open
blueforyou0202 wants to merge 1 commit into
blockcoders:mainfrom
blueforyou0202:fix-bridged-hrc20-mint-api
Open

fix: add bridged HRC20 mint API#85
blueforyou0202 wants to merge 1 commit into
blockcoders:mainfrom
blueforyou0202:fix-bridged-hrc20-mint-api

Conversation

@blueforyou0202

Copy link
Copy Markdown

Summary

  • add BridgedHRC20Token.mint(account, amount, txOptions) for the bridged HRC20 ABI's mint(address,uint256) function
  • add a focused unit test covering the SDK dispatch arguments and transaction options

Validation

  • Docker node:16-bullseye with only this repo mounted
  • npm ci --ignore-scripts --no-audit --fund=false
  • ./node_modules/.bin/mocha -t 120000 --require ts-node/register src/tests/bridged-hrc20-token.spec.ts --exit with --network none
  • ./node_modules/.bin/tsc --noEmit --pretty false -p tsconfig.json with --network none
  • ./node_modules/.bin/eslint src/bridge/bridgedHrc20Token/index.ts src/tests/bridged-hrc20-token.spec.ts with --network none

Related: harmony-one/bounties#125

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