Added fs-sim-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-sim'
Co-authored-by: Alexey Kuleshevich <[email protected]>
* 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.
- INLINE -> INLINEABLE in Core, Address - set flags -flate-specialize and -fspecialize-aggressively in Core, Address - INLINE umElemFoo functions in UMap