hyperbridge
hyperbridge copied to clipboard
Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
Previously we hardcoded a value for the number of maximum number of concurrent queries, this PR makes it configurable and uses a much smaller the default value
Now that Paseo has activated async backing,this PR activates the neccessary runtime configuration options for async backing on Gargantua
With #184 merged, we now store mmr nodes fully offchain. With the peaks stored on-chain. This is great but as the mmr grows, so does the storage requirements for node...
It might be usefult to make `CallDispatcher` itself an `IIsmpModule` that can receive arbitrary **calls** and execute them, particularly useful once [EIP-3074](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3074.md) is merged.
- [x] Update hyperclient to child tries https://github.com/polytope-labs/hyperbridge/pull/148 - [ ] Hyperclient should yield the `HandlerV1.HandlePostRequest` calldata in `HyperbridgeFinalized` event to allow for self-relaying. Alternatively subscribe to the indexer events...
!! Dont merge , am fixing some rpc issues, in testing enviroment it seems rpc cannot connect to remote url
We currently hard code the expected slot duration for parachains which is used to calculate it's current timestamp. For parachains with async backing (like hyperbridge), this slot duration will instead...
This PR contains the getting started section. The first page explains bridges and what they bring into cryptography along with its benefits and factors when choosing a bridge.
Goal: configure simple, efficient DPoS to enable relayer revenue sharing ## requirements - use accrued relayer fees for collator stake - permissionless delegations - slashing? ## implementation ideas Early idea...