Skip to content

Conversation

@chasefleming
Copy link
Member

Closes #???

Description


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2025

// Check if mainnet
if chainID == flowsdk.Mainnet {
// Check if mainnet for scheduling contracts
if chainID == flowsdk.Mainnet && (contract == FlowTransactionSchedulerUtils || contract == FlowTransactionScheduler) {
Copy link
Contributor

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?

Copy link
Member Author

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")
Copy link
Contributor

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?

@chasefleming chasefleming merged commit 3a01bc1 into feature/cron Oct 20, 2025
5 checks passed
@chasefleming chasefleming deleted the cf/cancel-tx branch October 20, 2025 20:37
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.

5 participants