You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#63 adds a workflow to check that the test vectors are up-to-date, and also hard-codes the test vectors. Once #65 is implemented, we'll want the hard-coded Rust test vectors to be nicely formatted, so we should add rustfmt to the CI workflow to ensure this.
The text was updated successfully, but these errors were encountered:
That might end up being how we do this (though the above workflow change would still be necessary in order for CI to have rustfmt even be available). But that still won't work for the existing workflow, only after #65. The current Rust output is un-formattable, because it expects to be copy-pasted into a function (as I was doing with the first Rust test vectors we wrote for Sapling).
#63 adds a workflow to check that the test vectors are up-to-date, and also hard-codes the test vectors. Once #65 is implemented, we'll want the hard-coded Rust test vectors to be nicely formatted, so we should add
rustfmt
to the CI workflow to ensure this.The text was updated successfully, but these errors were encountered: