Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: proof system v1 (from v0.1) #309
feat!: proof system v1 (from v0.1) #309
Changes from all commits
a21ae22
9f64570
b5f37c2
414acd7
04ce2b3
2317e81
0482eef
b442876
1e1c97e
40b4cda
e3a477d
89607fe
b7f210c
099cdd0
fa325e8
f4f8d6a
8cb7e09
d77f865
7beb692
14e3b42
ab8d1e2
8346e26
6f2932a
c0f6aad
33c7335
4f62af2
9827e2b
1a28e75
c1442bb
ef6f2e6
ded5054
196d9fa
e426f23
0b09f9f
9dba1da
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 686 in grovedb/src/batch/mod.rs
GitHub Actions / clippy
method `get_batch_run_mode` is never used
Check warning on line 304 in grovedb/src/element/helpers.rs
GitHub Actions / clippy
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
Check warning on line 377 in grovedb/src/element/helpers.rs
GitHub Actions / clippy
this `let...else` may be rewritten with the `?` operator