Ver código fonte

docs: update operations.md

Paul Noel 1 mês atrás
pai
commit
642d0cddbc
1 arquivos alterados com 16 adições e 0 exclusões
  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