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

436 feature complete type checks on token transactions #459

Merged

Conversation

zzggo
Copy link
Contributor

@zzggo zzggo commented Feb 5, 2025

Related Issue

Closes #436

Summary of Changes

Need Regression Testing

  • Yes
  • No

Added missing type checks on the current transaction functions

Risk Assessment

  • Low
  • Medium
  • High

Additional Notes

Screenshots (if applicable)

Copy link

github-actions bot commented Feb 5, 2025

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@zzggo zzggo linked an issue Feb 5, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Feb 5, 2025

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@zzggo zzggo requested a review from tombeckenham February 5, 2025 05:53
Copy link
Collaborator

@tombeckenham tombeckenham left a comment

Choose a reason for hiding this comment

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

Are there tests that cover these functions? Are we sure the tests cover these specific ones and that the values are correct?

@zzggo
Copy link
Contributor Author

zzggo commented Feb 5, 2025

Are there tests that cover these functions? Are we sure the tests cover these specific ones and that the values are correct?

The tests covering these functions should be inside sendTransaction. Currently, the live version only contains EVM transactions. Missing COA to flow, flow to flow, and flow to COA.
On Zena's branch, there are transactions from flow account and COA to flow transaction. This branch should be merged after Zena's pr.

…e-type-checks-on-token-transactions' into 436-feature-complete-type-checks-on-token-transactions
@tombeckenham tombeckenham merged commit 5a5a463 into dev Feb 14, 2025
2 checks passed
@tombeckenham tombeckenham deleted the 436-feature-complete-type-checks-on-token-transactions branch February 14, 2025 05:18
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.

[FEATURE] complete type checks on token transactions
3 participants