Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit c6a50c2

Browse files
authored
Merge pull request #4033 from input-output-hk/jc/merge/release-2.0.1-master
Jc/merge/release 2.0.1 master
2 parents d35bfbf + c11c2ac commit c6a50c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+374
-770
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## Cardano SL 2.0.1
4+
5+
### Fixes
6+
7+
- Relocate fee sanity check and make it relative to each transaction (rather than absolute) ([CO-446](https://iohk.myjetbrains.com/youtrack/issue/CO-446) [#3993](https://github.com/input-output-hk/cardano-sl/pull/3993)
8+
- Correction to block retrieval concurrency and exception handling, so that it will recover in case of certain network failure conditions. ([CDEC-658](https://iohk.myjetbrains.com/youtrack/issue/CDEC-658) [#3998](https://github.com/input-output-hk/cardano-sl/pull/3998))
9+
10+
311
## Cardano SL 2.0.0
412

513

auxx/cardano-sl-auxx.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-auxx
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - Auxx
44
description: Cardano SL - Auxx
55
license: MIT

binary/cardano-sl-binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-binary
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - binary serialization
44
description: This package defines a type class for binary serialization,
55
helpers and instances.

binary/test/cardano-sl-binary-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-binary-test
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - binary serializarion (tests)
44
description: This package contains test helpers for cardano-sl-binary.
55
license: MIT

chain/cardano-sl-chain.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-chain
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - transaction processing
44
description: Cardano SL - transaction processing
55
license: MIT

chain/test/cardano-sl-chain-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-chain-test
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-chain
44
description: Cardano SL - arbitrary instances for cardano-sl-chain
55
license: MIT

client/cardano-sl-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-client
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL client modules
44
description: Cardano SL client modules
55
license: MIT

cluster/cardano-sl-cluster.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-cluster
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Utilities to generate and run cluster of nodes
44
description: See README
55
homepage: https://github.com/input-output-hk/cardano-sl/cluster/README.md

core/cardano-sl-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-core
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - core
44
description: Cardano SL - core
55
license: MIT

core/test/cardano-sl-core-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-core-test
2-
version: 2.0.0
2+
version: 2.0.1
33
synopsis: Cardano SL - core functionality (tests)
44
description: QuickCheck Arbitrary instances for the Cardano SL core
55
functionality.

0 commit comments

Comments
 (0)