cardano-node-tests icon indicating copy to clipboard operation
cardano-node-tests copied to clipboard

Functional tests for cardano-node

Results 102 cardano-node-tests issues
Sort by recently updated
recently updated
newest added

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

documentation

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

documentation

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

documentation

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...

enhancement
db-sync

### 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, },...

enhancement
db-sync