Commit 020c9dd
authored
A0-4112: Increase MaxHolds to 50 (#1634)
# Description
Polkadot has 50, and there are no practical implications to not increase
it. In AlephNode 13 version, there are only two reasons for holds
(`CodeUploadDeposit` and `StorageDeposit`), but in the future, there can
be more, as more and more pallets are going to use holds and deprecate
locks. Also, now we have `MaxLocks` == 50.
## Type of change
Please delete options that are not relevant.
- New feature (non-breaking change which adds functionality)
# Testing
* make sure constant returned from wallet is 50

* run adder e2e test:
https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/80629882591 parent 622a1f2 commit 020c9dd
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
| |||
0 commit comments