Alexander Popiak
Alexander Popiak
We currently default to an XCMP drop threshold of `5` which might lead to dropped XCMP messages in case the chain stalls. We want to change the threshold to the...
We want to limit how much spending power the council has by specifying tip limits.
There were a bunch of issues with block numbers in integration tests recently. I think we should rewrite e.g. https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/polkadot_test_net.rs#L356 and https://github.com/galacticcouncil/HydraDX-node/blob/1e9b8f23c3abfdc2684c67652697165f6a47da5b/integration-tests/src/oracle.rs#L20 (and the others) into something that bumps both...
RelayChainBlockNumberProvider lead to test failures (e.g. in https://github.com/galacticcouncil/Basilisk-node/pull/636) because CI runs with `--features runtime-benchmarks`. We should rewrite it to allow for direct manual setting of the block number instead of...
Would be great if there was a direct link to the docs from the crate page.
+ Allow using the stablecoin as a base currency (for e.g. paying fees)? + Allow instantiating several stablecoins?
Make economics constants such as `MaximumBids` configurable on-chain by community to adjust to economic reality when running.
Extract out sanity checks from module functions to make them maintainable. (e.g. split `hand_out_coins` into `check_hand_out` and `do_hand_out_unchecked`)
+ Add more details on how they behave. + Add `O(n)` runtime cost docs.