Skip to content

Commit

Permalink
docs: move invalid v20 breaking changes (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis authored Oct 11, 2024
1 parent a36bc0a commit 95186e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 0 additions & 9 deletions docs/releases/v20_breaking_changes.md

This file was deleted.

9 changes: 8 additions & 1 deletion docs/releases/v21_breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
* If the chain already exists, the details will be updated.
* If the chain does not exist, it will be added to the list of chains and saved to the store.
* A new transaction type `RemoveChainInfo` has also been added to remove a chain from the list of chains.
* It accepts the chain-id of the chain to be removed as a parameter.
* It accepts the chain-id of the chain to be removed as a parameter.

### Emissions factors deprecated

* `EmissionsFactors` have been deprecated and removed from the `emissions` module.
- This results in the removal of the query `/zeta-chain/emissions/get_emissions_factors`.
- The fixed block reward amount can now be queried via `/zeta-chain/emissions/params`. This is constant for every block and does not depend on any factors.

0 comments on commit 95186e0

Please sign in to comment.