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

Turn on UTXO validation in tests #193

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Turn on UTXO validation in tests #193

merged 2 commits into from
Mar 29, 2022

Conversation

digorithm
Copy link
Member

This PR turns on the UTXO validation flag (from the fuel-core node), which enables full validation of transactions.

So far, the only thing that broke due to this flag was the contract deployment, which was easily fixed by correcting the witness index.

Shockingly, nothing else seemed to break. Though we've been working on adding proper signatures to the transaction for a while now. However, up until now, it had never been actually tested. But with the UTXO validation flag, the signatures are actually tested.

Closes #188.

@digorithm digorithm self-assigned this Mar 29, 2022
@digorithm digorithm added the enhancement New feature or request label Mar 29, 2022
@digorithm digorithm merged commit da97652 into master Mar 29, 2022
@digorithm digorithm deleted the rodrigo/utxo-validation branch March 29, 2022 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Use node utxo validation flag
2 participants