Frederik Gartenmeister
Frederik Gartenmeister
If I am not mistaken the length of the Patricia-Key for a storage object is determined by * StorageValue = `Twox_128("PALLET_NAME") + Twox_128("STORAGE_NAME")` * StorageMap = `Twox_128("PALLET_NAME") + Twox_128("STORAGE_NAME") +...
Hi, this is an extension (possibly even a duplicate of #997). When I am signing raw bytes with my signer the generated signature is not valid (at least polkadot-js is...
Not sure, if this is essentially needed, but with respect to `const`s, which will be one of the common usages of `Weights` as runtime parameters, I am not a fan...
A method that allows to return a copy of a state a specific block. ### API ```rust fn state_export(at: BlockId) -> ::State ``` Needed for https://github.com/centrifuge/genMake and useful for https://github.com/centrifuge/herrin.
The method should allow using any state and return the respective storage changes of the closure afterwards. ### API ```rust fn with_state_drain(exec: F) -> Result where F: FnOnce() -> R...
This creates the `ParachainInherents` on the relay-chain side correctly. And this will break the API. Closes https://github.com/centrifuge/fudge/issues/13 -> step 1.
Create a set of helper functions that can be called within an externalities provided environment. List: - [ ] XCM setup - Altering the state in a way, so that...
Currently, the logging is non existing internally. It would be desirable to * have tracing logs in the lib to allow follow the code execution path * have pre-fixes to...
Currently, the macro bundles together multiple builders in order to generate a relay-parac-chain-setup. It would be nice if at the same point the macro could implement a `trait CompanionNetwork` that...
Previously, the lib was in such an active development that documentation has make no sense. But with the current state it would be good to do a whole documentation PR...