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

[wip] feat(anvil): migrate tests to alloy #6960

Closed
wants to merge 12 commits into from

Conversation

Evalir
Copy link
Member

@Evalir Evalir commented Jan 30, 2024

Motivation

migrates all anvil tests to alloy. wip.

Solution

@Evalir
Copy link
Member Author

Evalir commented Jan 31, 2024

Currently blocked on:

  • alloy-sol-contract to replace abigen! & deploy test contracts
  • Finalizing call builder to build signable & sendable transactions through an alloy Provider
  • Subscriptions functionality

@Evalir
Copy link
Member Author

Evalir commented Feb 9, 2024

Continuing by introducing alloy-contract everywhere we can, and switching to just using alloy types and converting as needed. We're lacking the functionality to deploy/send txs which is being worked on alloy-rs/alloy#190. A good amount of usage is actually calls, so we can make good progress while this settles.

Subscriptions are also still WIP, although this is the last thing we'll integrate.

@zerosnacks zerosnacks self-assigned this Mar 25, 2024
@mattsse mattsse closed this Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants