Skip to content

Commit 02c0b26

Browse files
authored
Update readme with new methods and snapshots (#1142)
1 parent 06c165c commit 02c0b26

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ Use the provided snapshots to quickly sync your Juno node with the current state
8989

9090
| Version | Size | Block | Download Link |
9191
| ------- | ---- | ----- | ------------- |
92-
| **>=v0.4.0** | **36.5 GB** | **136902** | [**juno_mainnet_136902.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902.tar) |
92+
| **>=v0.6.0** | **49.2 GB** | **166353.tar** | [**juno_mainnet_166353.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353.tar) |
9393

9494
#### Goerli
9595

9696
| Version | Size | Block | Download Link |
9797
| ------- | ---- | ----- | ------------- |
98-
| **>=v0.4.0** | **32.3 GB** | **839969** | [**juno_goerli_839969.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.5.0_839969.tar) |
98+
| **>=v0.6.0** | **36 GB** | **850192** | [**juno_goerli_850192.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.6.0_850192.tar) |
9999

100100
#### Goerli2
101101

102102
| Version | Size | Block | Download Link |
103103
| ------- | ---- | ----- | ------------- |
104-
| **>=v0.4.0** | **4.5 GB** | **135973** | [**juno_goerli2_135973.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.5.0_135973.tar) |
104+
| **>=v0.6.0** | **4.6 GB** | **139043** | [**juno_goerli2_135973.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.6.0_139043.tar) |
105105

106106
### Run Juno Using Snapshot
107107

@@ -110,7 +110,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
110110
Fetch the snapshot from the provided URL:
111111

112112
```bash
113-
curl -o juno_mainnet_v0.5.0_136902.tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902.tar
113+
curl -o juno_mainnet_166353.tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353.tar
114114
```
115115

116116
2. **Prepare Directory**
@@ -126,7 +126,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
126126
Extract the contents of the `.tar` file:
127127

128128
```bash
129-
tar -xvf juno_mainnet_v0.5.0_136902.tar -C $HOME/snapshots
129+
tar -xvf juno_mainnet_166353.tar -C $HOME/snapshots
130130
```
131131

132132
4. **Run Juno**
@@ -175,6 +175,10 @@ After following these steps, Juno should be up and running on your machine, util
175175
- `starknet_addDeployAccountTransaction`
176176
- `starkent_estimateMessageFee`
177177
- `starknet_pendingTransactions`
178+
- `starknet_traceTransaction`
179+
- `starknet_traceBlockTransactions`
180+
- `starknet_simulateTransactions`
181+
178182
- Juno's JSON-RPC:
179183
- `juno_version`
180184
- `juno_getTransactionStatus`

docs/docs/snapshots.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,19 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b
1111

1212
| Version | Size | Block | Download Link |
1313
| ------- | ---- | ----- | ------------- |
14-
| >=v0.4.0 | 29.4 GB | 100713 | [juno_mainnet_100713.tar](https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.4.0_100713.tar) |
15-
| **>=v0.4.0** | **36.5 GB** | **136902** | [**juno_mainnet_136902.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902.tar) |
14+
| **>=v0.6.0** | **49.2 GB** | **166353.tar** | [**juno_mainnet_166353.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353.tar) |
1615

1716
## Goerli
1817

1918
| Version | Size | Block | Download Link |
2019
| ------- | ---- | ----- | ------------- |
21-
| >=v0.4.0 | 31.6 GB | 830385 | [juno_goerli_830385.tar](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.4.0_830385.tar) |
22-
| **>=v0.4.0** | **32.3 GB** | **839969** | [**juno_goerli_839969.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.5.0_839969.tar) |
20+
| **>=v0.6.0** | **36 GB** | **850192** | [**juno_goerli_850192.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli/juno_goerli_v0.6.0_850192.tar) |
2321

2422
## Goerli2
2523

2624
| Version | Size | Block | Download Link |
2725
| ------- | ---- | ----- | ------------- |
28-
| >=v0.4.0 | 1.8 GB | 125026 | [juno_goerli2_125026.tar](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.4.0_125026.tar) |
29-
| **>=v0.4.0** | **4.5 GB** | **135973** | [**juno_goerli2_135973.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.5.0_135973.tar) |
26+
| **>=v0.6.0** | **4.6 GB** | **139043** | [**juno_goerli2_135973.tar**](https://juno-snapshot.s3.us-east-2.amazonaws.com/goerli2/juno_goerli2_v0.6.0_139043.tar) |
3027

3128
## Run Juno Using Snapshot
3229

@@ -35,7 +32,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b
3532
Fetch a snapshot from one of the provided URLs:
3633

3734
```bash
38-
curl -o juno_mainnet_v0.5.0_136902.tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.5.0_136902.tar
35+
curl -o juno_mainnet_166353.tar https://juno-snapshot.s3.us-east-2.amazonaws.com/mainnet/juno_mainnet_v0.6.0_166353.tar
3936
```
4037

4138
2. **Prepare Directory**
@@ -51,7 +48,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b
5148
Extract the contents of the `.tar` file:
5249

5350
```bash
54-
tar -xvf juno_mainnet_v0.5.0_136902.tar -C $HOME/snapshots
51+
tar -xvf juno_mainnet_166353 -C $HOME/snapshots
5552
```
5653

5754
4. **Run Juno**

0 commit comments

Comments
 (0)