Skip to content
Open
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 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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down