sander2
sander2
I am using the setup from #10239, but not using docker. That is, we have instant-seal with instant finalization setup. However, about 50% of the times, no finalization event gets...
When having `wrap_comments = true`, running rustfmt on the following code produces an error: ```rust fn f() { g({ // some trailing spaces on the line below - this needs...
Substrate's [example node](https://github.com/paritytech/substrate/blob/polkadot-v0.9.13/bin/node/runtime/src/lib.rs#L1327), as well as [statemine](https://github.com/paritytech/cumulus/blob/242cdc306b010473da34bbea2f3703235aa1b04e/polkadot-parachains/statemine/src/lib.rs#L767) is now using `ChargeAssetTxPayment` for payments. This allows users to choose which in currency they want to pay the transaction fees. I saw...
When I try to run a javascript snippet, I get the error shown below. After visiting the the settings -> metadata page and going back to the javascript snipper, it...
https://github.com/open-web3-stack/open-runtime-module-library/pull/714 introduced a filter for xcm locations to the xtokens pallet. However, it checks only the multilocation in isolation, which means that each destination is either supported for all currencies,...
If I understand [the code](https://github.com/open-web3-stack/open-runtime-module-library/blob/443ee91bc2ca5f1fc155c0378eef6e89b67e2e97/oracle/src/lib.rs#L182) correctly, each reported value is only valid for a certain amount of time. However, the aggregated value only gets updated after a new price feed...
One of the users has issued with an abandoned vault, but they sent an insufficient issue amount and did not manually execute on time. We should allow issue execution even...
I wrote this simplified implementation of the staking module in order to more clearly see what's going on in the module. I verified the accuracy by comparing it against the...
We need to improve our weights and fees, as well as how we handle storage bloat. We need to do this to prevent DoS attacks. This includes: - [ ]...
The main use case of this feature is to be able to notify the vault in the UI if they are running an outdated vault. It will also be interesting...