You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encointer still operates with hard-coded collator keys which is very rigid and hinders decentralization of infrastructure.
This should finally be changed and aligned with other system parachains
There may be synergy when implementing this before #176
draft strategy:
instantiate the necessary pallets for release 1.3.0 but don't change collation logic yet (as the pallet is initialized with zero invulnerables)
…tead of treasury (#270)
closes#183closes#176closes#146 (should be closed already, but this PR adds more)
This PR aligns collator selection and fee distribution logic of
Encointer with other system chains and thereby is a small step towards
[self-sustainability of
infrastructure](https://forum.polkadot.network/t/towards-encointer-self-sustainability/4195)
* [x] remove treasury (and leave negligible funds on trsry account)
* [x] add collator-selection, session and authorship pallets
* [x] instead of burning fees in community currency , send them to block
authors like native KSM
* [x] remove DMP queue pallet (pure cleanup, no change in functionality)
* [x] add migration to inject existing collators as invulnerables
* [x] remove applied migrations from release 1.2.0
steps to reproduce the new fee logic:
https://gist.github.com/brenzi/ca9e0c326198c73ff2dd0a2e74468053
---------
Co-authored-by: joe petrowski <[email protected]>
Encointer still operates with hard-coded collator keys which is very rigid and hinders decentralization of infrastructure.
This should finally be changed and aligned with other system parachains
There may be synergy when implementing this before #176
draft strategy:
Questions:
The text was updated successfully, but these errors were encountered: