Skip to content

Commit c712bf8

Browse files
author
Leszek Wiesner
authored
4.3.0 release (#359)
* 4.3.0 release * CHANGELOG: Add info about fixed import
1 parent 576d663 commit c712bf8

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 4.3.0
2+
3+
## Affected components:
4+
- Processor:
5+
- **(M) `Content.EnglishAuctionSettled`** (event handler)
6+
- **(M) `Content.BidMadeCompletingAuction`** (event handler)
7+
- **(M) `Content.OpenAuctionBidAccepted`** (event handler)
8+
- State importing
9+
- Export state script (`npm run offchain-state:export`)
10+
- Default `docker-compose.yml` and `postgres.conf` configuration
11+
12+
## Changes
13+
14+
- Fixed `Channel.cumulativeRevenue` calculation after NFT is sold on Open/English auction (https://github.com/Joystream/joystream/issues/5180)
15+
- Added missing data to exported state (https://github.com/Joystream/orion/pull/358):
16+
- `CreatorToken.isFeatured` field
17+
- `Video.includeInHomeFeed` field
18+
- `UserInteractionCount` entity
19+
- Fixed import logic (now runs BEFORE processing any block > `exportBlockNumber`. This prevents state inconsistency in case `exportBlockNumber` block does not have any relevant events and is therefore not processed by Orion)
20+
- Changed default database logging configuration to be more conservative (https://github.com/Joystream/orion/pull/357)
21+
- Changed default archive configuration to include `scan-max-value` (https://github.com/Joystream/orion/pull/355)
22+
123
# 4.2.0
224

325
## Affected components:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orion",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"engines": {
55
"node": ">=16"
66
},

0 commit comments

Comments
 (0)