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

feat: batch mint indexing #198

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

feat: batch mint indexing #198

wants to merge 34 commits into from

Commits on Jun 11, 2024

  1. wip

    RequescoS committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    67d4245 View commit details
    Browse the repository at this point in the history
  2. wip

    RequescoS committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4799ee7 View commit details
    Browse the repository at this point in the history
  3. wip

    RequescoS committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    adfbd45 View commit details
    Browse the repository at this point in the history
  4. feat: rollup indexer

    RequescoS committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d63cd80 View commit details
    Browse the repository at this point in the history
  5. rm redundant changes

    RequescoS committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5b3cb46 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. gitmodules

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    54fcf10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e2116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd03782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fedb2a1 View commit details
    Browse the repository at this point in the history
  5. Delete .gitmodules

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2cb841a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    997fda9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdb3799 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    390e5e6 View commit details
    Browse the repository at this point in the history
  9. Delete blockbuster/LICENSE

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    04de3da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed4b6c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f42f25 View commit details
    Browse the repository at this point in the history
  12. rollup validation test

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0a06487 View commit details
    Browse the repository at this point in the history
  13. some tests + fixes

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    27d4e1c View commit details
    Browse the repository at this point in the history
  14. more tests + fix

    RequescoS committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6d7cc81 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. some comments

    RequescoS committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    19674fe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. wip

    RequescoS committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e8d9721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3181d99 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. new_rollup listener

    RequescoS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cb3de1d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. add metrics

    RequescoS committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    63105b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Make rollup processing feature optional (#199)

    * feat: make rollup processing feature optional
    
    * feat: inverted parameter
    n00m4d committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d40241e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. wip

    RequescoS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cd55b34 View commit details
    Browse the repository at this point in the history
  2. wip

    RequescoS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    086e28b View commit details
    Browse the repository at this point in the history
  3. wip

    RequescoS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    16846ca View commit details
    Browse the repository at this point in the history
  4. tests fix

    RequescoS committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ea62bae View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. wip

    RequescoS committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ef8df2a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. wip

    RequescoS committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    acf874e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Creators and collection batch mint verifications (#204)

    * feat: add creators and collection bath mint verifications
    
    * style: fmt
    
    * Update blockbuster/blockbuster/src/programs/bubblegum/mod.rs
    
    Co-authored-by: Stanislav Cherviakov <stchervyakov@gmail.com>
    
    * chore: dependency change
    
    * chore: renaming
    
    ---------
    
    Co-authored-by: Stanislav Cherviakov <stchervyakov@gmail.com>
    n00m4d and StanChe committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d37f4c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Sep 17, 2024

  1. MTG-404 Skip batch mint indexing feature (#207)

    * feat: add skip batch mint indexing feature
    
    * fix: small fixes
    
    * chore: add comment and variable renaming
    n00m4d committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3b292f1 View commit details
    Browse the repository at this point in the history