Skip to content
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

Fix master build #1088

Merged
merged 9 commits into from
Oct 1, 2024
Merged

Fix master build #1088

merged 9 commits into from
Oct 1, 2024

Conversation

JesseAbram
Copy link
Member

@JesseAbram JesseAbram commented Oct 1, 2024

While trying to test validate_rotate_network_key fail case of stale data I was using a block number that was fixed, this caused a race condition, instead of grabbing the current block then adding a few onto it to create a reliably stale message

As well it pushes back when the reshare happens in said test as now the test takes longer to be ready for that message

There is still one race condition that is fixed by #1073

Also fixes do_jumpstart function to send messages to tss pulled from chain minus Alice who has the chain send that message.

@JesseAbram JesseAbram merged commit 121714f into master Oct 1, 2024
8 checks passed
@JesseAbram JesseAbram deleted the fix-master-build branch October 1, 2024 21:52
ameba23 added a commit that referenced this pull request Oct 2, 2024
* master:
  Bump clap from 4.5.18 to 4.5.19 in the patch-dependencies group (#1091)
  Avoid panic by checking that we have a non-signing validator before selecting one (#1083)
  Fix master build (#1088)
  Small fixes to `test-cli` (#1084)
  Pregenerate keyshares sets for all possible initial signer comittees (#1073)
  Fix master build (#1079)
  Bump reqwest from 0.12.7 to 0.12.8 in the patch-dependencies group (#1082)
  Block tss chain when signer (#1078)
  Run multiple test validator (#1074)
  Bump tempfile from 3.12.0 to 3.13.0 (#1076)
  Bump axum from 0.7.6 to 0.7.7 in the patch-dependencies group (#1075)
  Unignore register and sign integration test, and do a non-mock jumpstart (#1070)
  No unbonding when signer or next signer (#1031)
  Add `/relay_tx` endpoint (#1050)
  Fix how pre-generated keyshares are added for tests (#1061)
  Handle Provisioning Certification Keys (PCKs) (#1051)
  Bump async-trait from 0.1.82 to 0.1.83 in the patch-dependencies group (#1067)
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.

2 participants