From 24b1f55b63bfb3ad453b435be6212734e92fd43a Mon Sep 17 00:00:00 2001 From: modship Date: Thu, 22 May 2025 11:08:43 +0200 Subject: [PATCH] remove buildnet preview --- docs/build/smart-contract/async.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/smart-contract/async.mdx b/docs/build/smart-contract/async.mdx index 0f0f70cb7..984cfae73 100644 --- a/docs/build/smart-contract/async.mdx +++ b/docs/build/smart-contract/async.mdx @@ -72,7 +72,7 @@ Parameters: Syntra leverage the async call feature to allow sending tips or setup vesting plans for users. Check [Syntra smart contract](https://github.com/massalabs/syntra/blob/main/smart-contract/assembly/internal.ts#L76) for a real world example of async call usage. -## Deferred calls (Buildnet Preview) +## Deferred calls Unlike async calls, deferred calls are guaranteed to be executed at a given slot. The scheduele mecanism works as a booking market based on computation needs and load of available slots.