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

1.0.0-alpha #19

Merged
merged 20 commits into from
Aug 29, 2023
Merged

1.0.0-alpha #19

merged 20 commits into from
Aug 29, 2023

Conversation

heytdep
Copy link
Member

@heytdep heytdep commented Jun 24, 2023

This version brings updates and optimization to the protocol.

let mut balance = read_balance(e, to.clone());

// if addr is burning all the shares then remove every particular data associated with addr
if balance == shares {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This block is not needed anymore given state expiration and is also faulty as it results in the address losing its matured rewards.

@heytdep
Copy link
Member Author

heytdep commented Jul 31, 2023

Current TODOs:

  • move to deprecated or delete vault, vault-interface and flash-loan
  • rewrite readme
  • write protocol document
  • write new example and tests
  • update git build workflow

For 0.3.0:

  • more complete tests coverage

@heytdep heytdep changed the title Xycloans version 0.2.0 1.0.0-alpha Aug 25, 2023
@heytdep heytdep marked this pull request as ready for review August 29, 2023 10:01
@heytdep heytdep merged commit df7c625 into main Aug 29, 2023
1 check failed
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