Feat/anomaly detection zscore isolation forest#205
Open
Divine-mercyx wants to merge 5 commits into
Open
Conversation
…re and IsolationForest (VertexChainLabs#190) Move anomaly scoring off the client with simple-statistics rolling z-scores, an isolation-forest worker that emits metrics and alerts, and fixture-backed tests proving injected spikes are flagged. Co-authored-by: Cursor <cursoragent@cursor.com>
soroban-env-host allows ed25519-dalek >=2.0.0, which now resolves to 3.0.0 and breaks ChaCha20Rng signing in host testutils. Force 2.x on non-wasm targets so Contracts CI compiles again. Co-authored-by: Cursor <cursoragent@cursor.com>
…file pin Workspace deps alone still let soroban-env-host compile against ed25519-dalek 3.0. Patch crates.io to the 2.1.1 git tag and generate a pinned lockfile in CI before builds. Co-authored-by: Cursor <cursoragent@cursor.com>
The git patch pointed at a monorepo tag Cargo cannot resolve. Drop it and rely on generate-lockfile plus cargo update --precise 2.1.1, with workspace dev-deps keeping soroban-env-host off ed25519-dalek 3.0. Co-authored-by: Cursor <cursoragent@cursor.com>
Cargo resolves both 2.1.1 and 3.0.0, so an unqualified cargo update is ambiguous. Target the 3.0.0 slot explicitly after generate-lockfile. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Quick one: PR title is tripping the Conventional Commits lint. Renaming to something like |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #190
Pull Request
Please provide a short description of the change and link any related issues.
Description
Checklist
Security
If this change includes anything security-sensitive (secrets, auth changes, data exposure), describe mitigations and whether coordinated disclosure is required.
Notes for reviewers