Skip to content

Commit 92139eb

Browse files
authored
Update compatibility table with JVM, and other fixes (#1567)
* Update compatibility table with JVM, and other fixes * Update juno in RPC as well
1 parent b072897 commit 92139eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/Starknet/modules/resources/pages/compatibility.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following tables specifies the latest version of Starknet API, Cairo and Sie
2828
| RPC Version | 0.8 | 0.7 | 0.7
2929
| Cairo Version | 2.11.0 | 2.9.0 | 2.8.0
3030
| Sierra Version | 1.7.0 | 1.6.0 | 1.6.0
31-
| Pathfinder | 0.16.1 | 0.15.1 | 0.14.1
32-
| Juno | 0.13.0 | 0.12.4 | 0.12.0
31+
| Pathfinder | 0.16.2 | 0.15.1 | 0.14.1
32+
| Juno | 0.14.2 | 0.12.4 | 0.12.0
3333
|===
3434

3535
== Starknet API
@@ -42,15 +42,15 @@ The following table specifies:
4242
[%header, cols="~,^~,^~,^~"]
4343
|===
4444
| | RPC 0.8 | RPC 0.7 | RPC 0.6
45-
| starknet.js | ≥ 7.0.0 | ≥ 6.11.0 | 5.14.0
45+
| starknet.js | ≥ 7.0.1 | ≥ 6.11.0 | 5.14.0
4646
| starknet.py | ≥ 0.26.0 | 0.21.0 | 0.20.0
4747
| starknet-rs | ≥ 0.14.0 | ≥ 0.11.0 | 0.10.0
4848
| starknet.go | ≥ 0.8.0 | ≥ 0.7.0 | 0.6.1
49-
| starknet-jvm | - | ≥ 0.11.0 | 0.10.0
49+
| starknet-jvm | ≥ 0.14.0 | ≥ 0.11.0 | 0.10.0
5050
| starknet.swift | - | ≥ 0.9.0 | 0.8.0
5151
| Starkli | 0.4.0 | ≥ 0.3.0 | 0.2.0
52-
| Pathfinder | 0.16.1 | ≥ 0.11.0 | 0.10.2
53-
| Juno | ≥ 0.13.0 | ≥ 0.11.0 | 0.8.0
52+
| Pathfinder | 0.16.2 | ≥ 0.11.0 | 0.10.2
53+
| Juno | ≥ 0.14.2 | ≥ 0.11.0 | 0.8.0
5454
| Starknet Foundry | 0.39.0 | ≥ 0.27.0 | 0.20.0
5555
| Starknet Devnet | ≥ 0.3.0 | ≥ 0.1.2 | 0.0.2
5656
|===
@@ -68,5 +68,5 @@ The following tables specifies:
6868
| | Cairo 2.11.x | Cairo 2.10.x | Cairo 2.9.x
6969
| Starkli | 0.3.8 | 0.3.8 | 0.3.4
7070
| Starknet Foundry | ≥ 0.38.3 | ≥ 0.38.3 | ≥ 0.30.0
71-
| Starknet Devnet | 0.3.0-rc.0 | 0.3.0-rc.0 | 0.2.0
71+
| Starknet Devnet | 0.3.0 | 0.3.0-rc.1 | 0.2.0
7272
|===

0 commit comments

Comments
 (0)