Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f54ed3c
feat(node/consensus): wake up unconfirmed transmission task when a ne…
kaimast Jan 9, 2026
48ed8d7
misc(node/bft): use `test_log` to only print logs of failed tests
kaimast Feb 8, 2026
4321348
refactor(node/bft): introduce dedicated batch proposal task
kaimast Jan 11, 2026
d91d565
refactor(node/bft): use Duration for timing constants
kaimast Mar 5, 2026
0c0b6b6
feat(node/bft): wake up primary when sync is finished
kaimast Mar 9, 2026
695130c
refactor(node/bft): isolate and test proposal logic
kaimast Mar 24, 2026
90e070c
fix(node/bft): prevent concurrent subDAG commit attempts
kaimast Mar 26, 2026
1949178
fix(node/bft): wake up on proposal task on max leader delay
kaimast Mar 30, 2026
cb2caa2
ci: enable reset tests for this branch
kaimast Mar 30, 2026
cb9f143
fix(node/bft): ensure `recently_committed` and `gc_round` are updated
kaimast Mar 30, 2026
da71e92
chore: run cargo update
kaimast Apr 1, 2026
9dbd343
Merge remote-tracking branch 'origin/staging' into feat/batch-triggers
kaimast Apr 6, 2026
0d65b5f
misc(node): fix comments
kaimast Apr 6, 2026
3a10cef
fix(node/bft): avoid busy wait
kaimast Apr 8, 2026
942daae
fix(node/bft): use higher precision when multiplying duration constants
kaimast Apr 7, 2026
6d7e32e
refactor(node/bft): simplify proposal_task logic
kaimast Apr 14, 2026
204c2fd
chore: run cargo update
kaimast Apr 14, 2026
e1ca8de
refactor(node/consensus): make Consensus::reinsert_transmissions infa…
kaimast Apr 14, 2026
89d420d
Merge remote-tracking branch 'origin/staging' into feat/batch-triggers
kaimast Apr 14, 2026
1d9e329
refactor(node/bft): replace `Notify` with `sync::watch`
kaimast Apr 15, 2026
350131a
fix(node/router): fix failing cleanup test with newer version of tokio
kaimast Apr 15, 2026
0fe77ae
fix
kaimast Apr 17, 2026
15f7881
fix(node/bft): handle batch rebroadcasts correctly
kaimast Apr 21, 2026
f1af61f
build: add exception for RUSTSEC-2026-0097
kaimast Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ workflows:
filters:
branches:
only:
- ci/reenable-check-logs
- fix/batch-triggers
- canary
- testnet
- mainnet
Expand All @@ -807,7 +807,7 @@ workflows:
filters:
branches:
only:
- ci/reenable-check-logs
- fix/batch-triggers
- canary
- testnet
- mainnet
Expand Down
Loading