Will
Will
Given the hex value for a availability bitfield for example: `0x0100010500` polkadot.js converts to `0000000100000000000000010000010100000000` https://docs.rs/bitvec/latest/bitvec/order/struct.Lsb0.html The rust code uses LSB ordering, which should make that hex: `1000000000000000100000001010000000000000`
The following proposes the addition of remote signing functionality within the substrate client. # Context Security of Proof of Stake networks lie within the hands of validators - without the...
The current links in the github repo point to https://monthly.aragon.one/, which is broken. They should instead point to https://monthly.aragon.org/.
Similar to #2040 (read that first). The `worker` package is where any work gets separated out into related to querying, computing, aggregating, etc. Basically all the current cron jobs that...
The new paradigm of workers requries Redis as a pub/sub message backend, so there will need to be a deployment of Redis, similar to the mongo deployment. Ideally this would...
Similar to #2040 (read that first), but a bit less invovled: The telemetry client part has been separated out into it's own package named `telemetry`. The sole purpose of this...
The backend is currently being refactored from a monolith to bunch of microservices to help with stability and scalability. Prior, the backend would run a Koa server with the various...
https://github.com/paritytech/substrate/issues/10802 Once this is in, would be good to track commission change events. Ideally this can be used to derive an 'average commission' amount to be displayed for UIs. It...
As this will use the controller seeds to nominate, some precautions should be taken so that code can't exploit these. Adding in Static Code Analysis tooling as part of the...
Document which rank events exist, and what the fault event conditions are.