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

Wrap RET: batch 9 (ManifestSummary) #24

Merged
merged 16 commits into from
Mar 15, 2024
Merged

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Mar 15, 2024

(Target branch is Batch 8, merge #23 first )

Impl of ManifestSummary, you probably want to review only the first commit.

The second commit just makes Address types impl Copy, so we can drop a lot of clone() calls.

The third commit is smaller and similar, adds Copy for PublicKeys

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.32%. Comparing base (0402415) to head (9d7eb7e).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #24   +/-   ##
========================================
  Coverage    99.32%   99.32%           
========================================
  Files          211      211           
  Lines         5025     5029    +4     
========================================
+ Hits          4991     4995    +4     
  Misses          34       34           

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

@CyonAlexRDX CyonAlexRDX changed the title ManifestSummary Wrap RET: batch 9 (ManifestSummary) Mar 15, 2024
#[derive(Clone, Debug, PartialEq, Eq, uniffi::Record)]
pub struct ManifestSummary {
pub addresses_of_accounts_deposited_into: Vec<AccountAddress>,
/// Addresses of accounts withdraws from in the manifest.
Copy link
Contributor

Choose a reason for hiding this comment

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

✏️ -> withdrawn

Base automatically changed from ret_wrap_eighth_batch to develop March 15, 2024 12:21
@CyonAlexRDX CyonAlexRDX merged commit d927992 into develop Mar 15, 2024
12 checks passed
@CyonAlexRDX CyonAlexRDX deleted the ret_wrap_ninth_batch branch March 15, 2024 13:26
CyonAlexRDX pushed a commit that referenced this pull request Apr 1, 2024
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.

3 participants