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
Due to update on [email protected] & [email protected], alonzo-purple snapshot gets deprecated and in consequence of that, all the tests that depends on it.
This snapshot is used to implement tests cases that includes an invalid transaction (2nd stage SC validation failed). The tests that will get deprecated are:
block-transactions-api.test.ts
'should return operation status as invalid when there is an invalid transaction'
account-balance-api.test.ts
'should not count utxos of an invalid tx'
search-transactions-api.test.ts
'Should bring transactions that did not succeeded'
'Should bring transactions with invalid status'
'Should return tx that matches specified coin and is invalid'
These tests can be updated once this case occurs in any cardano network. If it is in mainnet, the corresponding blocks has to be exported at dump_blocks.sh script and then re-create the fixture data set. If it is in testnet, a new db-snapshot and fixture-data has to be created.
The text was updated successfully, but these errors were encountered:
Due to update on
[email protected] & [email protected]
,alonzo-purple
snapshot gets deprecated and in consequence of that, all the tests that depends on it.This snapshot is used to implement tests cases that includes an invalid transaction (2nd stage SC validation failed). The tests that will get deprecated are:
block-transactions-api.test.ts
account-balance-api.test.ts
search-transactions-api.test.ts
These tests can be updated once this case occurs in any cardano network. If it is in mainnet, the corresponding blocks has to be exported at
dump_blocks.sh
script and then re-create thefixture data
set. If it is in testnet, a new db-snapshot and fixture-data has to be created.The text was updated successfully, but these errors were encountered: