Added cardano-tracer-0.2.0
From https://github.com/input-output-hk/cardano-node at dd4333fa841b415fb9d153c9106aa1c3e2874c10
From https://github.com/input-output-hk/cardano-node at dd4333fa841b415fb9d153c9106aa1c3e2874c10
timestamp = 2023-09-18T20:23:32Z
github = { repo = "input-output-hk/cardano-node", rev = "9a0898636a4ea13f720dc3c6c8789b27beeb37c9" }
subdir = 'cardano-tracer'
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]>
* 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.
Co-authored-by: olgahryniuk <[email protected]>