cardano-node-tests
cardano-node-tests copied to clipboard
Functional tests for cardano-node
**What is expected** The signature of the KES hot key should be valid. _cardano-node ticket:_ #3556 **Scenarios** 1. Fails if the signature of the KES hot key, counter and KES...
- both on nightly and on release (local cluster and testnets) runs
Ex: start local cluster, generate some rewards in a specific epoch (Shelley), continue to latest epoch, check results - rewards, delegations, etc (especially on db-sync). related to - https://github.com/input-output-hk/cardano-db-sync/issues/947
keep also the option to hard fork from Byron (as it is now)
For sync tests on Mainnet, it would be useful to visualize (from db-sync): - [ ] rewards generated per epoch (from staking, MIR (treasury, reserves)) - [ ] no of...
Setup cloud storage for testnet files in order to be able to run the tests on testnets on CI/cloud (not locally).
New functionalities/tables: - record the number of execution units in each tx - record the contribution to the fees of the execution units in the tx End-user scenarios: - how...
After one epoch is fully synced, check that all tables/values are populated for that epoch. related to https://github.com/input-output-hk/cardano-db-sync/issues/657