clearloop
clearloop
### Describe the feature Inspired by https://eips.ethereum.org/EIPS/eip-3540, here we introduce `Zink Object Format` in this project, which makes Zink a common smart contract language for the industry. ZOF is prepared...
## Issue summary txs in remote-asset-manager should be trigger by different roles, for example - `send_add_proxy` should be able to trigger by `Signed` account - `update_staking_weights` should be able to...
## Issue summary `remove_asset` in pallet asset index also based on xcm, which includes xcm tx from xtokens ## Other information and links -
## Issue summary Tracking all weights ### asset-index - [x] add-asset - [x] remove_asset - [x] register_asset - [x] set_metadata - [x] deposit - [x] withdraw - [x] complete_withdraw -...
## Issue summary Needs to register the new calls into e2e tests ## Other information and links - #360
## Issue summary > Note: please edit this issue directly when getting new issues that could be included in this issue Tracking issues for production - [x] #239 - [x]...
this is rather confusing and depends on the configured fees, can we simplify this check somehow, by checking that fees are sent to the treasury? or remove it, this selective...
from the technical doc: Some PINT will be included in genesis, other assets will be contributed via governance proposals. Voting to close this @clearloop _Originally posted by @mattsse in https://github.com/ChainSafe/PINT/issues/146#issuecomment-900995518_...
## Issue summary `PINT/pint-types-bundle` is useful for other npm packages, needs auto-publishing in CI
## Issue summary Gather the parachain constants in one crate, for example: ```rust pub struct ParaChain { id: usize, name: Vec, weights: RuntimeCallWeights, } ``` Maybe we can place it...