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
adds fast-check property coverage for Stellar scalar arithmetic, seed derivation, stealth public-key equations, view-tag distribution, and signWithScalar verification
adds test:properties and high-case test:fuzz scripts
documents property testing in the README
adds a nightly slow-tests CI job for the 100,000-case fuzz run
Validation
npx --yes pnpm@10.28.2 test:properties
npx --yes pnpm@10.28.2 format:check
npx --yes pnpm@10.28.2 build
npx --yes pnpm@10.28.2 test
Commit used --no-verify because the local hook calls a global pnpm binary that is not installed in this environment; the same commands were run through npx pnpm.
Heads up — we've just set up a develop branch as the integration target for all Drips × Stellar Wave contributions, and I've retargeted this PR's base from main to develop on your behalf. The diff is unchanged; nothing to do on your end.
Going forward, please branch from and target develop. We'll periodically merge develop → main as we cut releases. Thanks for contributing!
All 8 properties from the issue spec are implemented (with the chi-square view-tag test as a nice touch), WRAITH_FUZZ_RUNS env knob, nightly CI at 100k cases. Merging. Thanks @kaycke1337.
Hmm, my earlier merge call failed: conflicts surfaced after #14 landed (likely package.json scripts overlap with my comment timing). Could you rebase onto develop? Once clean I'll merge immediately, content is good.
git fetch origin
git rebase origin/develop
git push --force-with-lease
This file contains hidden or 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
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.
Closes #3
Summary
Validation
Commit used --no-verify because the local hook calls a global pnpm binary that is not installed in this environment; the same commands were run through npx pnpm.