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

feature: Added affiliates to cf_account_info rpc #5491

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

Janislav
Copy link
Contributor

@Janislav Janislav commented Dec 11, 2024

Pull Request

Closes: PRO-1884

Checklist

Please conduct a thorough self-review before opening the PR.

  • I am confident that the code works.
  • I have written sufficient tests.
  • I have written and tested required migrations.
  • I have updated documentation where appropriate.

Summary

Adds the associated affiliates of a broker account to the response of the cf_account_info rpc.

Non-Breaking changes

If this PR includes non-breaking changes, select the non-breaking label. On merge, CI will automatically cherry-pick the commit to a PR against the release branch.

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 72%. Comparing base (6890461) to head (d527dac).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
state-chain/runtime/src/lib.rs 0% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##            main   #5491    +/-   ##
======================================
- Coverage     72%     72%    -0%     
======================================
  Files        495     495            
  Lines      88137   88044    -93     
  Branches   88137   88044    -93     
======================================
- Hits       63152   62973   -179     
- Misses     22420   22502    +82     
- Partials    2565    2569     +4     

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

@Janislav Janislav marked this pull request as ready for review December 11, 2024 12:12
@Janislav Janislav requested a review from dandanlen as a code owner December 11, 2024 12:12
Copy link
Collaborator

@dandanlen dandanlen left a comment

Choose a reason for hiding this comment

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

Looks good, thanks.

FYI. This will conflict with the other PR.

@Janislav Janislav added this pull request to the merge queue Dec 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2024
@Janislav Janislav added this pull request to the merge queue Dec 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 12, 2024
@Janislav Janislav added this pull request to the merge queue Dec 12, 2024
@Janislav Janislav removed this pull request from the merge queue due to a manual request Dec 12, 2024
@Janislav Janislav force-pushed the feat/pro-1884/add-affiliates-to-account-info branch 2 times, most recently from 47ed548 to 9540f15 Compare December 12, 2024 14:40
* feature: Added channel address to cf-account-info

* refactor: derive address from channel id

* refactor: renamed channel_address to deposit_address

* chore: renamed deposit_address -> btc_vault_deposit_address

* chore: moved btc address derivation to own function

* chore: improved comment

* chore: refactored cf_broker_info
@Janislav Janislav force-pushed the feat/pro-1884/add-affiliates-to-account-info branch from 9540f15 to c6c3431 Compare December 12, 2024 14:57
@Janislav Janislav added this pull request to the merge queue Dec 13, 2024
Merged via the queue into main with commit f969c92 Dec 13, 2024
48 checks passed
@Janislav Janislav deleted the feat/pro-1884/add-affiliates-to-account-info branch December 13, 2024 09:47
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