Skip to content

Conversation

@lukaszrzasik
Copy link
Contributor

Closes #<ISSUE_NUMBER>

This PR:

This PR does not:

Key places to review:

.leader(view, Some(epoch))
.context(format!("leader for epoch {epoch:?} not found"))?;

tracing::info!("Selected leader: {leader}");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also add view number here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah sorry I just realized that this would be very noisy so lets make it debug

@lukaszrzasik lukaszrzasik merged commit 0afde98 into release-20251106 Nov 14, 2025
104 of 113 checks passed
@lukaszrzasik lukaszrzasik deleted the lr/drb-logs branch November 14, 2025 15:42
lukaszrzasik added a commit that referenced this pull request Nov 20, 2025
* relay log & logic

* fmt

* revert bad relay logic change

* Update staging genesis file

* Upgrade genesis file

* Upgrade proposal genesis file

* Add genesis files for upgrade proposer and new node

* Add the initial stake table for upgrade test

* Copy data dir into orchestrator's container

* Add modified DA to genesis file

* Increase DA genesis files

* 0.4 to 0.5 upgrade genesis files

* Adapt genesis file to new upgrade version

* Add stake table contract addr in genesis file

* Revert "Add stake table contract addr in genesis file"

This reverts commit 5827101.

* Set genesis_version to 0.4

* fix hotshotconfig deserialization

* clippy

* fix tests

* fix

* fix

* remove redundant attribute

* Adjust upgrade views

* Adjust upgrade view again

* CDN -> TCP (#3709)

* cdn upgrade + b compat

* lints

* CDN backwards compatibility - use cleaner build (#3717)

fix CDN backwards compatibility tag

* logging

* cancel dep handles correctly (#3733)

* cancel dep handles correctly

* log

* Typos

---------

Co-authored-by: Lukasz Rzasik <lukasz.rzasik@gmail.com>

* better startup logging

* Add more verbose logs to compute_state_update

* Add DRB logs (#3753)

* Add DRB logs

* Adjust log

* add version to block header trait and use it for the DRB calculation

* discard value from storage if incorrect

* fix

* Backport 3756 to release 20251106 (#3759)

* Update state: apply header, verify, store (#3756)

* Update state: apply header, verify, store

* Remove `compute_state_update`

* Fix errors

* First apply, then verify and store

(cherry picked from commit e574cda)

* Fix error after cherry pick

* Fix `test_vote_dependency_handle`

* clippy: fix type complexity error  (#3718)

* clippy: fix type complexity error

---------

Co-authored-by: MRain <linmrain@gmail.com>
Co-authored-by: ss-es <155648797+ss-es@users.noreply.github.com>
Co-authored-by: pls148 <184445976+pls148@users.noreply.github.com>
Co-authored-by: rob-maron <132852777+rob-maron@users.noreply.github.com>
Co-authored-by: Rob <rob@espressosys.com>
Co-authored-by: Brendon Fish <bfish713@gmail.com>
Co-authored-by: Mathis <sveitser@gmail.com>
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.

3 participants