Commit d4e9977
authored
Refactor transaction payment (#1864)
* Reuse pallet-transaction-payment from Substrate, split our ChargeTransactionPayment code out.
* Use improved transaction priority calculation from Substrate.
* Implement support for disable fees.
* Add benchmark of ChargeTransactionPayment tx extension.
* Benchmark ChargeTransactionPayment extension.
* Return the extension weight.
* Use git paths instead of version for Substrate deps.
* Update to Substrate release polkadot-stable2512.
* Fix tests build.1 parent 36bff6c commit d4e9977
File tree
26 files changed
+859
-1860
lines changed- .maintain
- pallets
- runtime
- common/src
- develop
- src
- mainnet
- src
- testnet
- src
- tests
- src
- transaction-payment
- src
- weights
- src
- src
26 files changed
+859
-1860
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments