Skip to content

Commit 1fc63f6

Browse files
committed
Release Consensus packages for Node 8.12.1
1 parent d767c40 commit 1fc63f6

File tree

8 files changed

+20
-52
lines changed

8 files changed

+20
-52
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Ouroboros Consensus
22

3-
[![consensus](https://img.shields.io/badge/ouroboros--consensus-0.19.0.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-0.19.0.0/)
4-
[![diffusion](https://img.shields.io/badge/ouroboros--consensus--diffusion-0.17.0.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-diffusion-0.17.0.0/)
3+
[![consensus](https://img.shields.io/badge/ouroboros--consensus-0.19.1.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-0.19.1.0/)
4+
[![diffusion](https://img.shields.io/badge/ouroboros--consensus--diffusion-0.17.0.1-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-diffusion-0.17.0.1/)
55
[![protocol](https://img.shields.io/badge/ouroboros--consensus--protocol-0.9.0.1-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-protocol-0.9.0.1/)
6-
[![cardano](https://img.shields.io/badge/ouroboros--consensus--cardano-0.17.0.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-cardano-0.17.0.0/)
6+
[![cardano](https://img.shields.io/badge/ouroboros--consensus--cardano-0.17.1.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-cardano-0.17.1.0/)
77
[![sop-extras](https://img.shields.io/badge/sop--extras-0.2.0.0-blue)](https://chap.intersectmbo.org/package/sop-extras-0.2.0.0/)
88
[![strict-sop-core](https://img.shields.io/badge/strict--sop--core-0.1.1.0-blue)](https://chap.intersectmbo.org/package/strict-sop-core-0.1.1.0/)
99

ouroboros-consensus-cardano/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.17.1.0'></a>
6+
## 0.17.1.0 — 2024-06-26
7+
8+
### Non-Breaking
9+
10+
- Enforce Conway minfees for ref scripts in the mempool, even in Babbage
11+
512
<a id='changelog-0.17.0.0'></a>
613
## 0.17.0.0 — 2024-06-19
714

ouroboros-consensus-cardano/changelog.d/20240626_153410_nick.frisby_mempool_refscripts_fix.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: ouroboros-consensus-cardano
3-
version: 0.17.0.0
3+
version: 0.17.1.0
44
synopsis:
55
The instantation of the Ouroboros consensus layer used by Cardano
66

ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: ouroboros-consensus-diffusion
3-
version: 0.17.0.0
3+
version: 0.17.0.1
44
synopsis: Integration for the Ouroboros Network layer
55
description:
66
Top level integration for consensus & network layers of the Ouroboros blockchain protocol.

ouroboros-consensus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.19.1.0'></a>
6+
## 0.19.1.0 — 2024-06-26
7+
8+
### Non-Breaking
9+
10+
- Track size of txs' ref scripts in mempool.
11+
512
<a id='changelog-0.19.0.0'></a>
613
## 0.19.0.0 — 2024-06-19
714

ouroboros-consensus/changelog.d/20240626_153302_nick.frisby_mempool_refscripts_fix.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

ouroboros-consensus/ouroboros-consensus.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: ouroboros-consensus
3-
version: 0.19.0.0
3+
version: 0.19.1.0
44
synopsis: Consensus layer for the Ouroboros blockchain protocol
55
description: Consensus layer for the Ouroboros blockchain protocol.
66
license: Apache-2.0

0 commit comments

Comments
 (0)