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(tokenMintTransaction): Implement TokenMintTransaction E2E tests: TCK #310

Merged
merged 17 commits into from
Jan 10, 2025

Conversation

rwalworth
Copy link
Contributor

Description:
This PR implements the TokenMintTransaction tests documented in docs/test-specifications/token-service/tokenMintTransaction.md.

Related issue(s):
#304

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@rwalworth rwalworth added the enhancement New feature or request label Dec 12, 2024
@rwalworth rwalworth self-assigned this Dec 12, 2024
@rwalworth rwalworth linked an issue Dec 12, 2024 that may be closed by this pull request
Signed-off-by: Rob Walworth <[email protected]>
@ivaylogarnev-limechain
Copy link
Contributor

Execute npm run lint to resolve certain linting issues.

Copy link
Contributor

@ivaylogarnev-limechain ivaylogarnev-limechain left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you for the good work! 🎉

@ivaylogarnev-limechain
Copy link
Contributor

Tests are passing in Go! 🎉

@rwalworth rwalworth merged commit e29dedd into main Jan 10, 2025
2 checks passed
@rwalworth rwalworth deleted the 00304-tck-implement-tests-for-tokenminttransaction branch January 10, 2025 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TCK: Implement tests for TokenMintTransaction
2 participants