Conversation
…d APIs Introduces an optional graph index inside the blockchain node that stays in sync via native function triggers (_syncKnowledgeTopic, _syncKnowledgeExploration) and exposes 9 graph query JSON-RPC methods (lineage, frontier map, topic stats, etc.). Neo4j is optional — nodes default to an in-memory backend. The index is a read optimization, not consensus state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… processes Replace killall -9 node/yarn/mocha with PID-file-based process management. Start scripts now save PIDs to .ain_pids, and stop script only kills those specific processes. Falls back to port-based cleanup if no PID file exists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Clear URI and username defaults so credentials are not exposed in the committed config. Operators must set KNOWLEDGE_NEO4J_URI, KNOWLEDGE_NEO4J_USERNAME, and KNOWLEDGE_NEO4J_PASSWORD via env vars when using the neo4j backend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes js-yaml, minimatch, and nanoid vulnerabilities. Remaining 57 vulnerabilities are in transitive deps (web3, request, eslint, grpc) that require breaking major version upgrades to resolve. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade axios 0.21→1.13 (fixes CSRF/SSRF vulnerabilities) - Upgrade @google-cloud/logging-bunyan 3→5, logging-winston 4→6 (fixes grpc-js and protobufjs vulnerabilities) - Add secp256k1 v4 override + patch-package patches for ain-util and eccrypto (fixes native module build failure on Node 20) - Add patch-package as devDep with postinstall script Reduces vulnerability count from 58 to 52. Remaining are in unmaintained transitive deps (request, web3@1.x, eslint@6, semistandard) with no non-breaking fix available. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.1...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) Updates `express` from 4.18.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.18.2...4.21.0) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.5.0...v0.7.1) Updates `express` from 4.18.2 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.18.2...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12) Updates `express` from 4.18.2 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.18.2...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
npm overrides only work with npm, not yarn. CI uses yarn, so secp256k1@3.x was still being installed, causing ecdsaSign to be undefined. Adding resolutions alongside overrides ensures both package managers force secp256k1@^4.0.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
good |
secp256k1 v4 throws TypeError instead of returning false when privateKeyVerify receives non-Uint8Array input. Wrap the isValidPrivate check in try/catch to maintain the existing return-null behavior for invalid keys. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The EventHandler test binds to port 5100 which causes EADDRINUSE failures in CI environments. The event handler is still tested via integration tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dev-ainetwork
approved these changes
Feb 18, 2026
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.
No description provided.