mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 16:15:41 +00:00
[Backport] Version bumps from 1.7.0 release (#3254)
This PR backports version bumps from `1.7.0` release branch and moves related prdoc files to the appropriate folder.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
title: fungible fixes and more conformance tests
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Adds conformance tests for the Balanced and Unbalanced fungible traits
|
||||
Fixes Unbalanced::decrease_balance not respecting preservation
|
||||
Fixes Balanced::pair possibly returning pairs of imbalances which do not cancel each other out. Method now returns a Result instead (breaking change).
|
||||
Fixes Balances pallet active_issuance possible 'underflow'
|
||||
Refactors the conformance test file structure to match the fungible file structure: tests for traits in regular.rs go into a test file named regular.rs, tests for traits in freezes.rs go into a test file named freezes.rs, etc.
|
||||
Improve doc comments
|
||||
Simplify macros
|
||||
|
||||
crates:
|
||||
- name: pallet-balances
|
||||
- name: frame-support
|
||||
Reference in New Issue
Block a user