Added ekg-forward-0.3.0.4
From https://github.com/input-output-hk/ekg-forward at f7856c4951f8f147d9fc9b3eeade41d81d273eba
From https://github.com/input-output-hk/ekg-forward at f7856c4951f8f147d9fc9b3eeade41d81d273eba
timestamp = 2023-05-30T15:22:19Z
github = { repo = "input-output-hk/ekg-forward", rev = "f7856c4951f8f147d9fc9b3eeade41d81d273eba" }
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`
Signed-off-by: banklesss <[email protected]>