Skip to content

Commit 5d47972

Browse files
davxyskunertgithub-actions[bot]ggwpez
authored
Introduce ark-vrf (#7669)
Superseeds `bandersnatch_vrfs` with [ark-vrf](https://crates.io/crates/ark-vrf) - Same crypto as JAM - With a spec: github.com/davxy/bandersnatch-vrf-spec - Published on crates.io #7670 follow up NOTE: this crypto is under experimental feat --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Sebastian Kunert <[email protected]> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
1 parent 3b31d8a commit 5d47972

File tree

17 files changed

+692
-1054
lines changed

17 files changed

+692
-1054
lines changed

.config/zepter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workflows:
1212
# Check that `A` activates the features of `B`.
1313
'propagate-feature',
1414
# These are the features to check:
15-
'--features=try-runtime,runtime-benchmarks,std',
15+
'--features=try-runtime,runtime-benchmarks,std,bandersnatch-experimental',
1616
# Do not try to add a new section into `[features]` of `A` only because `B` expose that feature. There are edge-cases where this is still needed, but we can add them manually.
1717
'--left-side-feature-missing=ignore',
1818
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.

0 commit comments

Comments
 (0)