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

Faster ledger state #287

Merged
merged 10 commits into from Jan 14, 2024
Merged

Faster ledger state #287

merged 10 commits into from Jan 14, 2024

Commits on Jan 11, 2024

  1. Performance upgrade for Marconi

    * File indexer maintain a list of file in memory
    * Ledger state is maintained in memory
    * We use builder to serialise event in the file indexer
    * Add a batch-size flag
    berewt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0c5c6c7 View commit details
    Browse the repository at this point in the history
  2. Fix updateLedgerState

    berewt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bbd8fbd View commit details
    Browse the repository at this point in the history
  3. Better code structure

    berewt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c575959 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Brendan's review

    berewt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9c213e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d715a View commit details
    Browse the repository at this point in the history
  3. import grooming

    berewt committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f81d110 View commit details
    Browse the repository at this point in the history
  4. golden test fixup

    brendanrbrown committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3fa1209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2398266 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    d97143f View commit details
    Browse the repository at this point in the history
  2. Fix types in tests

    berewt committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    2e08353 View commit details
    Browse the repository at this point in the history