Skip to content

Commit 9e4d2ee

Browse files
authored
chore(release): releasing version 1.12.0 (#2092)
1 parent 642f77e commit 9e4d2ee

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/pactus-project/pactus/compare/v1.11.0...v1.12.0) (2026-02-21)
4+
5+
### Feat
6+
7+
- **grpc**: add committee_size to blockchain_info ([#2091](https://github.com/pactus-project/pactus/pull/2091))
8+
- **gtk**: add node-agent field ([#2090](https://github.com/pactus-project/pactus/pull/2090))
9+
- **gtk**: connect to remote node ([#2079](https://github.com/pactus-project/pactus/pull/2079))
10+
- **grpc**: decouple peer list API ([#2078](https://github.com/pactus-project/pactus/pull/2078))
11+
- **gtk**: add validator page ([#2068](https://github.com/pactus-project/pactus/pull/2068))
12+
13+
### Fix
14+
15+
- **grpc**: add in_committee field to blockchain info ([#2089](https://github.com/pactus-project/pactus/pull/2089))
16+
- **util**: prevent panic on sha256 mismatch error ([#2088](https://github.com/pactus-project/pactus/pull/2088))
17+
- **gtk**: set connection label ([#2085](https://github.com/pactus-project/pactus/pull/2085))
18+
- **gtk**: update view asynchronously ([#2082](https://github.com/pactus-project/pactus/pull/2082))
19+
- **gtk**: ensure GTK UIs run on main thread ([#2081](https://github.com/pactus-project/pactus/pull/2081))
20+
- **gtk**: define validator model ([#2075](https://github.com/pactus-project/pactus/pull/2075))
21+
- **gtk**: close wallet on node startup ([#2057](https://github.com/pactus-project/pactus/pull/2057))
22+
23+
### Refactor
24+
25+
- **gtk**: refactor controllers ([#2080](https://github.com/pactus-project/pactus/pull/2080))
26+
- **gtk**: use gRPC connection for node model ([#2077](https://github.com/pactus-project/pactus/pull/2077))
27+
- **node**: set global context ([#2076](https://github.com/pactus-project/pactus/pull/2076))
28+
- **grpc**: update blockchain info API ([#2073](https://github.com/pactus-project/pactus/pull/2073))
29+
- **gtk**: use gRPC for wallet model ([#2070](https://github.com/pactus-project/pactus/pull/2070))
30+
- **grpc**: define wallet transaction info ([#2071](https://github.com/pactus-project/pactus/pull/2071))
31+
332
## [1.11.0](https://github.com/pactus-project/pactus/compare/v1.10.0...v1.11.0) (2026-01-25)
433

534
### Feat

version/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"major": 1,
33
"minor": 12,
44
"patch": 0,
5-
"meta": "beta",
6-
"alias": ""
5+
"meta": "",
6+
"alias": "Zürich"
77
}

0 commit comments

Comments
 (0)