wormhole/sdk/vaa
Csongor Kiss 3c3de23501 node/admin: add generalised Solana call governance handler
handles governance requests of the form

```
current_set_index: 4
messages: {
  sequence: 4513077582118919631
  nonce: 2809988562
  solana_call: {
    chain_id: 3
    governance_contract: "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"
    encoded_instruction: "BEEFFACE"
  }
}
```
2024-04-22 21:46:15 +01:00
..
governance.go wormchain: add migrating contracts with vaa 2023-02-07 12:15:11 -06:00
governance_test.go Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
payloads.go node/admin: add generalised Solana call governance handler 2024-04-22 21:46:15 +01:00
payloads_test.go node: Added RecoverChainId governance support 2024-02-06 16:49:20 -05:00
quorum.go docs: fix some typos (#3628) 2024-03-08 10:17:16 -05:00
quorum_test.go docs: fix some typos (#3628) 2024-03-08 10:17:16 -05:00
structs.go Deploy EVM Read Only (#3886) 2024-04-17 15:22:06 -05:00
structs_test.go Deploy EVM Read Only (#3886) 2024-04-17 15:22:06 -05:00
types_test.go node: calculate digests using Vaa type or using message prefix 2023-02-27 08:52:42 -06:00