Skip to content

Commit 642d0cd

Browse files
panoelevan-gray
authored andcommitted
docs: update operations.md
1 parent cf9a978 commit 642d0cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/operations.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ operations.
2222

2323
The `#rpc-server-operators` channel is especially useful for setting up Solana RPC nodes.
2424

25+
#### Prior to version 3:
26+
2527
Your Solana RPC node needs the following parameters enabled:
2628

2729
```
@@ -34,6 +36,20 @@ which is required for Wormhole to find transactions.
3436

3537
`--enable-cpi-and-log-storage` stores metadata about CPI calls.
3638

39+
#### Migrating version 2.x to version 3:
40+
41+
Remove
42+
43+
```
44+
--enable-cpi-and-log-storage
45+
```
46+
47+
Add
48+
49+
```
50+
--enable-extended-tx-metadata-storage
51+
```
52+
3753
Be aware that these require extra disk space!
3854

3955
#### Account index

0 commit comments

Comments
 (0)