Skip to content

Conversation

@devbugging
Copy link
Collaborator

Remove the scheduled transactions feature flag, as it is no longer needed and we can disable scheduled transactions on-chain via the smart contract.

@devbugging devbugging requested a review from a team as a code owner November 12, 2025 18:28
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2025

ExecutionReceipts: node.Storage.Receipts,
ExecutionResults: node.Storage.Results,
TxResultErrorMessages: builder.transactionResultErrorMessages, // might be nil
ScheduledTransactions: builder.scheduledTransactions, // might be nil
Copy link
Contributor

Choose a reason for hiding this comment

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

this may still be nil if indexing is not enabled

}

// check if it's a scheduled transaction
if t.scheduledTransactions != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

this is still needed. we only index scheduled tx when execution state indexing is also enabled

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.

4 participants