bruce-riley
bruce-riley
This feature adds the ability to quarantine large transfers and auto release them after a configured length of time (72 hours) if manual action is not taken. Additionally, smaller transfers...
This change is [](https://reviewable.io/reviews/certusone/wormhole/1390)
This change is [](https://reviewable.io/reviews/certusone/wormhole/1435)
This requires a new RPC endpoint, so should not be merged until that is deployed by the guardians.
The current solana watcher is failing with errors like: `ERROR root.solwatch-finalized failed to request block {"error": "-32015:Transaction version (0) is not supported by the requesting client. Please try the request...
## Expected Behavior A given VAA (uniquely identified by its digest) should only be applied to the governor once. ## Current Behavior Currently the governor does not check for uniqueness,...
This adds the ability for the EVM watcher to listen for safe blocks in addition to finalized blocks. If a message has a consistency level of 201, it will wait...
It looks like these lines from `GetAccountInfoWithOpts` need to be added to `GetMultipleAccountsWithOpts`. https://github.com/gagliardetto/solana-go/blob/bf985592c813fbad891e6807bf926c07cbdf41ce/rpc/getAccountInfo.go#L135-L137