Skip to content

Commit

Permalink
version 2.15 (#1450)
Browse files Browse the repository at this point in the history
* version 2.15

* update changelog
  • Loading branch information
larskuhtz authored Jun 7, 2022
1 parent deb882e commit 0f05526
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 752 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# `chainweb-node` Changelog

## 2.15 (2022-06-09)

This version replaces all previous versions. Any prior version will stop working
on **2022-06-16T00:00:00Z**. Node administrators must upgrade to this version
before that date.

This version will expire on **2022-09-01T00:00:00Z**.

To upgrade, pull the latest docker image or download the binary and restart the
node.

Changes:

* Upgrade to Pact 4.3.1. The release contains miscellaneous performance
improvements and bug fixes. (#1448)
* Upgrade to Coin V5. This adds the new `TRANSFER_XCHAIN_RECD` event that is
emitted when the funds of a cross-chain transfer are redeemed on the target
chain. (#1444)
* Support resetting chainweb-node to a lower block height at startup. (#1344)

Bug Fixes:

* Fix a pact module cache issue that could occasionally result in corrupted
databases. (#1430)

## 2.14.1 (2022-05-16)

This is a feature and bug-fix release. Upgrading is optional but recommended.
Expand Down
10 changes: 2 additions & 8 deletions chainweb.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: chainweb
version: 2.14.1
version: 2.15
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
homepage: https://github.com/kadena-io/chainweb
Expand Down Expand Up @@ -46,15 +46,9 @@ extra-source-files:
allocations/Testnet-Keysets.csv
rewards/miner_rewards.csv

data-files:
examples/static-html/index.html
examples/static-html/jquery-3.3.1.min.js
examples/static-html/vis.min.js
examples/static-html/vis.min.css

source-repository head
type: git
location: https://github.com/kadena-io/chainweb.git
location: https://github.com/kadena-io/chainweb-node.git

flag ed25519
description:
Expand Down
111 changes: 0 additions & 111 deletions examples/BlockHeaderChainDb.hs

This file was deleted.

Loading

0 comments on commit 0f05526

Please sign in to comment.