Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
70a33aa
init new db
Boog900 Feb 16, 2026
4c469a8
Merge branch 'main' into new-db
Boog900 Feb 16, 2026
40933a8
fix some issues
Boog900 Feb 21, 2026
f8766d6
remove x86_64 specific code
Boog900 Feb 21, 2026
711af23
working clippy & tests
Boog900 Feb 24, 2026
7c6c0c8
todo docs
Boog900 Feb 24, 2026
babe62e
typos
Boog900 Feb 24, 2026
b5c40f8
remove old doc tests
Boog900 Feb 25, 2026
5dd77e5
remove redb test
Boog900 Feb 25, 2026
b424cd6
remove empty doc tests
Boog900 Feb 25, 2026
6f0db57
fix all tests
Boog900 Feb 26, 2026
5b5a0be
fix hack errors
Boog900 Feb 26, 2026
0c5ed11
add required features to txpool
Boog900 Feb 26, 2026
8364266
clean up docs and uncomment code
Boog900 Mar 3, 2026
5fdf47d
fix bug in alt blocks and more clean up
Boog900 Mar 4, 2026
87b4255
add required features for cargo hack
Boog900 Mar 4, 2026
c22754d
add config option for setting memory limit
Boog900 Mar 5, 2026
3e06505
sort imports correctly
Boog900 Mar 6, 2026
5d53901
update tapes
Boog900 Mar 9, 2026
3a790dd
fix syncer restarting loop
Boog900 Mar 15, 2026
f45705b
Merge branch 'main' into new-db
Boog900 Mar 15, 2026
9475c26
fmt
Boog900 Mar 15, 2026
5599378
set fjall to 25% of memory by default
Boog900 Mar 17, 2026
c024ed7
commit tapes changes before changing fjall when adding blocks
Boog900 Mar 24, 2026
a3d50b4
redsh4de review fixes
Boog900 Mar 26, 2026
8f9f2a9
redsh4de review fixes 2
Boog900 Mar 26, 2026
f93b430
always write tx blobs to alt table
Boog900 Mar 26, 2026
baa0a9b
review fixes
Boog900 Apr 19, 2026
6d797de
clippy & fmt
Boog900 Apr 19, 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
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ env:
# Build commands.
CMD_DOC: cargo doc --all-features --no-deps
CMD_CLIPPY: cargo clippy --all-features --all-targets -- -D warnings
CMD_TEST: |
# HACK: how to test both DB backends that are feature-gated?
cargo test --all-features
cargo test --package cuprate-blockchain --no-default-features --features redb
CMD_TEST: cargo test --all-features
CMD_BUILD: cargo build --all-features --all-targets
CMD_HACK: |
cargo install cargo-hack --locked
Expand Down
Loading
Loading