Skip to content

Make Solana ready faster by improving chain registration submissions #1826

Closed
@evan-gray

Description

Expected Behavior

The containers in tilt should become usable as fast as reasonably possible. If there are obvious optimizations to be made with minimal complexity, they should be made.

Current Behavior

Every chain registration is performed in series by running worm submit $VAA --chain solana --network devnet

worm submit $VAA --chain solana --network devnet

Possible Solution

worm submit performs multiple transactions per VAA and uses a confirmed connection to submit them. Perhaps there are easy devnet-specific improvements to make there. Alternatively, could the registration accounts be generated / dumped and restored? The only downside to that approach would be that the registration flow of the contracts and worm submit wouldn't be tested in this way anymore.

Context (Environment)

Tilt

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions