Xiliang Chen
Xiliang Chen
Closes https://github.com/paritytech/polkadot-sdk/issues/10512
I am reviewing Cargo.lock file of Acala node, built with omni-node, and it includes revm, pallet-xcm, and bunch other pallets. There are no good reason an omni node should include...
Integrate a generic review bot for new PR it can only be dispatched manually in actions for now. We can enable it on new PRs or other conditions later if...
https://docs.snowbridge.network/developer-docs/snowbridge-v2/parachain-integration#general-parachain-requirements
run https://github.com/polkadot-api/check-runtime as part of publish release process
update asset registry to use xcm v5 and check if we have other code storing xcm v3 data structure and have a migration to upgrade them as well
when this is landed https://github.com/rust-ethereum/ethereum/pull/67
We have a new API: https://github.com/paritytech/substrate/pull/8221 [Also comment from Gav](https://github.com/paritytech/substrate/issues/7305#issuecomment-789810666): > If it's keeping a deposit and/or introducing a lock on the account's funds, then it's already fine and no...
assert the PoV size for empty block is < X assert the PoV size for block with 100 transfer is < Y assert the PoV size for block with Z...
it is getting value from last block instead of current block so need to verify if the access are safe