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

Support v1 tokens in randomised tests #1296

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

azarovh
Copy link
Member

@azarovh azarovh commented Oct 24, 2023

  • Moved the code that creates random transaction to a separate mod
  • Dropped v0 tokens generation because it's mutually exclusive according to out netupgrade
  • Added v1 tokens support: issuance, minting, unminting, locking supply.
  • RandomTxMaker now also supports creation transactions with multiple inputs (both utxo and accounts)

P.S. the test that actually runs the code is in chainstate/test-suite/src/tests/tx_verification_simulation.rs

@TheQuantumPhysicist TheQuantumPhysicist merged commit 3b6fc03 into master Oct 25, 2023
@TheQuantumPhysicist TheQuantumPhysicist deleted the fix/randomised_tokens_tests branch October 25, 2023 11:48
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.

2 participants