Skip to content

Commit be434c4

Browse files
authored
Merge pull request #1644 from Plutonomicon/dshuiski/refactor
cardano-testnet: Increase Lovelace supply, Fix cleanup logic, Some refactoring
2 parents 312dbb3 + 91533bd commit be434c4

File tree

15 files changed

+1025
-1346
lines changed

15 files changed

+1025
-1346
lines changed

CHANGELOG.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,82 +7,91 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
88
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
99

10-
- [[Unreleased]](#unreleased)
11-
- [[v9.3.0]](#v930)
10+
- [[v9.3.1]](#v931)
1211
- [Fixed](#fixed)
12+
- [[v9.3.0]](#v930)
13+
- [Fixed](#fixed-1)
1314
- [Changed](#changed)
1415
- [[v9.2.0]](#v920)
1516
- [Added](#added)
1617
- [Changed](#changed-1)
1718
- [Removed](#removed)
18-
- [Fixed](#fixed-1)
19+
- [Fixed](#fixed-2)
1920
- [[v9.1.0]](#v910)
2021
- [Added](#added-1)
2122
- [Changed](#changed-2)
2223
- [Removed](#removed-1)
23-
- [Fixed](#fixed-2)
24+
- [Fixed](#fixed-3)
2425
- [[v9.0.0]](#v900)
2526
- [Deprecated](#deprecated)
2627
- [Added](#added-2)
2728
- [Removed](#removed-2)
2829
- [Changed](#changed-3)
29-
- [Fixed](#fixed-3)
30+
- [Fixed](#fixed-4)
3031
- [[v8.0.0]](#v800)
3132
- [Added](#added-3)
3233
- [Changed](#changed-4)
33-
- [Fixed](#fixed-4)
34+
- [Fixed](#fixed-5)
3435
- [Removed](#removed-3)
3536
- [[v7.0.0]](#v700)
3637
- [Added](#added-4)
3738
- [Changed](#changed-5)
38-
- [Fixed](#fixed-5)
39+
- [Fixed](#fixed-6)
3940
- [Removed](#removed-4)
4041
- [[v6.0.0]](#v600)
4142
- [Added](#added-5)
4243
- [Changed](#changed-6)
43-
- [Fixed](#fixed-6)
44+
- [Fixed](#fixed-7)
4445
- [Removed](#removed-5)
4546
- [[v5.0.0]](#v500)
4647
- [Added](#added-6)
4748
- [Changed](#changed-7)
4849
- [Removed](#removed-6)
49-
- [Fixed](#fixed-7)
50+
- [Fixed](#fixed-8)
5051
- [Runtime Dependencies](#runtime-dependencies)
5152
- [[v4.0.2] - 2023-01-17](#v402---2023-01-17)
52-
- [Fixed](#fixed-8)
53+
- [Fixed](#fixed-9)
5354
- [[v4.0.1] - 2022-12-20](#v401---2022-12-20)
5455
- [Added](#added-7)
5556
- [[v4.0.0] - 2022-12-15](#v400---2022-12-15)
5657
- [Added](#added-8)
5758
- [Changed](#changed-8)
5859
- [Removed](#removed-7)
59-
- [Fixed](#fixed-9)
60+
- [Fixed](#fixed-10)
6061
- [Runtime Dependencies](#runtime-dependencies-1)
6162
- [[3.0.0] - 2022-11-21](#300---2022-11-21)
6263
- [Added](#added-9)
6364
- [Changed](#changed-9)
6465
- [Removed](#removed-8)
65-
- [Fixed](#fixed-10)
66+
- [Fixed](#fixed-11)
6667
- [Runtime Dependencies](#runtime-dependencies-2)
6768
- [[2.0.0] - 2022-09-12](#200---2022-09-12)
6869
- [Added](#added-10)
6970
- [Changed](#changed-10)
7071
- [Removed](#removed-9)
71-
- [Fixed](#fixed-11)
72+
- [Fixed](#fixed-12)
7273
- [[2.0.0-alpha] - 2022-07-05](#200-alpha---2022-07-05)
7374
- [Added](#added-11)
7475
- [Removed](#removed-10)
7576
- [Changed](#changed-11)
76-
- [Fixed](#fixed-12)
77-
- [[1.1.0] - 2022-06-30](#110---2022-06-30)
7877
- [Fixed](#fixed-13)
79-
- [[1.0.1] - 2022-06-17](#101---2022-06-17)
78+
- [[1.1.0] - 2022-06-30](#110---2022-06-30)
8079
- [Fixed](#fixed-14)
80+
- [[1.0.1] - 2022-06-17](#101---2022-06-17)
81+
- [Fixed](#fixed-15)
8182
- [[1.0.0] - 2022-06-10](#100---2022-06-10)
8283

8384
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8485

85-
## [Unreleased]
86+
## [v9.3.1]
87+
88+
### Fixed
89+
90+
- cardano-testnet Lovelace supply has been raised to uint64 max value ([#1644](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1644))
91+
92+
- cardano-testnet cleanup logic: nodes spawned by cardano-testnet should now be correctly cleaned up after test execution or upon receiving `SIGINT` or `SIGTERM` signals ([#1644](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1644))
93+
94+
- Nix shell for darwin platforms (`x86_64-darwin` and `aarch64-darwin`). **Note that the CTL runtime is not provided for darwin due to the lack of support in `cardano.nix`** ([#1644](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1644))
8695

8796
## [v9.3.0]
8897

0 commit comments

Comments
 (0)