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

Minimalist A/B testing framework #92

Closed
8 tasks
cylewitruk opened this issue Sep 19, 2023 · 2 comments
Closed
8 tasks

Minimalist A/B testing framework #92

cylewitruk opened this issue Sep 19, 2023 · 2 comments
Assignees

Comments

@cylewitruk
Copy link
Member

cylewitruk commented Sep 19, 2023

A/B testing application.
To be used for testing and comparing chainstate transaction results using the current interpreter vs. the new wasm runtime by replaying all state from genesis to chain tip, including contract installs and executions.

Tracked in issues:

  • Initialize new chainstate
  • Extract transactions and contract installs/calls from existing chainstate
  • Process STX transactions
  • Install contracts from chainstate
  • Execute contracts using Interpreter
  • Execute contracts using Wasm
  • Ability to create environment snapshots
  • more coming...
@smcclellan
Copy link
Collaborator

@cylewitruk Is this still needed?

@cylewitruk
Copy link
Member Author

It's still an active project but I'm planning on moving it out of this repo to testing-tools, so it can be closed here.

@smcclellan smcclellan closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants