Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pre Astroport v6 cleanup #437

Open
wants to merge 5 commits into
base: feat/dev_v6
Choose a base branch
from
Open

Conversation

epanchee
Copy link
Collaborator

@epanchee epanchee commented Dec 12, 2024

Collecting breaking changes for upcoming Astroport v6 release

  1. Removed customized cw20 contract with balance tracking. Used as xASTRO contract on Terra and as LP token with balance tracking on Neutron. Both these use cases are not relevant anymore;
  2. Removed restricted_vector type which is legacy type from old Astro Generator contract;
  3. Removed observation logic and circular buffer. This approach didn't find any use especially because it was simple moving average over 3000 last trades (without any relation to time);
  4. Removed Vesting contract which served as centralized place for Astro emission schedules. After vxASTRO launch all emissions are paid out as external rewards which renders this contract irrelevant;
  5. Removed Fee Granter contract which was part of initial design for Injective orderbook integration via begin blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant