Skip to content

Conversation

@drozdziak1
Copy link
Contributor

@drozdziak1 drozdziak1 commented Mar 2, 2023

  • Tiltfile: TILT_DOCKER_REGISTRY def behavior, re-add namespace_create
    This helped me with k8s setup details that caused me issues locally:

    • The unspecified registry would make tilt fail to start by default
    • In minikube/k3s/ use cases, recreating the cluster may confuse Tilt because it doesn't create the desired namespace by default. It looks like tilt is starting but short after all services show that it cannot find the namespace.
  • wormhole_attester/client v5.0.0: accuracy and logging opimisations

    • [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 {:?})

* [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 {:?})
@vercel
Copy link

vercel bot commented Mar 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Updated
example-oracle-amm ⬜️ Ignored (Inspect) Mar 2, 2023 at 2:29PM (UTC)
xc-admin-frontend ⬜️ Ignored (Inspect) Mar 2, 2023 at 2:29PM (UTC)

Copy link
Collaborator

@ali-behjati ali-behjati left a 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.

@ali-behjati ali-behjati changed the title drozdziak1/wormhole attester client v5.0.0 [wormhole-attester] Increase accuracy and improve logging Mar 2, 2023
/// 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(
Copy link
Contributor

@guibescos guibescos Mar 2, 2023

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

Copy link
Collaborator

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.

Copy link
Contributor Author

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

Copy link
Contributor

@guibescos guibescos left a 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

@drozdziak1 drozdziak1 merged commit bbc140f into main Mar 3, 2023
@drozdziak1 drozdziak1 deleted the drozdziak1/wormhole-attester-client-v5.0.0 branch March 3, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants