Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more viem tests #1075

Open
roninjin10 opened this issue May 14, 2024 · 0 comments
Open

Add more viem tests #1075

roninjin10 opened this issue May 14, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@roninjin10
Copy link
Collaborator

roninjin10 commented May 14, 2024

We want all viem public actions and test actions. This work started in #1072

The test file is here and has placeholders for all the apis https://github.com/evmts/tevm-monorepo/blob/main/packages/memory-client/src/test/viemPublicActions.spec.ts

Steps

Make sure bun is installed npm i bun --global or updated bun update

  1. Clone the repo
  2. pnpm i && pnpm run build to install node_modules and build repo
  3. bun test src/test/viemPublicActions.spec.ts to run the tests

Tests are allowed to fail if the endpoint is not implemented in tevm or a bug is found. DOn't worry about fixing the bug (unless you want to get your hands dirty)

Reach out if I can help.

@roninjin10 roninjin10 changed the title Add all viem tests Add more viem tests May 14, 2024
@roninjin10 roninjin10 added the good first issue Good for newcomers label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant