Skip to content

Commit f2f9446

Browse files
authored
chore: bump version to v7.0.2 (#186)
1 parent a6c3312 commit f2f9446

14 files changed

+33
-29
lines changed

.changes/7.0.2.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 7.0.2 - 2025-01-10
2+
### Added
3+
* added `reserve-update-settings` command
4+
* Example V function
5+
* All script ids are now included in raw-scripts crate
6+
### Changed
7+
* wallet utxos with script refs are no longer used for balancing
8+
* CTL deps updated
9+
* `reserve-release-funds` now sets up validity interval from the current time to +infinity
10+
### Removed
11+
* Removed unused onchain types BlockProducerRegistration, BlockProducerRegistrationMsg, DParameterValidatorDatum, EcdsaSecp256k1PubKey, PermissionedCandidateKeys, PermissionedCandidatesPolicyRedeemer, PermissionedCandidatesValidatorDatum, PermissionedCandidatesValidatorRedeemer, PubKey, Signature, StakeOwnership
12+
### Fixed
13+
* Fixed error parser not parsing missing utxo error correctly

.changes/unreleased/Added-20241122-095521.yaml

-3
This file was deleted.

.changes/unreleased/Added-20250109-144213.yaml

-3
This file was deleted.

.changes/unreleased/Added-20250109-191639.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20241122-095528.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20241122-095537.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20250109-144241.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20241120-123733.yaml

-3
This file was deleted.

.changes/unreleased/Removed-20241119-105221.yaml

-3
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
This changelog is based on [Keep A
44
Changelog](https://keepachangelog.com/en/1.1.0).
55

6+
7+
## 7.0.2 - 2025-01-10
8+
### Added
9+
* added `reserve-update-settings` command
10+
* Example V function
11+
* All script ids are now included in raw-scripts crate
12+
### Changed
13+
* wallet utxos with script refs are no longer used for balancing
14+
* CTL deps updated
15+
* `reserve-release-funds` now sets up validity interval from the current time to +infinity
16+
### Removed
17+
* Removed unused onchain types BlockProducerRegistration, BlockProducerRegistrationMsg, DParameterValidatorDatum, EcdsaSecp256k1PubKey, PermissionedCandidateKeys, PermissionedCandidatesPolicyRedeemer, PermissionedCandidatesValidatorDatum, PermissionedCandidatesValidatorRedeemer, PubKey, Signature, StakeOwnership
18+
### Fixed
19+
* Fixed error parser not parsing missing utxo error correctly
20+
621
## 7.0.1 - 2024-11-14
722
### Removed
823
* Removed redundant --governance-authority from most commands (except init-governance) and the config

offchain/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

offchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@partner-chains/pc-contracts-cli",
33
"type": "module",
4-
"version": "7.0.1",
4+
"version": "7.0.2",
55
"description": "Partner Chains Smart Contracts CLI",
66
"main": "dist/pc-contracts-cli",
77
"directories": {

onchain/trustless-sidechain.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: trustless-sidechain
3-
version: 7.0.1
3+
version: 7.0.2
44
synopsis: TODO
55
description: TODO
66
homepage: https://github.com/mlabs-haskell/trustless-sidechain

raw-scripts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw-scripts"
3-
version = "7.0.1"
3+
version = "7.0.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)