Skip to content

Commit e380253

Browse files
authored
chore(release): releasing version 1.7.0 (#1676)
1 parent 2edab04 commit e380253

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/pactus-project/pactus/compare/v1.6.0...v1.7.0) (2025-01-23)
4+
5+
### Feat
6+
7+
- **zeromq**: add ZMQ Publishers to NodeInfo API ([#1674](https://github.com/pactus-project/pactus/pull/1674))
8+
- **zeromq**: add publisher raw tx ([#1672](https://github.com/pactus-project/pactus/pull/1672))
9+
- **zeromq**: add publisher raw block ([#1670](https://github.com/pactus-project/pactus/pull/1670))
10+
- **zeromq**: add publisher transaction info ([#1669](https://github.com/pactus-project/pactus/pull/1669))
11+
- **zeromq**: add block info publisher ([#1666](https://github.com/pactus-project/pactus/pull/1666))
12+
- **grpc**: support Ed25519 message signing and verification ([#1667](https://github.com/pactus-project/pactus/pull/1667))
13+
- **other**: add zeromq server with configuration ([#1660](https://github.com/pactus-project/pactus/pull/1660))
14+
- **cmd**: read password from file ([#1653](https://github.com/pactus-project/pactus/pull/1653))
15+
- **network**: evaluate propagate policy for gossip messages ([#1647](https://github.com/pactus-project/pactus/pull/1647))
16+
- **config**: add firewall module to logger config ([#1637](https://github.com/pactus-project/pactus/pull/1637))
17+
18+
### Fix
19+
20+
- **gtk**: panic on windows 11 and mac ([#1650](https://github.com/pactus-project/pactus/pull/1650))
21+
- **consensus**: refactor strong termination for change-proposer phase ([#1643](https://github.com/pactus-project/pactus/pull/1643))
22+
- **network**: restore default message queue size in PubSub module ([#1642](https://github.com/pactus-project/pactus/pull/1642))
23+
- **consensus**: refactor strong termination for change-proposer phase ([#1641](https://github.com/pactus-project/pactus/pull/1641))
24+
- **grpc**: define address for the aggregated public key ([#1608](https://github.com/pactus-project/pactus/pull/1608))
25+
- **gtk**: last block height icon ([#1611](https://github.com/pactus-project/pactus/pull/1611))
26+
- **crypto, state**: resolve panic on 32-bit OSes ([#1604](https://github.com/pactus-project/pactus/pull/1604))
27+
- **cmd**: parse withdraw fee using transaction options ([#1602](https://github.com/pactus-project/pactus/pull/1602))
28+
329
## [1.6.0](https://github.com/pactus-project/pactus/compare/v1.5.0...v1.6.0) (2024-11-14)
430

531
### Feat

version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ var NodeVersion = Version{
1616
Major: 1,
1717
Minor: 7,
1818
Patch: 0,
19-
Meta: "beta",
20-
Alias: "",
19+
Meta: "",
20+
Alias: "Seoul",
2121
}
2222

2323
// Version defines the version of Pactus software.

0 commit comments

Comments
 (0)