diff --git a/GOVERNANCE.md b/GOVERNANCE.md index a9de003..01873c0 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -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 the published `@w3tech.io/torpc-decoder` and the unpublished in-repository `@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 the published `@w3tech.io/torpc-decoder` and the unpublished in-repository `@w3tech.io/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 diff --git a/README.md b/README.md index c9aac4e..9b65ff4 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ Code lives in [w3tech/torpc-js](https://github.com/w3tech/torpc-js), licensed Ap - **[`@w3tech.io/torpc-decoder`](https://www.npmjs.com/package/@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. +- **`@w3tech.io/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. @@ -157,8 +157,8 @@ The decoder is on npm: npm install @w3tech.io/torpc-decoder ``` -The ruleset library is not published. `@torpc/toevm-rules` is its in-repository name and no package -under that name exists on any registry, so build it from source. +The ruleset library is not published. `@w3tech.io/torpc-toevm-rules` is its in-repository name and +no package under that name exists on any registry, so build it from source. 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