Skip to content

DAL/Node: Check commitment value

François Thiré requested to merge francois@dal-remember-commitments into master

What

Upon receiving a new shard, check the validity of the commitment

Why

Otherwise, the DAL network could be flood of bad shards

How

Introduce a new table

Manually testing the MR

The CI should be green!

TODO

  • If possible, add a test for publishing bad commitments (but this sounds tedious since this behaviour is not allowed by the DAL node)

Merge request reports