Added fs-sim-0.1.0.2
From https://github.com/input-output-hk/fs-sim at 0930a32ed4641d93a253c83996cb229789bcd073
From https://github.com/input-output-hk/fs-sim at 0930a32ed4641d93a253c83996cb229789bcd073
timestamp = 2023-05-29T00:50:48Z
github = { repo = "input-output-hk/fs-sim", rev = "0930a32ed4641d93a253c83996cb229789bcd073" }
subdir = 'fs-sim'
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]>