mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
b2c81b5800
This PR backports version bumps from `1.7.0` release branch and moves related prdoc files to the appropriate folder.
17 lines
809 B
Plaintext
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
|