Update README.md
Remove broken parts of README.md.
Remove broken parts of README.md.
<a href="https://hackage.haskell.org/package/bech32"><img src="https://img.shields.io/hackage/v/bech32?style=for-the-badge" /></a>
<a href="https://github.com/input-output-hk/bech32/releases"><img src="https://img.shields.io/github/release/input-output-hk/bech32.svg?style=for-the-badge" /></a>
<a href='https://github.com/input-output-hk/bech32/actions?query=workflow%3A"Continuous Integration"'><img src="https://img.shields.io/github/workflow/status/input-output-hk/bech32/Continuous Integration?style=for-the-badge" /></a>
<a href="https://input-output-hk.github.io/bech32/coverage/hpc_index.html"><img src="https://input-output-hk.github.io/bech32/coverage/badge.svg" /></a>
## `bech32` command-line
When creating a pull request, please make sure that your code adheres to our
[coding standards](https://github.com/input-output-hk/cardano-wallet/wiki/Coding-Standards).
<hr />
<a href="https://github.com/input-output-hk/bech32/blob/master/bech32/LICENSE"><img src="https://img.shields.io/github/license/input-output-hk/bech32/bech32.svg?style=for-the-badge" /></a>
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`