DAL: rename availability to attestation
Fixes #4164 (closed).
Some remarks:
- In
Dal_attestation_repr.AccountabilityI left the notion of "available slot", because I think it's at a higher level (not a single endorser attesting, but a group of endorsers). Not very sure of myself... - in
bin_sc_rollup_node(in particular inDal_slots_tracker, but probably more generally in all the SC/DAL interactions?) the terminology seems to be "confirmed slot" instead of "attested slot". I haven't changed it, because it's somehow out of scope for this MR, and I'm not sure it's worth it. I could look at this in more detail if needed.
Checklist
- [n/a] Document the interface of any function added or modified (see the coding guidelines)
- [n/a] Document any change to the user interface, including configuration parameters (see node configuration)
- [n/a] Provide automatic testing (see the testing guide).
- [n/a] For new features and bug fixes, add an item in the appropriate changelog (
docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Eugen Zalinescu