pyth-crosschain/solana/pyth2wormhole/client
Stanisław Drozd 6407eaa244
pyth2wormhole-client:should_resend(): optimize interval-only batches (#338)
* pyth2wormhole-client:should_resend(): optimize interval-only batches

Most attestation conditions in prod are interval-only. This change
ensures that interval-only batches don't waste time on the on-chain
state lookup request.

* pyth2wormhole: Fix build error, redundant new_symbol_states decl

* pyth2wormhole-client: is_onchain -> needs_onchain_lookup

* pyth2wormhole-client: typo
2022-10-10 20:57:23 +02:00
..
src pyth2wormhole-client:should_resend(): optimize interval-only batches (#338) 2022-10-10 20:57:23 +02:00
tests Attestation: Add ops owner and set-is-active ix (#295) 2022-09-21 21:14:23 +02:00
Cargo.toml pyth2wormhole-client: Switch to multi-threaded tokio runtime 2022-10-06 19:04:31 +02:00