Wormhole Attester v1.3.0
·
2993 commits
to main
since this release
Breaking changes
- p2w_autoattest.py -
P2W_OWNER_KEYPAIR
becomesSOL_PAYER_KEYPAIR
and its default vlaue changes from/usr/src/solana/p2w_owner.json
to/usr/src/solana/solana-devnet.json
. It is advisable to mount the keypair under a different name than solana-devnet and point at it with the new env.
Added features
- monitoring HTTP server - added HTTP healthcheck on 0.0.0.0:3000/healthcheck
- new
sol_rpc_tx_processing
metric for measuring RPC processing times on Solana for attestations