Albrecht
Albrecht
I would like to add parsers for isize and usize to the character parsers.
## Convenience for the DID creation fixes https://github.com/KILTprotocol/ticket/issues/1897 Creating a DID and setting all keys requires two signatures. Submitting a call with the create op reduces this to one. ##...
## fixes KILTProtocol/ticket#2066 Default rocksdb weights are: ``` read: 25_000 * constants::WEIGHT_PER_NANOS, write: 100_000 * constants::WEIGHT_PER_NANOS, ``` polkadot weights (at block 9643856, by parity) are: ``` read: 20_499 * constants::WEIGHT_PER_NANOS,...
## fixes KILTprotocol/ticket/issues/2199, KILTprotocol/ticket/issues/2198 * Make the deposit calls less confusing. * refactor the code to reduce duplication ## Checklist: - [ ] I have verified that the code works...
The default behavior is that a parathread becomes locked as soon as they receive a lease. If a parachain swaps its lease with a still unlocked parathread (newly registered, didn't...
## fixes https://github.com/KILTprotocol/ticket/issues/2529 ## Metadata Diff to Develop Branch Peregrine Diff ``` !!! THE SUBWASM REDUCED DIFFER IS EXPERIMENTAL, DOUBLE CHECK THE RESULTS !!! No change detected SUMMARY: - Compatible.......................:...
## fixes https://github.com/KILTprotocol/ticket/issues/2938 ## Checklist: - [ ] I have verified that the code works - [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use `get(3)`, ...) -...
## Description I added a call back function to manipulate the `Changelog` before it's written or the context is printed (depending how git-cliff is started). ## Motivation and Context This...
Allows to use the Client with an optional IntrospectionURL.