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

support bloom filter #1407

Merged
merged 52 commits into from
Nov 2, 2022
Merged

support bloom filter #1407

merged 52 commits into from
Nov 2, 2022

Commits on May 9, 2022

  1. clear code

    fix bug
    
    fix publish bug
    
    add unit test
    
    fix
    
    fix
    
    fix
    
    fix bloom
    
    add chain event
    
    fix bug & add forking settings
    
    impl uninstallFilter
    
    fix bug
    
    fix bug
    
    add timeoutLoop
    
    fix
    
    fix
    
    fix
    
    add eth event
    
    clear code
    
    clear code
    
    update
    
    add subscribe
    
    move save block bloom
    
    move save block bloom
    
    fmt code
    
    get block logs
    
    fmt code
    
    init index store
    
    fmt code
    
    impl get filters
    
    fix annotation
    
    fix
    
    add api interface to impl
    
    get bloom status
    
    fix close database
    
    add bloombits store
    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    026c5cf View commit details
    Browse the repository at this point in the history
  2. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a7701b1 View commit details
    Browse the repository at this point in the history
  3. add license

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d97f500 View commit details
    Browse the repository at this point in the history
  4. add license

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    14189bd View commit details
    Browse the repository at this point in the history
  5. add license

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    36baa20 View commit details
    Browse the repository at this point in the history
  6. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    69b3d30 View commit details
    Browse the repository at this point in the history
  7. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    da2bac3 View commit details
    Browse the repository at this point in the history
  8. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    028719d View commit details
    Browse the repository at this point in the history
  9. fix bug

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e83cc7a View commit details
    Browse the repository at this point in the history
  10. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c757a54 View commit details
    Browse the repository at this point in the history
  11. fmt code

    hero5512 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    faaeb00 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. clean up

    laizy committed May 16, 2022
    Configuration menu
    Copy the full SHA
    dcbbea9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

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

Commits on May 23, 2022

  1. tmp commit

    hero5512 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    efc57c1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. fix bug

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    bb2b692 View commit details
    Browse the repository at this point in the history
  2. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    965eaa9 View commit details
    Browse the repository at this point in the history
  3. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    63ad335 View commit details
    Browse the repository at this point in the history
  4. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    82a681a View commit details
    Browse the repository at this point in the history
  5. break import cycle

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    cc39037 View commit details
    Browse the repository at this point in the history
  6. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9c5a7bb View commit details
    Browse the repository at this point in the history
  7. add max search span

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c80b8c3 View commit details
    Browse the repository at this point in the history
  8. rm filter height

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a19b669 View commit details
    Browse the repository at this point in the history
  9. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    fef2881 View commit details
    Browse the repository at this point in the history
  10. fix

    hero5512 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    20986c6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. delete unused channel

    hero5512 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    fa48174 View commit details
    Browse the repository at this point in the history
  2. add bloom cache

    hero5512 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ca238ae View commit details
    Browse the repository at this point in the history
  3. fix

    hero5512 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    16b0624 View commit details
    Browse the repository at this point in the history
  4. add annotation

    hero5512 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    3abbf1a View commit details
    Browse the repository at this point in the history
  5. add lock

    hero5512 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5e910d3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. fix

    hero5512 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    75e792a View commit details
    Browse the repository at this point in the history
  2. fix

    hero5512 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    fff9155 View commit details
    Browse the repository at this point in the history
  3. fix

    hero5512 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    773f337 View commit details
    Browse the repository at this point in the history
  4. fix bug

    hero5512 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    3b4ee5b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. fix bug

    hero5512 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9d522c2 View commit details
    Browse the repository at this point in the history
  2. fix bug

    hero5512 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    99c5fb3 View commit details
    Browse the repository at this point in the history
  3. fix bug

    hero5512 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9b137ee View commit details
    Browse the repository at this point in the history
  4. fix bug

    hero5512 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    5d2748d View commit details
    Browse the repository at this point in the history
  5. fix bug

    hero5512 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    36c05ac View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. fix

    hero5512 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    3a5d324 View commit details
    Browse the repository at this point in the history
  2. fix

    hero5512 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    31d6ada View commit details
    Browse the repository at this point in the history
  3. fix bug

    hero5512 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    504cb29 View commit details
    Browse the repository at this point in the history
  4. delete unused code

    hero5512 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    878d256 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. fix

    hero5512 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    dfecc90 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

Commits on Jun 8, 2022

  1. refactor code

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    47ac49f View commit details
    Browse the repository at this point in the history
  2. remove filter start field

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7d4d37c View commit details
    Browse the repository at this point in the history
  3. fix

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c25863a View commit details
    Browse the repository at this point in the history
  4. fix

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    663a1bb View commit details
    Browse the repository at this point in the history
  5. fix

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c1768bd View commit details
    Browse the repository at this point in the history
  6. fix

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    2395af1 View commit details
    Browse the repository at this point in the history
  7. add annotation

    hero5512 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a700f9b View commit details
    Browse the repository at this point in the history