juno icon indicating copy to clipboard operation
juno copied to clipboard

Implement the leaf range extraction and verification

Open stranger80 opened this issue 1 year ago • 1 comments

As per the protobuf message specification in: https://github.com/starknet-io/starknet-p2p-specs/blob/main/p2p/proto/snapshot.proto#L6

Implement Go modules for following operations

  • ContractRangeRequest
  • ClassRangeRequest
  • ContractStorageRequest

stranger80 avatar May 20 '24 11:05 stranger80

See this branch for prototype implementation https://github.com/NethermindEth/juno/tree/proto/p2p-snap-sync

rianhughes avatar May 21 '24 13:05 rianhughes