William Freudenberger
William Freudenberger
**Is your feature request related to a problem? Please describe.** Our open-source team has been running a community channel on Element since more than a year. We are also using...
## fixes KILTProtocol/ticket#2168 * upgrades to latest [Polkadot v0.9.28](https://github.com/paritytech/polkadot/releases/tag/v0.9.28) * updates delegation two unit tests as now every call function is wrapped into the storage layer, before this was only...
## fixes KILTProtocol/ticket#1930 ### Follow-up PRs * #413 * #414 ### TLDR Description * Refactors staking payouts to not happen automatically * Instead, a counter (similar to the Substrate staking...
* Adds new repositories under KILT umbrella * Adds BTE BOTLabs Trusted Entity repositories
* Moves ParachainStakinApi to DidApi * Separates runtime API from custom RPC
* Adds pallet migration required to update `DelegatorState` StorageMap
* **I'm submitting a ...** - [x] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...
Hey there, First off, a big shout-out and thank you to all the amazing folks behind this repository! You've been doing some fantastic work, and I've been a fan since...
The Centrifuge Chain derives accounts for numerous use cases such as pool, investment or domain locator accounts. Unfortunately, it is infeasible to expose these derivations through runtime API because this...
# Description * Follow-up of #1809 * Context: https://github.com/centrifuge/centrifuge-chain/pull/1809#pullrequestreview-2000792395 ## Changes and Descriptions * Emits `MetadataSet` event for each metadata setting in pool registry, even if the metadata is empty...