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

feat: expose pending accepted items in api for recovery and debugging. #4133

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

joschisan
Copy link
Contributor

No description provided.

@joschisan joschisan requested review from a team as code owners January 25, 2024 07:48
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (320dbc7) 58.35% compared to head (0ecfb66) 58.30%.
Report is 31 commits behind head on master.

Files Patch % Lines
fedimint-server/src/net/api.rs 31.25% 11 Missing ⚠️
fedimint-server/src/consensus/server.rs 0.00% 10 Missing ⚠️
fedimint-server/src/atomic_broadcast/keychain.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4133      +/-   ##
==========================================
- Coverage   58.35%   58.30%   -0.06%     
==========================================
  Files         194      192       -2     
  Lines       42581    42725     +144     
==========================================
+ Hits        24847    24909      +62     
- Misses      17734    17816      +82     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maan2003 maan2003 added this pull request to the merge queue Jan 25, 2024
@maan2003 maan2003 mentioned this pull request Jan 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 25, 2024
@elsirion elsirion added this pull request to the merge queue Jan 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 25, 2024
@joschisan joschisan added this pull request to the merge queue Jan 25, 2024
Merged via the queue into fedimint:master with commit a852aa7 Jan 25, 2024
22 checks passed
@joschisan joschisan deleted the partial_block branch January 25, 2024 10:53
dpc added a commit to dpc/fedimint that referenced this pull request Jan 27, 2024
In this change:

I add a new endpoint for getting session outcomes, without blocking
on them. The `await_` version is nice and all, but sometimes awaiting
is a PITA, because you might get stuck.

Then I use it to build a `get_session_outcome_or_pending_items` method,
that is building on top of `pending_accepted_items` endpoint from
fedimint#4133

The problem with `pending_accepted_items` is that it doesn't return
any info about which block is actually being built, so it's inherently racy.

Then I use it in recovery code to not get stuck waiting for the current
session to finish.

I feel like there might be some architecturally bette ways to achive
things, but it's friday evening, so might as well push it and let
people provide some feedback.
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.

None yet

3 participants