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: predicate validation #611

Merged
merged 40 commits into from
Jul 5, 2024
Merged

feat: predicate validation #611

merged 40 commits into from
Jul 5, 2024

Commits on Jun 20, 2024

  1. chore: remove or rename event observer config fields

    removed - `cache_path`, `data_handler_tx`, and`ingestion_port`
    renamed - `display_logs` -> `display_stacks_ingestion_logs`
    MicaiahReid committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    694fb4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0947acc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e997fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6ef10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b0f7a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc67dff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d6f9fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9da1178 View commit details
    Browse the repository at this point in the history
  9. rsdoc comments

    MicaiahReid committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bc7c735 View commit details
    Browse the repository at this point in the history
  10. chore: rename structs

    `*ChainhookFullSpecification` => `*ChainhookSpecificationNetworkMap`
    `*ChainhookNetworkSpecification` => `*ChainhookSpecification`
    `*ChainhookSpecification` => `*ChainhookInstance`
    MicaiahReid committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5a4cb39 View commit details
    Browse the repository at this point in the history
  11. fix tests

    MicaiahReid committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f992880 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix openapi.json

    MicaiahReid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    39986d5 View commit details
    Browse the repository at this point in the history
  2. fix doc comments

    MicaiahReid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    473a8da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e8336 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    4debc28 View commit details
    Browse the repository at this point in the history
  2. rename ChainhookConfig -> ChainhookStore

    remove unnecessary wrapper around ChainhookStore
    MicaiahReid committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c54b6e7 View commit details
    Browse the repository at this point in the history
  3. rs doc comment

    MicaiahReid committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    08c15ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee7be6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dddc69a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe04dd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d1b1f2 View commit details
    Browse the repository at this point in the history
  8. fix rsdoc

    MicaiahReid committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8731e3c View commit details
    Browse the repository at this point in the history
  9. clean up

    MicaiahReid committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7e99a3c View commit details
    Browse the repository at this point in the history
  10. update openapi spec

    MicaiahReid committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ea66e72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2812b21 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. remove dead code

    MicaiahReid committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1d5106f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0eb836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e745e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59c8e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f7271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab4455e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    486d051 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. merge cleanup

    MicaiahReid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    695a738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98802f5 View commit details
    Browse the repository at this point in the history
  3. rearrange bitcoin tests

    MicaiahReid committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16b667b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8465b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aa53bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4038ab6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d06a636 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1720e0 View commit details
    Browse the repository at this point in the history