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

New FundAccount + FundModel #94

Merged
merged 9 commits into from
May 22, 2024
Merged

New FundAccount + FundModel #94

merged 9 commits into from
May 22, 2024

Conversation

0x0ece
Copy link
Contributor

@0x0ece 0x0ece commented May 10, 2024

No description provided.

@0x0ece 0x0ece changed the title Treasury New FundAccount + FundModel May 10, 2024
@@ -87,18 +87,18 @@ pub struct ShareClassOpenfundsModel {
// Core
// pub applied_subscription_fee_in_favour_of_distributor: Option<String>,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why lots of fields are being commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not implemented / too many fields = too costly to deser :(

let is_raw_openfunds = model.is_raw_openfunds.unwrap_or(false);
let model = model.clone();
if !is_raw_openfunds {
//TODO
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you document the TODO if it's still needed?

@0x0ece 0x0ece merged commit dc3e735 into main May 22, 2024
2 checks passed
@0x0ece 0x0ece deleted the treasury branch May 22, 2024 01:44
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.

2 participants