Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .cargo/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.1
v4.9.0
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,15 @@ jobs:
workspace_member: snarkvm-ledger-store
flags: --features=rocks

ledger-store-with-history:
executor: rust-docker
resource_class: << pipeline.parameters.twoxlarge >>
steps:
- run_test:
workspace_member: snarkvm-ledger-store
flags: --features=rocks,history
cache_key_suffix: -with-history

ledger-store-prerelease:
executor: rust-docker
resource_class: << pipeline.parameters.twoxlarge >>
Expand Down Expand Up @@ -1293,6 +1302,7 @@ workflows:
- ledger-puzzle-epoch
- ledger-query
- ledger-store
- ledger-store-with-history
- ledger-test-helpers

synthesizer-workflow:
Expand Down
Loading