We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
securityModels
domainID
Executor
Security models should be implemented per domanID for the network the proof came from.
domanID
Extend _securityModels mapping with domainID. It should be like the following:
_securityModels
// domainID => securityModel => state root storage contract addresses mapping(uint8 => mapping(uint8 => address[])) public _securityModels;
Extend current tests with new logic
Existing unit and e2e are passing
The text was updated successfully, but these errors were encountered:
nmlinaric
No branches or pull requests
Security models should be implemented per
domanID
for the network the proof came from.Implementation details
Extend
_securityModels
mapping withdomainID
.It should be like the following:
Testing details
Extend current tests with new logic
Acceptance Criteria
Existing unit and e2e are passing
The text was updated successfully, but these errors were encountered: