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

feat: generalize simulation to all wallets #32

Closed
wants to merge 2 commits into from

Conversation

bhgomes
Copy link
Contributor

@bhgomes bhgomes commented Mar 3, 2022

Generalizes simulation for all wallets of the form Wallet<C, L, S> for where C is the transfer configuration, L is the ledger connection, and S is the signer connection. This allows for testing with more interaction complexity like substrate in-memory ledger, full node ledger, full signer, etc.

To build your own simulation see how the manta-pay/src/simulation/mod.rs file runs the new generalized simulation and copy the overall pattern.

@bhgomes bhgomes requested a review from stechu March 3, 2022 19:39
@bhgomes
Copy link
Contributor Author

bhgomes commented Mar 3, 2022

Closed in favor of #33.

@bhgomes bhgomes closed this Mar 3, 2022
@bhgomes bhgomes deleted the generalize-simulation branch March 15, 2022 19:20
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.

1 participant