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

Independent bridge relayer #49

Merged
merged 11 commits into from
Jan 10, 2025

Conversation

dusannosovic-ethernal
Copy link

@dusannosovic-ethernal dusannosovic-ethernal commented Dec 13, 2024

This pull request introduces enhancements to the smart contract to enable support for an independent bridge relayer. These updates ensure the relayer operates autonomously, significantly improving the flexibility and scalability of the bridge system.

Key Changes:

  • A new function in Gateway.sol that returns a list of the desired events.
  • A new function in BridgeStorage.sol that retrieves the list of batches and the last n batches.

contracts/blade/BridgeStorage.sol Outdated Show resolved Hide resolved
contracts/blade/BridgeStorage.sol Outdated Show resolved Hide resolved
contracts/blade/Gateway.sol Show resolved Hide resolved
@dusannosovic-ethernal dusannosovic-ethernal marked this pull request as ready for review January 10, 2025 10:19
@dusannosovic-ethernal dusannosovic-ethernal merged commit 28022d2 into feat/bridge Jan 10, 2025
6 of 7 checks passed
@dusannosovic-ethernal dusannosovic-ethernal deleted the independent-bridge-relayer branch January 10, 2025 10:19
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