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

Implement securityModels per domainID in Executor contract #54

Open
nmlinaric opened this issue Apr 15, 2024 · 0 comments
Open

Implement securityModels per domainID in Executor contract #54

nmlinaric opened this issue Apr 15, 2024 · 0 comments
Assignees

Comments

@nmlinaric
Copy link

Security models should be implemented per domanID for the network the proof came from.

Implementation details

Extend _securityModels mapping with domainID.
It should be like the following:

// domainID => securityModel  => state root storage contract addresses
mapping(uint8 => mapping(uint8 => address[])) public _securityModels;

Testing details

Extend current tests with new logic

Acceptance Criteria

Existing unit and e2e are passing

@nmlinaric nmlinaric self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant