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

♻️ Simplify connect by eliminating db and storage arguments #865

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

Koncopd
Copy link
Member

@Koncopd Koncopd commented Sep 24, 2024

Closes #862
This eliminates storage completely and moves db to kwargs _db, because passing db string is still needed for internal use.

Copy link

github-actions bot commented Sep 24, 2024

@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 15:55 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 16:19 Inactive
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.61%. Comparing base (6498329) to head (23c4c4f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #865      +/-   ##
==========================================
+ Coverage   83.52%   83.61%   +0.08%     
==========================================
  Files          43       43              
  Lines        3400     3382      -18     
==========================================
- Hits         2840     2828      -12     
+ Misses        560      554       -6     
Flag Coverage Δ
83.61% <100.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Koncopd Koncopd requested a review from falexwolf September 24, 2024 16:47
Copy link
Member

@falexwolf falexwolf left a comment

Choose a reason for hiding this comment

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

Great! Ready to merge!

@Koncopd Koncopd merged commit be78ca8 into main Sep 25, 2024
13 checks passed
@Koncopd Koncopd deleted the connect_simplify branch September 25, 2024 07:49
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.

♻️ Remove db and storage args from ln.connect and lamin load to simplify the user interface
2 participants