Added trace-forward-2.2.0
From https://github.com/input-output-hk/cardano-node at 9a0898636a4ea13f720dc3c6c8789b27beeb37c9
From https://github.com/input-output-hk/cardano-node at 9a0898636a4ea13f720dc3c6c8789b27beeb37c9
timestamp = 2023-09-19T08:58:59Z
github = { repo = "input-output-hk/cardano-node", rev = "9a0898636a4ea13f720dc3c6c8789b27beeb37c9" }
subdir = 'trace-forward'
Signed-off-by: Pat Losoponkul <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
Corresponding to [this PR](https://github.com/input-output-hk/cardano-ledger/pull/3756).
Signed-off-by: Pat Losoponkul <[email protected]>
Feat/lw 7973 cip95 sign tx
Signed-off-by: Juliano Lazzarotto <[email protected]>
Co-authored-by: Alexey Kuleshevich <[email protected]>
This PR makes integration test suite work without requiring the environment variable "SHELLEY_TEST_DATA"; On top of it, the naming was made consistent: **Before:** "SHELLEY_DATA_PATH", "cardano-node-shelley", "cluster setup dir" etc. **After:** - the directory is renamed to `lib/local-cluster/test/data/cluster-configs` - the env var is renamed to "LOCAL_CLUSTER_CONFIGS" - the `Config`'s data type accessor function is `cfgClusterConfigs`