Tags: Abecid/mirror-contracts
Tags
Re-release v2.2.x (Mirror-Protocol#93) * new mirror_admin_manager contract * integrate admin_manager with governance, multiple poll types with different parameters * add the hability to change the mir-ust pair on collector * add collector migration logic * feat: ability to deprecate a staking token * add migration loogic for staking pool_infos * feat: integrate collateral_oracle with new tefi_oracle * fix test and typos, closes Mirror-Protocol#77 * feat: integrate mint contract with new oracle and preIPO mech * feat: update mAsset whitelisting process to use new oracle and preIPO mech * chore: update admin_manager schema * chore: fmt and clippy * chore: fmt, clippy and generate schemas * fix(col_oracle): change is_revoked migration to consider rewly revoked assets * fix(col_oracle): add missing migrate_config funtion to migration entry point * fix(gov): minor fixes * make gov update_config an admin action * chore: fmt & clippy fixes * fix typos * gov: add poll_gas_limit parameter to prevent ghost failed polls * gov: add unit tests for new poll configs * migrate MIR-UST pair on contract migration (collector, staking) + add friendlier staking error for deprecated token * fix: modify bond migration check to have new addresses marked as migrated * remove unnecessary optional storage parameter + minor optimization * add admin_action to PollResponse * prevent converting address 2 times * update versions to v2.2.0 * update tefi_oracle to latest version, improved whitelisting process * col_oracle: migrate anchor oracle source to mirror tefi oracle * remove previous staking migration logic * change oracle address on factory/mint contracts migration * fix pagination on descending positions query * import tefi-oracle package from crates.io * update CHANGELOG and optimizer version
Auction discount fix (Mirror-Protocol#92) * lower auction discount for assets with low minCR * change test name * fix clippy * remove previous mint migrate msg * update mint version and changelog
Collector astro spread fix (Mirror-Protocol#91) * set max spread for astroport swaps * update collector version and changelog