Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 58e74fc

Browse files
committed
update changelog for chainweb 2.28
1 parent 4a7d517 commit 58e74fc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.28 (2025-03-03)
2+
This is an **Emergency** major version update. All nodes should be
3+
upgraded as soon as possible.
4+
5+
The 2.28 feature upgrade will occur at block height 5659280 which is estimated to be mined at **2025-03-18T00:00:00Z**.
6+
7+
### Changes
8+
- Fix transitive dependency module linking bug. [`1b8f917`](https://github.com/kadena-io/chainweb-node/commit/1b8f9172794a518d0062fdac3bcd6c00d16dc96b)
9+
- Re-introduce hash natives that were accidentally removed as part of the upgrade to Pact 5. [`6239f33`](https://github.com/kadena-io/chainweb-node/commit/6239f334f5da2879a54ed667b5d49afe02cca2ff)
10+
- Improve node performance on batch tx inserts. [`b6409f5`](https://github.com/kadena-io/chainweb-node/commit/b6409f5197db150da4b1802b570d45d826f9bc4c)
11+
112
## 2.27 (2025-01-29)
213
This is a major version update. This release replaces all previous versions.
314

pact/pact5/coin-contract/coin.repl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(env-gaslog)
2828
(expect
2929
"Gas cost of loading coin contract"
30-
21572
30+
21181
3131
(env-gas))
3232

3333
(create-table coin.coin-table)

test/unit/Chainweb/Test/Pact5/TransactionExecTest.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,12 @@ applyCmdVerifierSpec rdb = readFromAfterGenesis v rdb $
545545
[ P.fun _crEvents ? P.list
546546
[ event
547547
(P.equals "TRANSFER")
548-
(P.equals [PString "sender00", PString "NoMiner", PDecimal 572])
548+
(P.equals [PString "sender00", PString "NoMiner", PDecimal 570])
549549
(P.equals coinModuleName)
550550
]
551551
, P.fun _crResult ? P.equals ? PactResultOk (PString "Loaded module free.m, hash Uj0lQPPu9CKvw13K4VP4DZoaPKOphk_-vuq823hLSLo")
552552
-- reflects buyGas gas usage, as well as that of the payload
553-
, P.fun _crGas ? P.equals ? Gas 286
553+
, P.fun _crGas ? P.equals ? Gas 285
554554
, P.fun _crContinuation ? P.equals ? Nothing
555555
]
556556

0 commit comments

Comments
 (0)