Bump package versions
Only bump package versions that needed changes after the repository restructurization.
Only bump package versions that needed changes after the repository restructurization.
# Revision history for cardano-client
## 0.2.0.0 -- 2023-01-25
* Update dependencies after repository restructure
## 0.1.0.0 -- 2020-05-18
* Initial release
cabal-version: 3.0
name: cardano-client
version: 0.1.0.0
version: 0.2.0.0
synopsis: An API for ouroboros-network
description: An API for ouroboros-network.
license: Apache-2.0
, cardano-protocol-tpraos
, cardano-slotting
, ouroboros-network ^>= 0.2
, ouroboros-network ^>= 0.4
, ouroboros-consensus
, ouroboros-consensus-byron
, ouroboros-consensus-protocol
, io-classes ^>=0.3
, typed-protocols
, ouroboros-network-api ^>=0.1
, ouroboros-network-framework ^>=0.2
, ouroboros-network-framework ^>=0.3
, ouroboros-network-protocols ^>=0.2
, ouroboros-network ^>=0.2
, ouroboros-network ^>=0.4
, ouroboros-consensus ^>=0.1
ghc-options: -Wall
# Revision history for ouroboros-network-framework
## 0.2.0.0 -- 2023-01-25
* Update dependencies after repository restructure
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
cabal-version: 3.0
name: ouroboros-network-framework
version: 0.2.0.0
version: 0.3.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
# Revision history for ouroboros-network
## 0.4.0.0 -- 2023-01-25
* Update dependencies after repository restructure
## 0.3.0.0 -- YYYY-MM-DD
*
## 0.2.0.0 -- YYYY-MM-DD
*
## 0.1.0.0 -- 2018-09-20
* Initial experiments and prototyping
cabal-version: 3.0
name: ouroboros-network
version: 0.2.0.0
version: 0.4.0.0
synopsis: A networking layer for the Ouroboros blockchain protocol
description: A networking layer for the Ouroboros blockchain protocol.
license: Apache-2.0
io-classes,
network-mux,
ouroboros-network-api,
ouroboros-network-framework ^>=0.2,
ouroboros-network-framework ^>=0.3,
ouroboros-network-protocols ^>=0.2,
strict-stm,
typed-protocols,
tracing the un-hashed bytes of the script integrity
SCP-4880 GetTransaction Query
* Moved the JSON serialization of the types of the UtxoIndexer in `marconi-chain-index` instead of `marconi-mamba` * Updated README of `marconi-mamba` Co-authored-by: koslambrou <[email protected]>
3993: PLT-106: Add encoder and decoder for `LedgerState` r=zliu41 a=zliu41 One use case is for `foldBlocks` to checkpoint the ledger state to avoid having to start from Genisys. cc `@JaredCorduan` Co-authored-by: Ziyang Liu <[email protected]>
Co-authored-by: koslambrou <[email protected]>
This should get ahold of all the applied plutus scripts in a transaction to profile them externally. For now, this is a just a frankenstein evaluateTx.
Add links to ledger CDDL specs, and warn about lack of information about HFC.
- Renamed the module names from Marconi.JsonRpc to Network.JsonRpc - Renamed `marconi` to `marconi-chain-index` - Renamed `rewindable-index` package to `marconi-core` and changed corresponding module names accordingly - Renamed marconi-mamba module names to match those of corresponding package name Co-authored-by: koslambrou <[email protected]>