Ben Mason

Results 5 issues of Ben Mason

If you pass two equal primitive to the array comparison method it'll return true. Perhaps add this at the top: ```js if (!Array.isArray(arrA) || !Array.isArray(arrB)) { return false } ```

The old chain identity struct allows for both images & twitter handles, as does the registry pallet's identity. Can subnet identities either be migrated to the same identity struct validators...

### Is your feature request related to a problem? Please describe. ### Validator rewards don't reflect validator performance In the current runtime the movement of stake to and from a...

## Description `get_alpha_issuance` doesn't account for `SubnetAlphaInProvided`. This effects the `root_proportion` calculation in `run_coinbase`, resulting in the proportion being higher than it should be for subnets with liquidity. ## Related...