FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.
Other
57.96k stars 2.78k forks source link

GraphQL Merkle Proof APIs #528

Open Voxelot opened 2 years ago

Voxelot commented 2 years ago

depends on: https://github.com/FuelLabs/fuel-core/issues/527

Expose GraphQL APIs for generating merkle proofs:

These merkle root apis should support generating proofs for previous blocks/roots.

MitchTurner commented 4 weeks ago

We don't have merkle proofs right now :P we need to wait until after we make a decision on which tree we're gonna use before we can work on this.