You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need unit test coverage for applying/reverting transactions including the following types of transactions:
For both V1 and V2 transactions:
Txn with siacoin outputs
Txn with arbitrary data
Txn with attestation
Txn with contract
Txn with contract revision
Txn with storage proof
Txn with siafund outputs
The test(s) should apply the transaction, revert the transaction and then verify the state is the same as before.
These tests should serve as regression tests for some of the panics we have seen before.
The text was updated successfully, but these errors were encountered:
We need unit test coverage for applying/reverting transactions including the following types of transactions:
For both V1 and V2 transactions:
The test(s) should apply the transaction, revert the transaction and then verify the state is the same as before.
These tests should serve as regression tests for some of the panics we have seen before.
The text was updated successfully, but these errors were encountered: