Commit 6e6f871
committed
refactor(mainnet): monetary config (#440)
* refactor(mainnet): pallet_balances & fee constants
* test(mainnet): add pallet_balances tests
* refactor(mainnet): add pallet_transaction_payment to monetary config
* test(mainnet): add transaction_payment tests
* fix(mainnet): rebase fixes
* fix(monetary): don't burn dust
* refactor(monetary): use treasury account instead of sudo
remove extra clone
* refactor(monetary): use existential_deposit instead of UNIT in dust test
* refactor(monetary): Don't use DOLLARS & CENTS is defined in terms of UNITS
* fix(monetary): missing doc for fn deposit
* docs(monetary): remove src from docs
* docs(monetary): update TransactionByteFee comments
* refactor(monetary): reorg tests into modules
* style(monetary): remove confussing comment
* style(monetar): remove prefixes from tests
changes after rebase
more changes after reabse1 parent 23b19d0 commit 6e6f871
2 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | 243 | | |
251 | 244 | | |
252 | 245 | | |
| |||
0 commit comments