Skip to content

Commit 057721d

Browse files
authored
chore(release): releasing version 1.9.0 (#1878)
1 parent f1fa204 commit 057721d

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/pactus-project/pactus/compare/v1.8.0...v1.9.0) (2025-09-10)
4+
5+
### Feat
6+
7+
- **grpc**: report current time in node API ([#1864](https://github.com/pactus-project/pactus/pull/1864))
8+
- **state**: update block version on forks ([#1863](https://github.com/pactus-project/pactus/pull/1863))
9+
- **state**: set foundation addresses for split reward ([#1859](https://github.com/pactus-project/pactus/pull/1859))
10+
- **wallet**: set default transaction fee ([#1849](https://github.com/pactus-project/pactus/pull/1849))
11+
- **committee**: check if committee support a protocol version ([#1855](https://github.com/pactus-project/pactus/pull/1855))
12+
- **sync**: set protocol version for proposal message ([#1854](https://github.com/pactus-project/pactus/pull/1854))
13+
- **committee**: calculate committee protocol version percentages ([#1853](https://github.com/pactus-project/pactus/pull/1853))
14+
- **state**: set protocol version for validators ([#1851](https://github.com/pactus-project/pactus/pull/1851))
15+
- **types**: define protocol version ([#1850](https://github.com/pactus-project/pactus/pull/1850))
16+
- **state**: implement PIP-43 ([#1840](https://github.com/pactus-project/pactus/pull/1840))
17+
- **cmd**: add label option for new address command ([#1842](https://github.com/pactus-project/pactus/pull/1842))
18+
19+
### Fix
20+
21+
- **util**: ignore filtered levels ([#1874](https://github.com/pactus-project/pactus/pull/1874))
22+
- **sync**: ignore hello message from outdated nodes ([#1873](https://github.com/pactus-project/pactus/pull/1873))
23+
- **state**: update protocol version for own validators ([#1871](https://github.com/pactus-project/pactus/pull/1871))
24+
- **sync**: banned peer recovery ([#1869](https://github.com/pactus-project/pactus/pull/1869))
25+
- **state**: update block version on enabling fork ([#1866](https://github.com/pactus-project/pactus/pull/1866))
26+
- **sandbox**: remove check height for banned address ([#1868](https://github.com/pactus-project/pactus/pull/1868))
27+
- **state**: check protocol version to enable split-reward fork ([#1857](https://github.com/pactus-project/pactus/pull/1857))
28+
- **cmd**: prevent panic on redownloading chunk ([#1847](https://github.com/pactus-project/pactus/pull/1847))
29+
- **state**: enable soft fork for split reward ([#1846](https://github.com/pactus-project/pactus/pull/1846))
30+
- **cmd**: prompt for label if it is empty ([#1845](https://github.com/pactus-project/pactus/pull/1845))
31+
- **state**: check foundation address in subsidy transaction ([#1844](https://github.com/pactus-project/pactus/pull/1844))
32+
- **wallet**: set Testnet network on upgrading wallet ([#1841](https://github.com/pactus-project/pactus/pull/1841))
33+
- **execution**: remove Ed25519 check ([#1835](https://github.com/pactus-project/pactus/pull/1835))
34+
35+
### Refactor
36+
37+
- **sync**: refactor handshaking protocol ([#1872](https://github.com/pactus-project/pactus/pull/1872))
38+
- **util**: use slices.Equal to simplify code ([#1837](https://github.com/pactus-project/pactus/pull/1837))
39+
- **shell**: rename shell command to interactive ([#1734](https://github.com/pactus-project/pactus/pull/1734))
40+
- **docker**: update go version for Dockerfile ([#1834](https://github.com/pactus-project/pactus/pull/1834))
41+
- **other**: update dependencies ([#1833](https://github.com/pactus-project/pactus/pull/1833))
42+
343
## [1.8.0](https://github.com/pactus-project/pactus/compare/v1.7.0...v1.8.0) (2025-07-01)
444

545
### 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": 9,
44
"patch": 0,
5-
"meta": "beta",
6-
"alias": ""
5+
"meta": "",
6+
"alias": "Lisbon"
77
}

0 commit comments

Comments
 (0)