Skip to content

Commit 3fc79c3

Browse files
committed
wording
1 parent 401b355 commit 3fc79c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

block/internal/da/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Client interface {
1717
// Get retrieves blobs by their IDs. Used for visualization and fetching specific blobs.
1818
Get(ctx context.Context, ids []datypes.ID, namespace []byte) ([]datypes.Blob, error)
1919

20-
// GetLatestDAHeight returns the latest height available on the DA layer..
20+
// GetLatestDAHeight returns the latest height available on the DA layer.
2121
GetLatestDAHeight(ctx context.Context) (uint64, error)
2222

2323
// Namespace accessors.

docs/adr/adr-019-forced-inclusion-mechanism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ based_sequencer = true # Use based sequencer
753753
h. If txs within grace period: keep in pending queue, allow block
754754
3. Apply block if verification passes
755755

756-
NOTE: P2P nodes only do not proceed to any verification. This is because DA inclusion happens later than block productions, and thus DA hints are added later to broadcasted blocks.
756+
NOTE: P2P nodes do not perform forced inclusion verification. This is because DA inclusion happens after block production, and DA hints are added later to broadcasted blocks.
757757

758758
**Grace Period Example** (with base grace period = 1 epoch, `DAEpochForcedInclusion = 50`):
759759

0 commit comments

Comments
 (0)