-
Notifications
You must be signed in to change notification settings - Fork 4
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
STR-1180: remove legacy bridge client #737
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this PR cover both the purging of the bridge crates and the changes to the deposit table?
The actual removal of all the bridge crates looks good. The tests
directory can be removed too as that only contains integration tests for the bridge. And the docker
files can be purged as well (including the bridge-client section in the compose file).
@Rajil1213 If you mean the deposit tag then I did that in the previous PR that I merged already. If not then I'm not sure? |
…o`, reflected change in deposit handling logic
475fc3c
to
ff7fa35
Compare
Does it make sense to keep the "deposit" subcommand in strata-cli? |
yeah, maybe the main branch had not been updated when I viewed it.
Yes, afaik we are still gonna use it for deposits. |
The integration.yml workflow in .github/workflows can also be removed btw. |
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #737 +/- ##
==========================================
- Coverage 54.84% 52.91% -1.93%
==========================================
Files 322 298 -24
Lines 36207 32564 -3643
==========================================
- Hits 19858 17232 -2626
+ Misses 16349 15332 -1017
... and 16 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Commit: ba597b8 SP1 Execution Results
|
Current status is that some remaining tests need to be disabled but it seems most pieces are working as expected. Also need to resolve clippy warnings. |
Description
Focus areas:
Type of Change
Notes to Reviewers
Checklist
Related Issues