Dinesh Pinto

Results 24 issues of Dinesh Pinto

The link to the wormhole explorer shows a 404 as it links to `https://wormholenetwork.com/en/explorer`. The correct link is `https://wormholenetwork.com/explorer`

Nothing really to say, I will probably write a future version supporting a different exchange (ideally Binance, because of liquidity, but perps are not supported in my jurisdiction). I look...

* **Description:** Implement RA-TLS (Remote Attestation - Transport Layer Security) to ensure end-to-end encryption for all data transiting into and out of the secure enclave. This protocol combines remote attestation...

component:secure-enclave

* **Description:** As an optional enhancement, develop pre-built connectors for popular Model Context Protocol (MCP) servers (such as those for GitHub, Slack, Cursor). These connectors should be designed to operate...

component:agent-framework
onlydust-wave

* **Description:** Develop specific adapters for interacting with the Flare Decentralized Oracle (FDC) for obtaining consensus on various web2 and web3 data points. These connectors will enable agents to use...

component:ecosystem-engine
onlydust-wave

* **Description:** Design and implement support for Confidential Space PKI key parsing in Solidity within [flare-vtpm-attestation](https://github.com/flare-foundation/flare-vtpm-attestation) * **Acceptance Criteria:** * In-contract PKI key parsing and validation support (see [Google docs...

component:secure-enclave
onlydust-wave

- **Description** - Standardize errors and logs so users get actionable, stable signals across modules. - **Scope** - Use `flare_ai_kit.common.exceptions` uniformly; add/align specific exception types where gaps exist. - Replace...

* **Description:** Establish and implement a clear, automated mechanism to ensure the freshness of "semi-static" data indexed in Qdrant. This data includes sources like the Flare Developer Hub, Flare website...

component:vector-rag
onlydust-wave

- **Description** - Expand and fix unit tests across `src/flare_ai_kit/` (ingestion, consensus, ecosystem, RAG, etc.). Use `pytest`, `unittest.mock` (incl. `AsyncMock`) and `pytest.monkeypatch` to isolate externals (env vars, network/HTTP, agent calls,...

- **Description** - Audit `src/` for bare `# type: ignore` and either: - Fix the typing (add annotations, generics, `TypedDict`/`Protocol`, `overload`, `cast`, `Literal`, `Final`, etc.), or - Use narrow suppressions...