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: 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]>
* Mithril update 2023-09-27 * Fix typo in Mithril report of 2023-09-20 * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <[email protected]> * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <[email protected]> * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
Make hydra-cluster --devnet open a head
* feat(core): add wallet setup name and password component * feat(extension): add WalletSetupNamePasswordStep component in WalletSetupWizard * feat(extension): add post hog event for name and password next click * feat(extension): fix incorrect copy for password second level strength * chore(extension): improve naming, fix copy for description and add animation * refactor(extension): change WalletRegisterStep folder name to WalletSetupNamePasswordStep * refactor(extension): improve naming and helper functions * refactor(core): add name input and password confirmation components * feat(core): remove auto focus on pass input and add missing feedback --------- Co-authored-by: Marcin Mazurek <[email protected]>
feat: [LW-6471] Added optional metadata fetch feature from SMASH server
cardano-protocol-praos does not inline ocert and protocol version into the header, treating them instead as nested objects. This is not accurately reflected in the CDDL. This is a stopgap solution, since this can no longer be tested here due to cardano-protocol-praos living in the consensus repository.