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

Add src9 component to account presets #1201

Conversation

ericnordelo
Copy link
Member

@ericnordelo ericnordelo commented Nov 7, 2024

Fixes #1200

PR Checklist

  • Tests
  • Documentation
  • Added entry to CHANGELOG.md
  • Tried the feature on a public network

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.03%. Comparing base (e1c0952) to head (b5cdd40).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1201      +/-   ##
==========================================
+ Coverage   92.02%   92.03%   +0.01%     
==========================================
  Files          49       49              
  Lines        1392     1394       +2     
==========================================
+ Hits         1281     1283       +2     
  Misses        111      111              
Files with missing lines Coverage Δ
packages/presets/src/account.cairo 100.00% <100.00%> (ø)
packages/presets/src/eth_account.cairo 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1c0952...b5cdd40. Read the comment docs.

Copy link
Collaborator

@andrew-fleming andrew-fleming left a comment

Choose a reason for hiding this comment

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

I left a doc suggestion/question. Otherwise, LGTM!

@@ -726,6 +727,7 @@ include::../utils/_class_hashes.adoc[]
.AccountComponent

* xref:#AccountComponent-Embeddable-Mixin-Impl[`++AccountMixinImpl++`]
* xref:#SRC9Component-Embeddable-Impls-OutsideExecutionV2Impl[`++OutsideExecutionV2Impl++`]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* xref:#SRC9Component-Embeddable-Impls-OutsideExecutionV2Impl[`++OutsideExecutionV2Impl++`]
.SRC9Component
* xref:#SRC9Component-Embeddable-Impls-OutsideExecutionV2Impl[`++OutsideExecutionV2Impl++`]

We should have SRC9Component on the right side of OutsideExecutionV2Impl, no?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Same with eth account if we agree

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch!

@ericnordelo ericnordelo merged commit 6e3d8aa into OpenZeppelin:main Nov 8, 2024
6 checks passed
@ericnordelo ericnordelo deleted the feat/add-src9-to-account-presets-#1200 branch November 8, 2024 12:26
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.

Add SRC9 to Account presets.
2 participants