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

V0.6.0.2 #202

Merged
merged 5 commits into from
Apr 30, 2024
Merged

V0.6.0.2 #202

merged 5 commits into from
Apr 30, 2024

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    32f3132 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    6187456 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update models, views and migrations for ledger_xid and view renaming

    Updated multiple models to include handling ledger_xid. Renamed views from EntityModelDetailView to EntityModelDetailHandlerView and updated its references. Also, updated migrations to fit the changes in models. Made improvements in ledger URL handling and related permissions for superusers.
    elarroba committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ba35d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. v0.6.0.2

    Implement IOCursor modes and enhance data validation
    
    The commit introduces the concept of IOCursor modes in the project. It now allows for operation either in STRICT or PERMISSIVE modes. STRICT mode denies commitment of transactions to non-existing ledgers while PERMISSIVE mode allows it.
    
    Changes also include enhanced data validation to prevent transactions on locked accounts, added filters for locked/unlocked and active accounts, and implemented a method to retrieve transactionable accounts. Other updates include changes to TransactionModel manager class and added create/update timestamps in Ledger admin view.
    elarroba committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    99b3b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab7fdd View commit details
    Browse the repository at this point in the history