Parcourir la source

docs: update operations.md

Paul Noel il y a 1 mois
Parent
commit
642d0cddbc
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      docs/operations.md

+ 16 - 0
docs/operations.md

@@ -22,6 +22,8 @@ operations.
 
 The `#rpc-server-operators` channel is especially useful for setting up Solana RPC nodes.
 
+#### Prior to version 3:
+
 Your Solana RPC node needs the following parameters enabled:
 
 ```
@@ -34,6 +36,20 @@ which is required for Wormhole to find transactions.
 
 `--enable-cpi-and-log-storage` stores metadata about CPI calls.
 
+#### Migrating version 2.x to version 3:
+
+Remove
+
+```
+--enable-cpi-and-log-storage
+```
+
+Add
+
+```
+--enable-extended-tx-metadata-storage
+```
+
 Be aware that these require extra disk space!
 
 #### Account index