Bastian Köcher

Results 817 comments of Bastian Köcher

What about using the nonce of the relayer? So, we would include this nonce in the signature to prevent replay? It would make it a little bit more complicated to...

If the user account has some balance above ED, why not use the nonce of the user account? Using the relayer nonce would only be required for initial onboarding like...

> > If the user account has some balance above ED, why not use the nonce of the user account? Using the relayer nonce would only be required for initial...

Instead of bringing these optimizations to ParityDb, we should implement the lazy flushing as discussed with @gavofyork. This means we don't write every block state directly to disk. We flush...

From the in memory perspective, dropping a child trie should only be about removing the child storage root from the main trie and dropping the structure that holds the child...

> * [Allows to customize how calls are dispatched from XCM #5657](https://github.com/paritytech/polkadot/pull/5657). This allows us to control how the dispatchable is dispatched, and therefore we can append the desired origin...

> @shawntabrizi @bkchr Do you have an idea why is diener failing in `gitlab-check-dependent-polkadot`? You need to do `cargo update -p polkadot-runtime-common` in your Cumulus pr and push these changes.

So nothing sends this? Hmm. Maybe some corrupt main memory?