Alexander Popiak

Results 29 issues of Alexander Popiak

It might be desirable to mark the `submit` extrinsic operational.

Incomplete spike on creating a callback handler for new oracle values.

Parachains are using a recent Substrate version to be compatible with Polkadot. The Chainlink feed pallet will need to be upgraded (from the current v2.0.1) if it is meant to...

Fixes some typos and prototypically introduces some improvements, but not very suitable for merging because it contains lots of review comments.

People were having trouble compiling the `startercode` branch of the utxo-workshop here: https://github.com/paritytech/substrate/issues/7256 Adjusted the branch to be in line with the master branch.

This parsing ``` C++ Color Color::fromString(const std::string & string, bool * ok) { //[...] if (hexString.size() == 6) hexString = "FF" + hexString; // results in ARGB //[...] } ```...

Adds a note on suggested rule of thumb for max storage value size.