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

refactor(protocol): remove ProposerAccess for easier composability #17994

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented Aug 28, 2024

This PR removes the requirement for preconfirmation registries to implement the IProposerAccess interface. Instead, we restore our previous permission check that allows preconfirmation contracts to directly call TaikoL1.proposeBlock(s) without concerning with IProposerAccess.

Key benefits:

  1. Simplified/decoupled integration for developers
  2. Avoids potential limitations of the current IProposerAccess interface design

@dantaik dantaik marked this pull request as ready for review August 28, 2024 05:17
@dantaik dantaik changed the title feat(protocol: remove ProposerAccess to allow better composibility refactor(protocol): remove ProposerAccess to allow better composibility Aug 28, 2024
@dantaik dantaik enabled auto-merge August 28, 2024 05:18
@dantaik dantaik changed the title refactor(protocol): remove ProposerAccess to allow better composibility refactor(protocol): remove ProposerAccess for better compatibility Aug 28, 2024
@dantaik dantaik changed the title refactor(protocol): remove ProposerAccess for better compatibility refactor(protocol): remove ProposerAccess for easier composability Aug 28, 2024
Copy link

feat(protocol: remove ProposerAccess to allow better composibility

Generated at commit: 63a3c3fbc8b417dc7542155d9dd297e7b614fea7

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
2
0
8
42
54
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@dantaik dantaik requested a review from YoGhurt111 August 28, 2024 05:25
@dantaik dantaik added this pull request to the merge queue Aug 28, 2024
Merged via the queue into main with commit 80176a1 Aug 28, 2024
11 checks passed
@dantaik dantaik deleted the remove_proposer_access branch August 28, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants