-
Notifications
You must be signed in to change notification settings - Fork 308
[wormhole-attester] Increase accuracy and improve logging #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* [BREAKING CHANGE] min_interval_secs switches to milliseconds under
min_interval_ms
* attestation jobs no longer use preflight checks - this includes a
custom variant of send_and_confirm_transaction(), see util.rs for details
* attestation error logging no longer pretty-prints the error
structs ({:#?} became {:?})
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Looks good to me. Let's get more eyes on this before merging.
| /// send_transaction() inside with | ||
| /// send_transaction_with_config(). This variant is currently missing | ||
| /// from solana_client. | ||
| pub async fn send_and_confirm_transaction_with_config( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if dropping the confirm step would make this code better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it makes it better but will make us blind on how much we are attesting successfully.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think these results are critical to monitoring the service
guibescos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the titlfile change
Tiltfile: TILT_DOCKER_REGISTRY def behavior, re-add namespace_create
This helped me with k8s setup details that caused me issues locally:
wormhole_attester/client v5.0.0: accuracy and logging opimisations
min_interval_ms
custom variant of send_and_confirm_transaction(), see util.rs for details
structs ({:#?} became {:?})