forked from linera-io/linera-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…era-io#2238) * Correct a bug with `get_mut` and `get_mut_or_default` for the `deleted_prefixes`. * Add a test to handle that scenario. * Merge the random tests of the complex views in a single file for better CI. * Removal of unwrap() and replacement by ? and Result<()> when needed. * Change the API from `Vec<u8>` to `&[u8]` for `collection_view` / `reentrant_collection_view`.
- Loading branch information
1 parent
2554efe
commit f59ad4d
Showing
10 changed files
with
1,020 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.