Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Rebalancing exchange issuance post audit improvements #500

Merged
merged 9 commits into from Aug 19, 2019

Conversation

felix2feng
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Aug 17, 2019

Pull Request Test Coverage Report for Build 6195

  • 24 of 24 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 100.0%

Totals Coverage Status
Change from base Build 6172: 0.2%
Covered Lines: 855
Relevant Lines: 855

💛 - Coveralls

* The TokenFlush contains utility functions to send tokens and base SetTokens from the
* Vault or Contract to a specified user address
*/
contract TokenFlush is
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this meant to be reused elsewhere? It's named like it's general but it seems highly coupled with the system. Would prefer it to be specific here instead if it's only done so we can test the library methods. RebalancingSetExchangeTokenChangeHandler or something

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We previously had it in RebalancingSetIssuance - but I realize that we will be using flushing functions for other modules in the future (e.g. token transformation pipeline). So that's why it's refactored to be generic.

Copy link
Contributor

Choose a reason for hiding this comment

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

sg!

@felix2feng felix2feng merged commit 3f785ae into master Aug 19, 2019
@felix2feng felix2feng deleted the felix/rb-exchange-issuance-post-audit-improvements branch August 19, 2019 18:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants