Skip to content

Commit

Permalink
chore: tests repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 21, 2024
1 parent 822a8aa commit 59a4bbf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ resolver = "2"
edition = "2021"
license = "MIT"
authors = ["Eric Woolsey<ewoolsey@ualberta.ca>", "refcell"]
repository = "https://github.com/ethereum-optimism/op-test-vectors"
homepage = "https://github.com/ethereum-optimism/op-test-vectors"
exclude = ["**/target", "benches/", "tests"]
repository = "https://github.com/ethereum-optimism/tests"
homepage = "https://github.com/ethereum-optimism/tests"
exclude = ["**/target", "benches/"]

[workspace.dependencies]
# General
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,32 @@
</h4>

<p align="center">
<a href="https://github.com/ethereum-optimism/op-test-vectors/actions/workflows/ci.yml"><img src="https://github.com/ethereum-optimism/op-test-vectors/actions/workflows/ci.yml/badge.svg?label=ci" alt="CI"></a>
<a href="https://github.com/ethereum-optimism/op-test-vectors/actions/workflows/book.yml"><img src="https://github.com/ethereum-optimism/op-test-vectors/actions/workflows/book.yml/badge.svg?label=Book" alt="Book"></a>
<a href="https://github.com/ethereum-optimism/tests/actions/workflows/ci.yml"><img src="https://github.com/ethereum-optimism/tests/actions/workflows/ci.yml/badge.svg?label=ci" alt="CI"></a>
<a href="https://github.com/ethereum-optimism/tests/actions/workflows/book.yml"><img src="https://github.com/ethereum-optimism/tests/actions/workflows/book.yml/badge.svg?label=Book" alt="Book"></a>
<img src="https://img.shields.io/badge/License-MIT-green.svg?label=license&labelColor=2a2f35" alt="License">
<a href="https://ethereum-optimism.github.io/op-test-vectors"><img src="https://img.shields.io/badge/Contributor%20Book-854a15?logo=mdBook&labelColor=2a2f35" alt="Book"></a>
<a href="https://ethereum-optimism.github.io/tests"><img src="https://img.shields.io/badge/Contributor%20Book-854a15?logo=mdBook&labelColor=2a2f35" alt="Book"></a>
</p>

<p align="center">
<a href="#whats-op-test-vectors">What's OP Test Vectors?</a> •
<a href="#whats-ethereum-optimism/tests">What's `ethereum-optimism/tests`</a> •
<a href="#overview">Overview</a> •
<a href="https://static.optimism.io/op-test-vectors/CONTRIBUTING.html">Contributing</a> •
<a href="https://static.optimism.io/tests/CONTRIBUTING.html">Contributing</a> •
<a href="#credits">Credits</a>
</p>

## What's OP Test Vectors?
## What's `ethereum-optimism/tests`?

OP Test Vectors is a portable suite of standardized test fixtures used to test OP Stack component implementations.
`ethereum-optimism/tests` is a portable suite of standardized test fixtures used to test OP Stack component implementations. Test fixtures are static JSON files defined in the [fixtures](./fixtures) directory.

Test fixtures are static JSON files defined in the [fixtures](./fixtures) directory.
There are two types of tests:
- `derivation`
- `execution`

Test fixtures can be easily generated using the [opt8n](./crates/opt8n) cli tool.
Each has it's own cli tool to generate test fixtures. [opt8n](./bin/opt8n) can be used to generate execution test fixtures, while [opdn](./bin/opdn) generates derivation test fixtures.

### Development Status

`op-test-vectors` is currently in active development, and is not yet ready for use in production.
`ethereum-optimism/tests` is currently in active development, and is not yet ready for use in production.

## Overview

Expand All @@ -50,9 +52,9 @@ The [book][book] contains an in-depth overview of the project, contributor guide

## Credits

`op-test-vectors` is inspired by [ethereum/tests][eth-tests] and built by the collaboration between a number of teams and external contributors including [OP Labs][op-labs] and [Worldcoin engineers][worldcoin].
`ethereum-optimism/tests` is inspired by [ethereum/tests][eth-tests] and built by the collaboration between a number of teams and external contributors including [OP Labs][op-labs] and [Worldcoin engineers][worldcoin].

[book]: https://ethereum-optimism.github.io/op-test-vectors/
[book]: https://ethereum-optimism.github.io/tests/
[op-labs]: https://github.com/ethereum-optimism
[worldcoin]: https://github.com/worldcoin
[eth-tests]: https://github.com/ethereum/tests
10 changes: 5 additions & 5 deletions book/src/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<!-- Kona links -->

[op-test-vectors]: https://github.com/ethereum-optimism/op-test-vectors
[book]: https://ethereum-optimism.github.io/op-test-vectors/
[issues]: https://github.com/ethereum-optimism/op-test-vectors/issues
[new-issue]: https://github.com/ethereum-optimism/op-test-vectors/issues/new
[contributing]: https://github.com/ethereum-optimism/op-test-vectors/tree/main/CONTRIBUTING.md
[op-test-vectors]: https://github.com/ethereum-optimism/tests
[book]: https://ethereum-optimism.github.io/tests/
[issues]: https://github.com/ethereum-optimism/tests/issues
[new-issue]: https://github.com/ethereum-optimism/tests/issues/new
[contributing]: https://github.com/ethereum-optimism/tests/tree/main/CONTRIBUTING.md

<!-- People -->

Expand Down

0 comments on commit 59a4bbf

Please sign in to comment.