Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8d16528
Initial `aggsigdb.MemDB` implementation
emlautarom1 May 20, 2026
8504da1
Refactor
emlautarom1 May 20, 2026
0890f63
Rewrite from Actor
emlautarom1 May 20, 2026
df51e51
Add eviction through Deadliner
emlautarom1 May 20, 2026
453bdcf
Port simple test cases
emlautarom1 May 20, 2026
be9370f
Reorder tests and rename
emlautarom1 May 20, 2026
6d61491
Add more tests
emlautarom1 May 20, 2026
6a91cbe
Update lockfile
emlautarom1 May 20, 2026
1ecfe68
Apply clippy suggestions
emlautarom1 May 20, 2026
98993ba
Use `SignedDataSet` as input instead of single `SignedData`
emlautarom1 May 21, 2026
33c15ac
Refactor
emlautarom1 May 21, 2026
b341668
Apply Claude suggestions
emlautarom1 May 21, 2026
1161a60
Refactor to nested maps
emlautarom1 May 21, 2026
2111bb2
Scope lock
emlautarom1 May 22, 2026
c7c4448
Use `RwLock`
emlautarom1 May 22, 2026
88c9cdf
Merge remote-tracking branch 'origin/main' into emlautarom1/core-aggs…
emlautarom1 May 22, 2026
db70143
Rewrite to actor model
emlautarom1 May 24, 2026
41b6776
Remove deadliner task
emlautarom1 May 24, 2026
b46a8e8
Improve tests
emlautarom1 May 24, 2026
11ee574
refactor(qbft): introduce QbftTypes and some function structs (#431)
iamquang95 May 22, 2026
6af90e6
Merge remote-tracking branch 'origin/main' into emlautarom1/core-aggs…
emlautarom1 May 28, 2026
dfa5ecc
Adjust deadliner API
emlautarom1 May 28, 2026
187b64e
Adjust tests to use new API
emlautarom1 May 28, 2026
970147e
Consistent naming ("eviction", "expiration")
emlautarom1 May 28, 2026
d748f7b
Handle `deadliner.add` outcomes
emlautarom1 May 28, 2026
73ee237
Revert unnecessary change
emlautarom1 May 28, 2026
0b8f3fe
Simplify `SignedDataSet`
emlautarom1 May 28, 2026
fe654a0
Revert change
emlautarom1 May 28, 2026
98a6160
Revert the deadliner behavior
emlautarom1 May 28, 2026
f60f534
Revert wrong change
emlautarom1 May 28, 2026
139852d
Fix Claude issues
emlautarom1 May 28, 2026
7923d67
Document `wait_for` blocking
emlautarom1 May 28, 2026
87834d3
Merge remote-tracking branch 'origin/main' into emlautarom1/core-aggs…
emlautarom1 May 28, 2026
f87b4b6
Extract to trait
emlautarom1 May 29, 2026
4ace069
Early return on `store` with an empty set
emlautarom1 Jun 2, 2026
fab5556
Avoid unnecessary cloning on closed channels
emlautarom1 Jun 2, 2026
15371cf
Reorg modules
emlautarom1 Jun 2, 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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading