Skip to content

Commit

Permalink
DAL baker tuto: update the expected DAL attestation log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Cauderlier committed Feb 2, 2024
1 parent 28ff4fa commit 574b574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/join-dal-baker/run-baker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ We can also look at the baker logs to see if it manages to inject the expected o
- Receive a block proposal (log message: "received new proposal ... at level ..., round ...")
- Inject a preattestation for it (log message: "injected preattestation ... for my_baker (<address>) for level ..., round ...")
- Receive a block (log message: "received new head ... at level ..., round ...")
- Inject an attestation for it (log message: "injected attestation ... for my_baker (<address>) for level ..., round ...")
- Inject a DAL attestation indicating which of the shards assigned to the baker have been seen on the DAL network (log message: "injected DAL attestation ... for level ..., round ..., with bitset ... for my_baker (<address>) to attest slots published at level ..."); if no shard was seen (either because they did not reach the DAL node for some reason or simply because nothing was published on the DAL at the targeted level), the operation is skipped (log message: "Skipping the injection of the DAL attestation for attestation level ..., round ..., as currently no slot published at level ... is attestable.")
- Inject a consensus attestation for it (log message: "injected attestation ... for my_baker (<address>) for level ..., round ...")
- Attach a DAL attestation to it, indicating which of the shards assigned to the baker have been seen on the DAL network (log message: "ready to attach DAL attestation for level ..., round ..., with bitset ... for my_baker (<address>) to attest slots published at level ...")

Optionally, we can also launch an accuser which will monitor the behaviour of the other Weeklynet bakers and denounce them to the Tezos protocol if they are caught double-signing any block or consensus operation.

Expand Down

0 comments on commit 574b574

Please sign in to comment.