Skip to content

Comments

feat(sdk-coin-tempo): add tests for TIP-20 transaction builder#8149

Open
nayandas190 wants to merge 1 commit intomasterfrom
cecho-122
Open

feat(sdk-coin-tempo): add tests for TIP-20 transaction builder#8149
nayandas190 wants to merge 1 commit intomasterfrom
cecho-122

Conversation

@nayandas190
Copy link
Contributor

@nayandas190 nayandas190 commented Feb 16, 2026

TICKET: CECHO-122

  • Implement bigint to hex string conversion for RLP encoding in Tip20Transaction.
  • Override validateTransaction method in Tip20TransactionBuilder to accommodate Tempo AA transactions.
  • Introduce updateEip1559Fee method to manage EIP-1559 fee structure.
  • Expand TIP-20 integration tests to cover single and batch transfers, transaction signing, and fee token selection.
  • Add test resources for TIP-20 tokens and transaction parameters.

@nayandas190 nayandas190 marked this pull request as ready for review February 16, 2026 13:33
@nayandas190 nayandas190 requested review from a team as code owners February 16, 2026 13:33
@nayandas190 nayandas190 changed the title test(sdk-coin-tempo): add tests for TIP-20 transaction builder feat(sdk-coin-tempo): add tests for TIP-20 transaction builder Feb 16, 2026
Comment on lines 33 to 34
amount: '1.0',
memo: 'INV-2025-001',
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's use BigNumber and non-negative integer for memo. We shouldn't allow decimals

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.

2 participants