Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The current normative document is [`specs/evm-v1.md`](./specs/evm-v1.md), at Dra

Tiers at or above 3 are reserved. A reserved tier can only be given meaning by a specification release, never by an implementation choosing one unilaterally.

Reference packages, currently `@torpc/decoder` and `@torpc/toevm-rules`, use semantic versioning in their own repository and declare their target specification version in their README and package metadata.
Reference packages, currently `@w3tech.io/torpc-decoder` and `@torpc/toevm-rules`, use semantic versioning in their own repository and declare their target specification version in their README and package metadata.

## TORPC Conformant certification

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ LICENSE CC0 1.0 Universal, covering everything above

Code lives in [w3tech/torpc-js](https://github.com/w3tech/torpc-js), licensed Apache-2.0:

- **`@torpc/decoder`** (`codec/`), the reference bidirectional mapper between standard EVM
- **`@w3tech.io/torpc-decoder`** (`codec/`), the reference bidirectional mapper between standard EVM
JSON-RPC responses and the TORPC compact form. Structural only, no ABI resolution.
- **`@torpc/toevm-rules`** (`packages/torpc-toevm-rules/`), the typed ruleset library that names
each normative transformation as a pure function.
- **`bench/`**, the benchmark harness: token efficiency plus retrieval accuracy over pinned ETH
mainnet fixtures.

Those are the in-repository package names. Nothing is published to a public registry yet, so build
from source in that repository.
That repository's README states which of those names are published and which are in-repository
only. Either way the sources build from a checkout.

The conformance runner in this repository ships no transform of its own. It validates the golden
vectors, and it exercises an implementation only through an adapter you point at one, in any
Expand Down