Branislav Kontur
Branislav Kontur
Hello, could you, please, help me and tell me what am I doing wrong or what am I missing? **Cargo.toml:** ``` cached = "0.34" ``` **code:** ``` #[cached( name =...
Hello, at first, I would like to very thank you for this library, we used it for our tests and it works perfect. And second, we have one use case:...
### **actual:** `crypto` `deploy` `docker` `docs` `fuzz` `ipc` `light_node` `logging` `monitoring` `networking` `protocol_runner` `rpc` `sandbox` `shell` `storage` `tezos` / (api, client, context, encoding, identity, interop, interop_callback, messages, wrapper) ### **new/proposed**...
related to the https://github.com/paritytech/polkadot/pull/6777 **Context:** We started on work on runtime `FungiblesApi` to query all fungible assets from runtime for better [UX/UI experience](https://github.com/paritytech/cumulus/pull/2180#issuecomment-1442952274). This API could be used by [all...
Addressing comment here: https://github.com/paritytech/cumulus/pull/2180#issuecomment-1442952274
Useful for https://github.com/paritytech/parity-bridges-common/issues/2451 --- - [ ] Add cumulus companion (if this approach is approved) --- Open questions: - [ ] Shouldnt `BridgeMessage` be versioned? e.g. ``` VersionedBridgeMessage { V3(v3::BridgeMessage)...
Introduced events for dmp `DownwardMessageSent` + refactor to common MessageId for events (ump, dmp)
**This PR is trying to:** - (partially) solve: https://github.com/paritytech/cumulus/issues/2468 - do some cleanup for message is/hash (at least in Cumulus side) **Open questions:** - [x] Extract `type MessageId / fn...
Based on PR: https://github.com/paritytech/polkadot/pull/7005 **TL;DR:** this PR: - fixes respecting `fees_mode` from `SetFeesMode` correctly in all cases in `XcmExecutor` - adds possibility to set up "worst case" scenario for `FeeManager`...
Cumulus companion: https://github.com/paritytech/cumulus/pull/2811 **TL;DR**: this PR fixes at least two things: - adds ability to include additional instructions (`SetTopic`, `UniversalOrigin`, `DescendOrigin`, ...) to remote weight estimation (see more **Problem 1.**...