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

Refactor NostraAlpha loan states, fix interest rate indices in NostraDataParser #479

Merged

Conversation

MrRoudyk
Copy link
Contributor

Closes #469

Event Processing and Parsing Updates:

Adding New Event Types:

Refactoring and Code Cleanup:

@djeck1432 djeck1432 self-requested a review February 26, 2025 14:47
@@ -110,47 +110,6 @@ def process_data(self, data: list[dict]) -> pd.DataFrame:
result_df = self.get_result_df(nostra_mainnet_state.loan_entities)
return result_df

def get_result_df(self, loan_entities: dict) -> pd.DataFrame:
Copy link
Collaborator

Choose a reason for hiding this comment

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

So you are using default get_result_df ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I added this method myself for Nostra Mainnet as part of issue 439. However, since both Nostra Mainnet and Nostra Alpha are now handled the same way, this method is no longer needed here

Copy link
Collaborator

Choose a reason for hiding this comment

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

okay, I see now, thank you

…DataParser and clean up loan state computation methods
@MrRoudyk MrRoudyk force-pushed the feat/469-nostra-alpha-validation branch from f7fcd52 to fc80978 Compare February 26, 2025 14:58
@djeck1432
Copy link
Collaborator

@djeck1432 djeck1432 merged commit 6bd8f9d into CarmineOptions:master Feb 27, 2025
5 checks passed
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.

[DataHandler] Nostra alpha validate logic after recently changes
2 participants