Skip to content

DAL node/RPC: Request pages per slot id instead of commitment

Raphaël Cauderlier requested to merge rafoo@dal_pages_rpc_indexed_by_id into master

What

Change the interface of the RPC for fetching pages. We now use the slot_id to identify the slot instead of the commitment.

Stacked on !12867 (merged).

Why

To give us the possibility of indexing slots and shards by slot_id instead of commitment in the DAL node store.

How

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports