Skip to content

Commit

Permalink
Moved EventName CHANGELOG entries to rc-01 section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Jun 25, 2024
1 parent 0e47f87 commit 93f0692
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ This release candidate is compatible with [#node RC3](https://github.com/casper-
### Added

- `CLKeyVariant type` witch supports for new `CLKey` variants (HashAddr, TransferAddr, DeployHash, EraInfo, Balance, Bid, Withdraw, Dictionary, SystemEntityRegistry, EraSummary, Unbound, ChainspecRegistry, ChecksumRegistry, BidAddr, KeyPackage, EntityAddr)
- variants `TransactionProcessed`, `TransactionExpired` and `TransactionAccepted` of enum `EventName` in `EventStream.ts`

### Removed

- variants `DeployProcessed` and `DeployAccepted` of enum `EventName` in `EventStream.ts`

## [3.0.0-rc00] - 2024-06-11

Expand Down Expand Up @@ -50,7 +55,6 @@ This release candidate is compatible with [#node RC2](https://github.com/casper-
- UniqAddress
- DeployHeader
- Deploy
- variants `TransactionProcessed`, `TransactionExpired` and `TransactionAccepted` of enum `EventName` in `EventStream.ts`

### Changed

Expand All @@ -73,7 +77,6 @@ This release candidate is compatible with [#node RC2](https://github.com/casper-
- `BalanceServiceByJsonRPC` class
- `execution_results` field in `GetDeployResult` was removed. This affects `CasperServiceByJsonRPC.getDeployInfo` method return types.
- field `block` of `GetBlockResult`. This change affects `CasperServiceByJsonRPC.getBlockInfo` method return type
- variants `DeployProcessed` and `DeployAccepted` of enum `EventName` in `EventStream.ts`

## [2.15.5] - 2024-04-18

Expand Down

0 comments on commit 93f0692

Please sign in to comment.