Adam Reif
Adam Reif
We over at [Manta & Calamari Network](https://www.manta.network/) will be using PureStake/nimbus in conjunction with `pallet_session` for ConsensusKeyAuthorID mapping instead of `pallet_author_mapping`. Eventually we'll upstream these changes if PureStake so wish....
- [ ] 45% Treasury - [ ] 45% burn - [ ] 10% to the collator
## Description replaces: #693 closes: #691 - [ ] migrate collator's candidate bond to be staking bond instead --- Before we can merge this PR, please make sure that all...
[publish_draft_releases.yml](https://github.com/Manta-Network/Manta/blob/manta/.github/workflows/publish_draft_releases.yml) currently contains - integration tests - docker test on normal PRs and the draft release generation on release candidates. I open the file, see 1152 lines and immediately feel...
see https://github.com/paritytech/substrate/pull/11819
This is stage 1 of the phased Nimbus consensus rollout described in https://github.com/Manta-Network/Manta/issues/486 We aim to enable the `nimbus-aura` consensus mechanism on dolphin It will consist of 2 distinct runtime...
https://github.com/Manta-Network/Manta/blob/5e787669ade5e9f60c2dcba9b27253ce18dc7c1a/scripts/init.sh#L3 Otherwise it leads to confusion if people self-compile with a different toolchain version, e.g. > I see that some people erroneously updated to 3.3.0 already. How come their version...
One more optimization could be to use `https://github.com/rust-lang/docker-rust-nightly` as in `runs_on: rustlang/rust:nightly` instead of running rustup at our compute cost on every run currently as in https://github.com/Manta-Network/Manta/actions/runs/3238290500/jobs/5306447191#step:2:10 we do `aws-image-search-pattern:...
- [ ] Automatically prevent PRs that are labelled as `DO-NOT-MERGE` from being merged. - [ ] Make passing this workflow `Required` for all PRs _Originally posted by @Garandor in...
Instead of the current opaque storage, i'd like to have them added to the repo with the encryption password kept secret. -> https://github.com/neosmart/securestore-rs Obv. this is *only* for testnets up...