Skip to content

Commit e751d74

Browse files
authored
[sui archival] update fullnode template (#22152)
## Description Update fullnode template to reflect latest archival changes --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent a2e4f5d commit e751d74

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

crates/sui-config/data/fullnode-template.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,7 @@ authority-store-pruning-config:
2626
pruning-run-delay-seconds: 60
2727

2828
state-archive-read-config:
29-
- object-store-config:
30-
object-store: "S3"
31-
# Use mysten-testnet-archives for testnet
32-
# Use mysten-mainnet-archives for mainnet
33-
bucket: "mysten-<testnet|mainnet>-archives"
34-
# you can either provide your own aws credentials via "aws-secret-access-key" and
35-
# "aws-access-key-id" or set no-sign-request: true
36-
no-sign-request: true
37-
aws-region: "us-west-2"
38-
object-store-connection-limit: 20
39-
# How many objects to read ahead when catching up
40-
concurrency: 5
41-
# Whether to prune local state based on latest checkpoint in archive.
42-
# This should stay false for most use cases
43-
use-for-pruning-watermark: false
29+
# Use https://checkpoints.mainnet.sui.io for mainnet
30+
# Use https://checkpoints.testnet.sui.io for testnet
31+
- ingestion-url: "https://checkpoints.<mainnet|testnet>.sui.io"
32+
concurrency: 5

0 commit comments

Comments
 (0)