Dino Pačandi
Dino Pačandi
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
Hi! I've noticed that in the [currency_adapter](https://github.com/paritytech/polkadot/blob/master/xcm/xcm-builder/src/currency_adapter.rs#L145) we don't check whether calling `deposit_creating` was successful or not. A colleague of mine was sending DOTs back to Polkadot and although XCM...
**Pull Request Summary** This branch contains code used by `Astar-Rococo`. Temporary solution until we decide to use a different way.
This PR adds an option to register callbacks for `pallet-assets` which are invoked when a new asset is created or an existing one destroyed. Fixes issue #12279. It's a simple...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
Hello, `rustfmt` will remove `::` from a macro. To illustrate: ```Rust construct_runtime!( pub struct Runtime where Block = Block, NodeBlock = generic::Block, UncheckedExtrinsic = UncheckedExtrinsic, { Council: pallet_collective::, TechnicalCommittee: pallet_collective::,...
### You completed the Parachain Tutorials for your parachain and tested locally? - [X] Yes, we have successfully tested our chain on `rococo-local`. ### Team Name Astar ### Parachain Name...
## Summary Using `pallet-contracts` **V9** storage migration can result in huge PoV size, essentially stopping the block production. This happened on `Shibuya` testnet and hardfork was required to recover it....
Improves `AssetsCallback` trait by introducing `Result` as the return type. This allows callback to inform the pallet whether the asset creation (or destruction) should complete or not. Also moves the...
Introduce a way to limit or disable automatic `pallet-contracts` migration. Although migration code is well tested & benchmarked, it's safer to do migration via custom extrinsic calls instead of relying...