Richard Roznovjak
Richard Roznovjak
**Notable changes:** Use our own copy of `orml_currencies` pallet from `warehouse` New benchmarking commands (`node/src/command.rs`) No need for `#[transactional]` macro The version of `fixed` crate fixed to `1.17.0` Use polkadot ...
Current implementation of a node contains both the main and the testing runtime. Use conditional compilation to include only one runtime specified by a flag. It will be no longer...
Fixes #771
This PR also adds `existential_deposit` method to `Inspect` trait.
https://github.com/paritytech/polkadot-sdk/pull/4274 https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_metadata_hash/index.html
Find a way how to benchmark `pallet_xcm::reserve_transfer_assets`. Right now (upgrade to polkadot 1.7.2) we use `Weight::MAX`. Try to fix in the next upgrade.
TODO: - `pallet_message_queue::IdleMaxServiceWeight` config value NOTES: All changes can be found here: - https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.9.0 - https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.10.0 - https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.11.0 Breaking changes: - [Remove prometheus RPC](https://github.com/paritytech/polkadot-sdk/pull/3230) metrics substrate_rpc_requests_started and substrate_rpc_requests_finished Notable changes...
After moving runtime apis to a separate [file](https://github.com/paritytech/polkadot-sdk/blob/master/templates/parachain/runtime/src/apis.rs), we couldn't submit any TX from the polkadot js app. The issue was also with `queryInfo` as described here #10994. When compared...