Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
64d59d9
First draft
davxy Feb 22, 2025
1d2eed8
Implement Schnorr signature for Bandersnatch
davxy Feb 26, 2025
be67253
Working integration
davxy Feb 26, 2025
3cbdf75
Removed old bandersnatch_vrfs
davxy Feb 26, 2025
fa5377a
Infallible prover/verifier construction with padding fallback
davxy Feb 26, 2025
7103b40
Sassafras primitives
davxy Feb 26, 2025
db08b53
Pallet builds
davxy Feb 26, 2025
7e060e4
Test run, but fail
davxy Feb 26, 2025
adb012e
Fixed tests
davxy Feb 26, 2025
3c4036a
Cleanup
davxy Feb 26, 2025
6156d40
remove from default feats
davxy Feb 26, 2025
a07c51a
more cleanup
davxy Feb 26, 2025
df014b8
Lock to rev
davxy Feb 27, 2025
9826d28
Cleanup
davxy Feb 28, 2025
479758a
Merge branch 'master' into davxy/introduce-ark-ec-vrfs
davxy Feb 28, 2025
1720113
Bump ark-ec-vrf rev
davxy Feb 28, 2025
4d24263
Use crates.io
davxy Feb 28, 2025
af82993
Fix
davxy Feb 28, 2025
5c1cc41
Resolve warnings
davxy Mar 1, 2025
5c8cdab
Bump ark-ec-vrfs version
davxy Mar 20, 2025
42503c6
Doc
davxy Mar 20, 2025
555ae8d
Backend renamed
davxy Mar 28, 2025
4704379
Merge branch 'master' into davxy/introduce-ark-ec-vrfs
skunert Apr 1, 2025
df12918
Lock update
davxy Apr 1, 2025
7b9a15a
Fix static keyring pks
davxy Apr 1, 2025
f0fd53e
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] Apr 1, 2025
1ef9407
toml formatting
ggwpez Apr 1, 2025
ac11b52
Add bandersnatch feature to Zepter check
ggwpez Apr 1, 2025
a3a5da0
Propagate missign features
ggwpez Apr 1, 2025
704c9b1
Exclude from umbrella
ggwpez Apr 1, 2025
8cb5d3c
Merge branch 'master' into davxy/introduce-ark-ec-vrfs
ggwpez Apr 1, 2025
bbd4b1f
doc build
ggwpez Apr 1, 2025
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 .config/zepter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflows:
# Check that `A` activates the features of `B`.
'propagate-feature',
# These are the features to check:
'--features=try-runtime,runtime-benchmarks,std',
'--features=try-runtime,runtime-benchmarks,std,bandersnatch-experimental',
# 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.
'--left-side-feature-missing=ignore',
# Ignore the case that `A` it outside of the workspace. Otherwise it will report errors in external dependencies that we have no influence on.
Expand Down
Loading
Loading