Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz committed Sep 20, 2023
2 parents 20db965 + 9a08986 commit c791ed1
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 8.2.0
version: 8.4.0
synopsis: A cardano topology generator
description: A cardano topology generator.
category: Cardano,
Expand Down
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: locli
version: 1.32
version: 1.33
synopsis: Cardano log analysis CLI
description: Cardano log analysis CLI.
category: Cardano,
Expand Down
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-scripts-bench
version: 1.0.0.2
version: 1.0.0.3
synopsis: Plutus scripts used for benchmarking
description: Plutus scripts used for benchmarking.
category: Cardano,
Expand Down
4 changes: 2 additions & 2 deletions cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 8.3.0
version: 8.4.0
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -44,7 +44,7 @@ executable cardano-node-chairman
build-depends: cardano-api
, cardano-crypto-class
, cardano-git-rev
, cardano-node ^>= 8.3
, cardano-node ^>= 8.4
, cardano-prelude
, containers
, contra-tracer
Expand Down
8 changes: 4 additions & 4 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 8.3.0
version: 8.4.0
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -196,9 +196,9 @@ library
, strict-stm
, text >= 2.0
, time
, trace-dispatcher ^>= 2.0
, trace-forward ^>= 2.0
, trace-resources ^>= 0.2
, trace-dispatcher ^>= 2.2
, trace-forward ^>= 2.2
, trace-resources ^>= 0.2.0.2
, tracer-transformers
, transformers
, transformers-except
Expand Down
6 changes: 5 additions & 1 deletion cardano-submit-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## vNext

## 8.4.0 -- Sep 2023

* Updated dependencies to `cardano-api-8.20`, `ouroboros-network-0.9.1`.

## 8.0.0 -- May 2023

- [Add tx_submit_fail_count metric](https://github.com/input-output-hk/cardano-node/pull/4566)
Expand All @@ -20,4 +24,4 @@ None
None

## 1.35.0 -- June 2022
- Babbage transactions for submit-api (#3979)
- Babbage transactions for submit-api (#3979)
2 changes: 1 addition & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-submit-api
version: 3.1.4
version: 3.1.5
synopsis: A web server that allows transactions to be POSTed to the cardano chain
description: A web server that allows transactions to be POSTed to the cardano chain.
homepage: https://github.com/input-output-hk/cardano-node
Expand Down
6 changes: 5 additions & 1 deletion cardano-testnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for cardano-testnet

## 8.4.0

* Using `cardano-node-8.4.0`, `cardano-api-8.20` and `cardano-cli-8.8`

## 8.1.0

- [Paramaterize default node configuration on era](https://github.com/input-output-hk/cardano-node/pull/5211)
- [Paramaterize default node configuration on era](https://github.com/input-output-hk/cardano-node/pull/5211)
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 8.3.0
version: 8.4.0
synopsis: The cardano full node
description: The cardano full node.
copyright: 2021-2023 Input Output Global Inc (IOG).
Expand Down
4 changes: 4 additions & 0 deletions cardano-tracer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 0.2.0

* Updated to `ouroboros-network-0.9.1`

## 0.1.0

Initial version.
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-tracer
version: 0.1.2
version: 0.2.0
synopsis: A service for logging and monitoring over Cardano nodes
description: A service for logging and monitoring over Cardano nodes.
category: Cardano,
Expand Down
4 changes: 4 additions & 0 deletions trace-dispatcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for trace-dispatcher

## 2.1.0 -- Sep 2023

* Updated to `ouroboros-network-0.9.1.0`

## 2.0.0 -- May 2023

* First version that diverges from caradno-node versioning scheme
Expand Down
2 changes: 1 addition & 1 deletion trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: trace-dispatcher
version: 2.0.3
version: 2.2.0
synopsis: Tracers for Cardano
description: Package for development of simple and efficient tracers
based on the arrow based contra-tracer package
Expand Down
4 changes: 4 additions & 0 deletions trace-forward/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 2.1.0 - Sep 18 2023

* Updated to `ouroboros-network-api-0.5.1` and `ouroboros-network-framework-0.9.0`.

## 2.0.0 - May 2023

* Undocumented changes
Expand Down
6 changes: 3 additions & 3 deletions trace-forward/trace-forward.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: trace-forward
version: 2.0.2
version: 2.2.0
synopsis: The forwarding protocols library for cardano node.
description: The library providing typed protocols for forwarding different
information from the cardano node to an external application.
Expand Down Expand Up @@ -64,8 +64,8 @@ library
, deepseq
, extra
, io-classes
, ouroboros-network-api >= 0.3
, ouroboros-network-framework >= 0.7
, ouroboros-network-api ^>= 0.5.1
, ouroboros-network-framework ^>= 0.9
, serialise
, stm
, text
Expand Down
4 changes: 4 additions & 0 deletions trace-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for trace-dispatcher

## 0.2.0.2 -- Sep 2023

* Updated to `cardano-api-8.20`, `cardano-cli-8.8` and `ouroboros-network-0.9.1.0`

## 0.2.0.0 -- May 2023

* Undocumented changes
Expand Down
2 changes: 1 addition & 1 deletion trace-resources/trace-resources.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: trace-resources
version: 0.2.0.1
version: 0.2.0.2
synopsis: Package for tracing resources for linux, mac and windows
description: Package for tracing resources for linux, mac and windows.
category: Cardano,
Expand Down

0 comments on commit c791ed1

Please sign in to comment.