Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

feat: wait for block 1 before enqueuing missing nonces #305

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented Apr 22, 2023

Overview

Closes #300

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@rach-id rach-id added enhancement New feature or request orchestrator orchestrator related labels Apr 22, 2023
@rach-id rach-id requested a review from evan-forbes as a code owner April 22, 2023 02:04
@rach-id rach-id self-assigned this Apr 22, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #305 (130207a) into main (b0a4a76) will increase coverage by 0.01%.
The diff coverage is 39.53%.

@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
+ Coverage   43.37%   43.39%   +0.01%     
==========================================
  Files          26       26              
  Lines        1948     1991      +43     
==========================================
+ Hits          845      864      +19     
- Misses        988     1005      +17     
- Partials      115      122       +7     
Impacted Files Coverage Δ
orchestrator/orchestrator.go 11.00% <0.00%> (-0.15%) ⬇️
rpc/tm_querier.go 40.19% <43.58%> (+11.62%) ⬆️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rach-id rach-id merged commit bdfe030 into celestiaorg:main Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request orchestrator orchestrator related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wait for first nonce to be created when enqueuing missing nonces
3 participants