Added fs-api-0.1.0.2
From https://github.com/input-output-hk/fs-sim at 975262fc7bddab307de4eeb0ca3963fbb18ed337
From https://github.com/input-output-hk/fs-sim at 975262fc7bddab307de4eeb0ca3963fbb18ed337
timestamp = 2023-05-28T10:10:30Z
github = { repo = "input-output-hk/fs-sim", rev = "975262fc7bddab307de4eeb0ca3963fbb18ed337" }
subdir = 'fs-api'
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]>