Xavier Lau

Results 90 issues of Xavier Lau

### Issue Description Our session module's key should be `AccountId`. But it injects some `AccountId32` into it. Auto generated: ``` "session": { "keys": [ [ "5DtWrR3CkMhwy5QEnmHqqMKBqSC7fcfnvT8jUykwFoh2seic", "5DtWrR3CkMhwy5QEnmHqqMKBqSC7fcfnvT8jUykwFoh2seic", { "grandpa": "5DaSuaLL4oLxWGR4c1GsvNgSaUuJWw5Pg7DRna5nU2TuNQhp",...

question

I notice that every time I run the program it will generate a `xxx.log`.

**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) ``` rust-analyzer version: 0.3.2053-standalone (fd74511f3 2024-07-28) [/Users/xavier/.vscode/extensions/rust-lang.rust-analyzer-0.3.2053-darwin-arm64/server/rust-analyzer] ``` **rustc version**: (eg. output of `rustc -V`)...

A-completion
C-bug

#### Project Abstract > Please replace these instructions with a brief description of your project summarising key points (1-2 paragraphs). > > If your application is a follow-up to a...

ready for review
admin-review

- [x] Remove all unused storage - [x] Simplify election & reward logic - [x] Use `on_idle` to distribute reward in background - [x] Use `on_idle` to migrate un-migrated accounts...

Bk-Storage
Bk-API
S-Need Audit
C-Pallet
C-Runtime

There is no need for now. There are many unnecessary items. Clean them all up in Staking V3 at once. _Originally posted by @AurevoirXavier in https://github.com/darwinia-network/darwinia/pull/1607#discussion_r1792879342_

Is there a way to specify the session keys myself? We have our own staking(collator election) logic. Even this get fixed, the generated one wont work for us I think....

enhancement
good first issue