PINT
PINT copied to clipboard
A Polkadot ecosystem index for investors. A self sustaining auction treasury for parachains.
## Changes - Upgrade substrate to version 9.26 - Use ORML for oracle instead of chainlink feed ## Tests ``` ``` ## Issues -
## Issue summary - [x] rebase https://github.com/AcalaNetwork/Acala/pull/1415 - [ ] update AssetId, Ref https://github.com/ChainSafe/PINT/pull/401#discussion_r713824885 ## Other information and links -
## 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 - The CI appears to recompile everything on every PR, ideally we should cache at least all the polkadot/substrate related dependencies. ## Other information and links -
## Issue summary Needs to register the new calls into e2e tests ## Other information and links - #360
## Issue summary - In order to transact a specific call, we need two values, the `fee` that we withdraw and deposit into the holding account and the weight of...
## Changes - move remote proxy support to separate pallet - - ## Tests ``` ``` ## Issues -