We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9a978 commit 642d0cdCopy full SHA for 642d0cd
docs/operations.md
@@ -22,6 +22,8 @@ operations.
22
23
The `#rpc-server-operators` channel is especially useful for setting up Solana RPC nodes.
24
25
+#### Prior to version 3:
26
+
27
Your Solana RPC node needs the following parameters enabled:
28
29
```
@@ -34,6 +36,20 @@ which is required for Wormhole to find transactions.
34
36
35
37
`--enable-cpi-and-log-storage` stores metadata about CPI calls.
38
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
53
Be aware that these require extra disk space!
54
55
#### Account index
0 commit comments