Skip to content

Commit c733412

Browse files
committed
remove prerelease disclaimer
1 parent 801ec35 commit c733412

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/blockchain-development-tutorials/forte/scheduled-transactions/scheduled-transactions-introduction.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ keywords:
1717

1818
# Introduction to Scheduled Transactions
1919

20-
:::warning
21-
22-
Scheduled transactions are a new feature that is under development and is a part of [FLIP 330]. Currently, they only work in the emulator and testnet. We're close to finishing the specific implementation, but it but may change during the development process.
23-
24-
We will update these tutorials, but you may need to refactor your code if the implementation changes.
25-
26-
:::
27-
2820
# Overview
2921

3022
Flow, EVM, and other blockchains are a form of a **single** shared computer that anyone can use, with no admin privileges, super user roles, or complete control. For this to work, it must be impossible for any user to freeze the computer, on purpose or by accident.

docs/build/cadence/advanced-concepts/scheduled-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sidebar_position: 8
1919
## Introduction
2020

2121
:::warning
22-
Scheduled transactions are part of the Forte network upgrade and are currently available on Flow Emulator (CLI v2.7.0+) and [Flow Testnet]. See the announcement for context: [Forte: Introducing Actions & Agents].
22+
Scheduled transactions were part of the Forte network upgrade and are available on Flow Mainnet, Flow Emulator (CLI v2.7.0+) and [Flow Testnet]. See the announcement for context: [Forte: Introducing Actions & Agents].
2323
:::
2424

2525
Scheduled transactions on the Flow blockchain enable users and smart contracts to autonomously execute predefined logic at specific future times without external triggers. This powerful feature allows developers to create "wake up" patterns where contracts can schedule themselves to run at predetermined block timestamps, enabling novel blockchain automation patterns.

0 commit comments

Comments
 (0)