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

Remove account dual dispatchers #1168

Conversation

ericnordelo
Copy link
Member

Partially fixes #1128

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (remove-dual-dispatchers@14b4b96). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                     @@
##             remove-dual-dispatchers    #1168   +/-   ##
==========================================================
  Coverage                           ?   89.66%           
==========================================================
  Files                              ?       53           
  Lines                              ?     1316           
  Branches                           ?        0           
==========================================================
  Hits                               ?     1180           
  Misses                             ?      136           
  Partials                           ?        0           
Files with missing lines Coverage Δ
...ges/account/src/extensions/src9/snip12_utils.cairo 47.05% <ø> (ø)
packages/account/src/extensions/src9/src9.cairo 91.66% <100.00%> (ø)
...kages/token/src/erc20/extensions/erc20_votes.cairo 94.11% <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 14b4b96...046acdd. Read the comment docs.

@immrsd
Copy link
Collaborator

immrsd commented Oct 1, 2024

There are also SnakeAccountMock and CamelAccountMock mocks left in the token package. Shall we remove them too?

@ericnordelo
Copy link
Member Author

There are also SnakeAccountMock and CamelAccountMock mocks left in the token package. Shall we remove them too?

Those are removed in #1175

…ro-contracts into feat/remove-account-dual-dispatchers
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.

LGTM!

@ericnordelo ericnordelo merged commit b8a3ed5 into OpenZeppelin:remove-dual-dispatchers Oct 2, 2024
2 checks passed
@ericnordelo ericnordelo deleted the feat/remove-account-dual-dispatchers branch October 2, 2024 20:36
ericnordelo added a commit that referenced this pull request Oct 7, 2024
* feat: remove access dual dispatchers (#1154)

* feat: remove account dual dispatchers (#1168)

* Remove token dual dispatchers (#1175)

* feat: remove modules

* fix: mock

* fix: linter

* fix: tests

* fix: mock

* feat: apply review suggestions

* feat: fix import

* Remove dual dispatchers docs and CHANGELOG (#1177)

* feat: update docs

* feat: update CHANGELOG

* fix: typo

* fix: mod

* feat: remove unused imports

* fix: README

* feat: remove selectors

* Update docs/modules/ROOT/pages/interfaces.adoc

Co-authored-by: Andrew Fleming <[email protected]>

* feat: add mention and link to dispatcher types

* feat: remove import

* Update docs/modules/ROOT/pages/interfaces.adoc

Co-authored-by: Andrew Fleming <[email protected]>

* fix: README

---------

Co-authored-by: Andrew Fleming <[email protected]>

---------

Co-authored-by: Andrew Fleming <[email protected]>
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