Files
pezkuwi-subxt/prdoc/1.7.0/pr_1296.prdoc
T
Egor_P b2c81b5800 [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.
2024-02-09 07:41:40 +00:00

17 lines
809 B
Plaintext

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