-
Notifications
You must be signed in to change notification settings - Fork 81
Add schedule cancel and list logic
#2133
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
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
| // Check if mainnet | ||
| if chainID == flowsdk.Mainnet { | ||
| // Check if mainnet for scheduling contracts | ||
| if chainID == flowsdk.Mainnet && (contract == FlowTransactionSchedulerUtils || contract == FlowTransactionScheduler) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this considering the release is after mainnet deployment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will in the next PR
| } | ||
|
|
||
| if chainID == flowsdk.Mainnet { | ||
| return nil, fmt.Errorf("transaction scheduling is not yet supported on mainnet") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, should we remove this considering this release goes out after mainnet release?
Closes #???
Description
For contributor use:
masterbranchFiles changedin the Github PR explorer