Skip to content

feat(eth2-client): added trusted relayer#963

Open
frolvanya wants to merge 14 commits intomasterfrom
feat/trusted-relayer
Open

feat(eth2-client): added trusted relayer#963
frolvanya wants to merge 14 commits intomasterfrom
feat/trusted-relayer

Conversation

@frolvanya
Copy link
Contributor

No description provided.

@frolvanya frolvanya requested a review from karim-en as a code owner March 15, 2026 21:50
@frolvanya frolvanya requested a review from a team March 15, 2026 21:50
[workspace.dependencies]
borsh = { version = "1.5.7", features = ["unstable__schema"] }
near-sdk = { version = "5.13.0", features = ["legacy", "unit-testing"] }
near-sdk = { version = "5.24.1", features = ["legacy", "unit-testing"] }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to update near-sdk, because omni-utils requires >=5.24.0. How critical is that?

}

#[trusted_relayer(bypass_roles(Role::DAO, Role::UnrestrictedSubmitLightClientUpdate))]
#[pause(except(roles(Role::UnrestrictedSubmitLightClientUpdate, Role::DAO)))]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's remove the UnrestrictedSubmitLightClientUpdate in pause here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed in 931c251

@karim-en karim-en self-requested a review March 18, 2026 22:59
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.

2 participants