Skip to content

Commit d908e35

Browse files
authored
added v1 and v2 txs as deprecated and starknet cli as removed
1 parent 6b2a255 commit d908e35

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

components/Starknet/modules/resources/pages/chain-info.adoc

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,15 @@ address can make.
173173
A deprecated feature is a feature that is still supported, but support will be removed in a future release of Starknet.
174174
====
175175

176-
[cols="1,3",]
176+
[%autowidth]
177177
|===
178-
|Name|Description
178+
| Name | Description
179179

180-
|Starknet CLI | Support for the Starknet CLI has been removed. Instead use xref:tools:interacting-with-starknet.adoc[Starkli or Starknet Foundry's `sncast`].
181-
|Cairo 0 | xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0] introduces Cairo 1.0 smart contracts.
180+
| Cairo 0
181+
| xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0] introduces Cairo 1.0 smart contracts.
182+
183+
| `v1` and `v2` transactions
184+
| `v1` and `v2` transactions were removed from RPC version 0.8, used in Starknet 0.13.5. In future Starknet upgrades, Starknet will stop accepting `v1` and `v2` transactions altogether, and only accept `v3` transactions.
182185
|===
183186

184187
== Unsupported and removed features
@@ -192,7 +195,10 @@ A removed feature is a feature that has been entirely removed.
192195

193196
[cols="1,3"]
194197
|===
195-
|Name|Description
198+
| Name | Description
199+
200+
| Starknet CLI
201+
| Support for the Starknet CLI has been removed. Instead use xref:tools:interacting-with-starknet.adoc[Starkli or Starknet Foundry's `sncast`].
196202

197203
| Goerli testnet
198204
a| Goerli testnet support was removed April 2, 2024. Sepolia testnet replaces Goerli testnet.
@@ -206,7 +212,8 @@ Full nodes, API services, SDKs, and other Starknet developer tools have migrated
206212
Sepolia's state and history are relatively small. Sepolia xref:resources:version-notes.adoc[supports declaring classes of CairoZero and Cairo v2.0.0 and higher].
207213
====
208214

209-
| Starknet feeder gateway a| The Starknet feeder gateway, a temporary solution for querying the sequencer’s state, is being replaced by Starknet full nodes (Pathfinder, Juno, Deoxys, Papyrus) and RPC services. For more information, see xref:ecosystem:fullnodes-rpc-providers.adoc[Full nodes and API services].
215+
| Starknet feeder gateway
216+
a| The Starknet feeder gateway, a temporary solution for querying the sequencer's state, is being replaced by Starknet full nodes (Pathfinder, Juno, Deoxys, Papyrus) and RPC services. For more information, see xref:ecosystem:fullnodes-rpc-providers.adoc[Full nodes and API services].
210217

211218
Support for the feeder gateway queries that are not required for full nodes to synchronize on the state of Starknet will stop according to the following schedule:
212219

@@ -224,19 +231,21 @@ Support for the feeder gateway queries that are not required for full nodes to s
224231

225232
Queries that are required for full nodes to synchronize on the state of Starknet are still supported.
226233

227-
For more information, see the Community Forum post link:https://community.starknet.io/t/feeder-gateway-deprecation/100233[_Feeder Gateway Deprecation_].
228-
// | Goerli testnet 2 | Goerli testnet 2 is removed. Use Goerli testnet.
229-
|Free L1-> L2 messaging |Previously, sending a message from L1 to L2 had an optional fee associated.
234+
For more information, see the Community Forum post https://community.starknet.io/t/feeder-gateway-deprecation/100233[_Feeder Gateway Deprecation_^].
235+
236+
| Free L1-> L2 messaging
237+
| Previously, sending a message from L1 to L2 had an optional fee associated.
230238

231239
From xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0], the fee mechanism is enforced and the ability to send L1->L2 messages without the corresponding L2 fee has been removed.
232240

233241
See xref:architecture-and-concepts:network-architecture/messaging-mechanism.adoc#l1-l2-message-fees[here] for more details.
234242

235-
|`invoke` transaction v0 |`invoke` transaction v0 has been removed since xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0].
236-
|`declare` transaction v0 |`declare` transaction v0 has been removed since xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0].
243+
| `invoke` transaction v0
244+
| `invoke` transaction v0 has been removed since xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0].
245+
| `declare` transaction v0 |`declare` transaction v0 has been removed since xref:resources:version-notes.adoc#version0.11.0[Starknet v0.11.0].
237246

238-
|`deploy` transaction|The `deploy` transaction has been removed since xref:resources:version-notes.adoc#version0.10.3[Starknet v0.10.3].
247+
| `deploy` transaction
248+
| The `deploy` transaction has been removed since xref:resources:version-notes.adoc#version0.10.3[Starknet v0.10.3].
239249

240250
To deploy new contract instances, you can use the xref:architecture-and-concepts:smart-contracts/system-calls-cairo1.adoc#deploy[`deploy` system call].
241251
|===
242-

0 commit comments

Comments
 (0)