Skip to content

feat: cover bridge fee#768

Merged
jaymengxy merged 1 commit intodevelopfrom
bridge_fee
Apr 9, 2025
Merged

feat: cover bridge fee#768
jaymengxy merged 1 commit intodevelopfrom
bridge_fee

Conversation

@jaymengxy
Copy link
Copy Markdown
Contributor

Related Issue

Closes #757

Summary of Changes

Need Regression Testing

  • Yes
  • No

Risk Assessment

  • Low
  • Medium
  • High

Additional Notes

Screenshots (if applicable)

@jaymengxy jaymengxy requested a review from lealobanov April 7, 2025 09:48
@jaymengxy jaymengxy self-assigned this Apr 7, 2025

fun Voucher.toFlowTransactionWithBridgePayer(): FlowTransaction {
val transaction = this
var tx = flowTransaction {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If it won't break the current implementation, it would be good use to the the Transaction class from flow-kmm instead of the transaction-DSL from flow-JVM in this function. If it causes too many downstream changes I can refactor it on my end in the upcoming PR. Thanks!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is just to create a special Transaction. At present, the logic related to the Transaction is still implemented using the flow-jvm. I think we can replace this whole part of the logic with flow-kmm later.

@lmcmz lmcmz added this to the Release 2.8.2 milestone Apr 7, 2025
@jaymengxy jaymengxy merged commit 7ece9ba into develop Apr 9, 2025
2 of 3 checks passed
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] Add integration with transactions that allow paying for NFT bridging fees to EVM

3 participants