Merged
Conversation
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
| let canceledEvent = canceledEvents[0] as! FlowTransactionScheduler.Canceled | ||
| Test.assertEqual(transactionToCancel, canceledEvent.id) | ||
| Test.assertEqual(mediumPriority, canceledEvent.priority) | ||
| Test.assertEqual(feeAmount/UFix64(2.0), canceledEvent.feesReturned) |
Collaborator
There was a problem hiding this comment.
Might be smart to extract this into refundFeeRatio or something, since we use it a lot.
Collaborator
There was a problem hiding this comment.
Also it might be smart to not set the refund multiplier in tests to 0.5 since then you don't have a way to assert correctness of feesReturned vs feesDeducted since they are both same. Not critical but maybe a todo.
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
reviewed
Sep 15, 2025
devbugging
approved these changes
Sep 15, 2025
Collaborator
devbugging
left a comment
There was a problem hiding this comment.
This is HUGE 🎉 great work!
Member
Author
|
Merged to master! Testnet here we come! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the contracts and tests for the Scheduled Callbacks FLIP