-
"You cache transactions but not their anchor's validity, which significantly reduces the gains from caching as you need to make a request for Merkle proofs anyways."
-
### Summary
IBC Clients require a means of verifying parts of state of a counterparty chain. This is usually done in two steps 1) Verify the state root from a previous one 2) verify some set of dat…
-
### Description
Submitting this on behalf of another user -
Hello, I just consolidated some UTXOs, and the transaction went through with a dozen confirmations or so, but my wallet software (Blo…
-
# Feature Request
Implement the Merkle Proof validation required for CCIP-Read on Optimism.
## Describe Preferred Solution
This implementation comes from the [ENS' EVMGateway implementation](https:…
-
depends on: https://github.com/FuelLabs/fuel-core/issues/527
Expose GraphQL APIs for generating merkle proofs:
- Contract State Merkle Proof
- Contract Balance Merkle Proof
These merkle root…
-
Let's include Merkle Proof verification functionality to the Standard Library as a new module
## Motivation
Merkle Trees are used for efficient airdrops and overall are well adopted in smart con…
-
### Summary
Add support of merkle primitives to an existing [Swift SDK](https://github.com/nerzh/ton-sdk-swift):
- Support exotic all types of cells (pruned, library, proof, update)
- Support mer…
nerzh updated
2 weeks ago
-
Each call to `vidpf.eval_next()` updates the onehot proof as follows (excerpted from the spec):
```
# Compute and correct the node proof and update the onehot proof.
# Each update resembles a ste…
-
## Context
Hyperlane messages are currently verified individually, typically by verifying validator signatures on a specific message hash (message ID).
The validator signature also includes the…
-
Implement relayer that will monitor merkle roots submitted to `Relayer` contract, then compute proof if it doesn't correspond to merkle root stored in the storage of `pallet-gear-eth-bridge` and submi…