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

Feature/pallet records/sources by drawdown #40

Merged
merged 2 commits into from
Feb 16, 2024

Commits on Feb 15, 2024

  1. - Cleaned up test suite in the Fund Admin Records pallet by removing …

    …unused helper function `make_default_record_collection` and `make_array_record_collection`. This increases readability and maintainability of tests, as redundant or unused code segments are removed.
    
    - Extended the `TableType` enum in the types for the Fund Admin Records pallet with two new types: `Rebalance` and `DrawdownSources`, representing additional categories for record tables. Also enriched the `RecordType` enum with the `BankDocumentation` variant. This makes the types more comprehensive, and capable of capturing wider kinds of data and records tailored to business needs.
    didiermis committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ff3a9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb8c7fa View commit details
    Browse the repository at this point in the history