Skip to content

Commit

Permalink
Update upcoming_versions.adoc with link to post on feeder gateway dep… (
Browse files Browse the repository at this point in the history
#878)

* Update upcoming_versions.adoc with link to post on feeder gateway deprecation

* Update contract-syntax.adoc

* Update components/Starknet/modules/starknet_versions/pages/upcoming_versions.adoc

* Update components/Starknet/modules/architecture_and_concepts/pages/Smart_Contracts/contract-syntax.adoc

---------

Co-authored-by: Steve Goodman <[email protected]>
  • Loading branch information
odednaor and stoobie authored Oct 1, 2023
1 parent 7111690 commit 7df9ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

With the link:https://github.com/starkware-libs/cairo/releases/tag/v2.0.0-rc0[v2.0.0 release] of the Cairo compiler, the Starknet contract syntax has evolved, affecting the organization of functions, storage, and events.

For more information on the latest syntax changes, see the link:https://community.starknet.io/t/cairo-1-contract-syntax-is-evolving/94794[community forum post].
For more information on the latest syntax changes, see the Community Forum post link:https://community.starknet.io/t/cairo-1-contract-syntax-is-evolving/94794[_Cairo 1: Contract Syntax is Evolving_].

.Prerequisites

Expand Down Expand Up @@ -270,4 +270,4 @@ fn increase_counter(ref self: ContractState, amount: u128) {
self.emit(Event::CounterIncreased(CounterIncreased { amount }));
}
----
====
====
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The Starknet feeder gateway serves as a gateway for querying the centralized seq

Starknet now has three different full node implementations in production (xref:pathfinder_versions.adoc[Pathfinder], xref:juno_versions.adoc[Juno], and Papyrus). Consequently, it is time to deprecate the feeder gateway and migrate to RPC providers.

For more information, see the Community Forum post link:https://community.starknet.io/t/feeder-gateway-deprecation/100233[_Feeder Gateway Deprecation_].

#### Key dates

The feeder gateway will stop supporting most queries on the following dates:
Expand Down

0 comments on commit 7df9ebc

Please sign in to comment.