Skip to content

Vote event add timestamp#12

Merged
Solovyov1796 merged 5 commits into
0glabs-v1.xfrom
vote-event-add-timestamp
Jun 29, 2026
Merged

Vote event add timestamp#12
Solovyov1796 merged 5 commits into
0glabs-v1.xfrom
vote-event-add-timestamp

Conversation

@Solovyov1796

Copy link
Copy Markdown
Collaborator

When signing a vote, assign the node's local time to the timestamp field within the vote; this helps in subsequently assessing the impact of network latency on block production speed.

Solovyov1796 and others added 3 commits June 26, 2026 15:49
…#5407)

---
Updates the consensus reactor to validate that a received proposal will
not contain more parts than the amount of chunks that it would take to
build a block whos size is equal to `ConsensusParams.Block.MaxBytes`.

Original PR is here #5309, but
reopened since the contributor stopped replying.

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments
<hr>This is an automatic backport of pull request #5324 done by
[Mergify](https://mergify.com).

Co-authored-by: Alex | Interchain Labs <[email protected]>
Co-authored-by: arsushi <[email protected]>
Co-authored-by: Abdul Malek <[email protected]>
Co-authored-by: Matt Acciai <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Tyler <[email protected]>
Co-authored-by: maradini77 <[email protected]>
@Solovyov1796
Solovyov1796 requested a review from 0g-wh June 26, 2026 10:47
@github-actions

Copy link
Copy Markdown

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Vote event add timestamp". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat
 - fix
 - build
 - chore
 - ci
 - docs
 - refactor
 - perf
 - test
 - revert
 - spec
 - merge

General format: type(scope): msg
Breaking change: type(scope)!: msg
Multi-scope change: type: msg
Types: feat, fix, build, chore, ci, docs, refactor, perf, test, revert, spec, merge.
Example: fix(cmd/cometbft/commands/debug): execute p.Signal only when p is not nil

@Solovyov1796
Solovyov1796 merged commit 5ce1995 into 0glabs-v1.x Jun 29, 2026
13 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants