cardano-node-tests
cardano-node-tests copied to clipboard
Functional tests for cardano-node
wait for https://github.com/IntersectMBO/cardano-cli/issues/792
This repo is missing the following: Issue Template, PR Template, Repo Admins Accept Content Reports, and Security.MD These docs are recommended per OSC Governance. https://intersect.gitbook.io/open-source-committee/policies/governance
This repo is missing: CODEOWNERS.MD and CHANGELOG.MD These documents are Required by OSC Governance. https://intersect.gitbook.io/open-source-committee/policies/governance
Per the Security TWG: Please update/add Security.md Please refer to: https://github.com/IntersectMBO/Open-Source-Office/blob/main/SECURITY.md The initial deadline for these changes to be made is 30 September 2024. Thank you. Ref: #2420 #2421
cardano-db-sync 13.6.0.5 increased offchain data limits. Updated action file size to 1MB for limit test.
Analyse if it would make sense to test db-sync rollbacks with `cardano-node-tests` framework. Currently the only way to invoke rollback is to stop current db-sync process and start it again...
### Feature Request: Automation of db-sync new configuration. Here is an example of new config file: ```json "insert_options": { "tx_cbor": "disable", "tx_out": { "value": "bootstrap", "force_tx_in": true, "use_address_table": false, },...