Skip to content

Commit a26b2c7

Browse files
committed
docs update
- note about maintenance - changelog update
1 parent 1cff0b5 commit a26b2c7

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
44

55
## Unreleased
66

7+
- Wallets with Base Address support
8+
- Lookups for wallets in tasty integration
9+
10+
## [1.2.0] - 2022-10-21
11+
712
### Added
813

914
- `Plutip` configuration
15+
- Ability to set slot length and epoch size
1016
- Ability to add custom keys constant across runs, e.g. to use them as extra signers
1117
- Ability to set custom file where relay node log can be saved after tests run
1218
- Ability to set to set custom port for `chain-idex`

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ NOTE: This branch launches local network in `Vasil`. It was tested with node `1.
4949

5050
* [Tweaking local network](./docs/tweaking-network.md)
5151
* [Regenerating network configs](./docs/regenerate-network-configs.md)
52+
53+
## Maintenance
54+
55+
* [Important notes on updating `cardano-wallet` dependency](./docs/cardano-wallet-update.md)

docs/cardano-wallet-update.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cluster launcher update
2+
3+
`Plutip` heavily relies on local cluster testing framework from `cardano-wallet`.
4+
5+
Initially, framework was used as-is, but in order to add to Plutip ability to set slot length and epoch size, module `Cluster.hs` was copied from `cardano-wallet` to Plutip's codebase and adjusted to make this settings possible. So in case of updating `cardano-wallet` dependency be sure that original `Cluster.hs` and Plutip's one differs only in expected way.
6+
7+
At the moment all changes are related to adding `ExtraConfig` to necessary ADTs and functions in Plutip's version of `Cluster.hs` and difference with the original is pretty small.

0 commit comments

Comments
 (0)