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

Make tracer macro more robust #30

Closed
wants to merge 21 commits into from
Closed

Make tracer macro more robust #30

wants to merge 21 commits into from

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    a42c0aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50936e7 View commit details
    Browse the repository at this point in the history
  3. add block based rarities (#12)

    * add block based rarities
    
    * cargo fmt
    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c93c74f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b72f1e View commit details
    Browse the repository at this point in the history
  5. exclude sat range end from calculating block based rarities (#13)

    * exclude sat range end from calculating block based rarities
    
    * fix cargo ci
    
    * change rpc to return block rarity chunks instead of total count
    
    * improve block rarity response format to support new rarities in the future
    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6283177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da16cc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a91c68e View commit details
    Browse the repository at this point in the history
  8. Implement short term palindrome optimization (#17)

    * short term palindrome optimization
    
    * refactor
    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    745f702 View commit details
    Browse the repository at this point in the history
  9. Add timeout (#19)

    * Add timeout
    
    * use tower_http timeout
    
    * fix lint
    
    ---------
    
    Co-authored-by: Michael Yu <michael@magiceden.io>
    nothing0012 and mi-yu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b5734a2 View commit details
    Browse the repository at this point in the history
  10. Update redb (#20)

    nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    95151c4 View commit details
    Browse the repository at this point in the history
  11. disable palindrome (#21)

    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4f2a07a View commit details
    Browse the repository at this point in the history
  12. Fix disable palindrome building issue (#22)

    * fix build issue
    
    * Fix warning
    
    ---------
    
    Co-authored-by: nothing0012 <rex@magiceden.io>
    haozhiliu and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9e7b6b7 View commit details
    Browse the repository at this point in the history
  13. return block info (#23)

    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3d6c193 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c73832 View commit details
    Browse the repository at this point in the history
  15. Add tracing logic for datadog (#24)

    mi-yu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8b995ce View commit details
    Browse the repository at this point in the history
  16. Fix CI (#26)

    mi-yu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    84b5d85 View commit details
    Browse the repository at this point in the history
  17. Improve tracing (#27)

    mi-yu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f66b647 View commit details
    Browse the repository at this point in the history
  18. Additional http headers in traces (#28)

    mi-yu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    633c35e View commit details
    Browse the repository at this point in the history
  19. Implement black rarities (#18)

    * implement black rarities
    
    * rename
    haozhiliu authored and nothing0012 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d91f847 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff535a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Make tracer macro more robust

    mi-yu committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c62c953 View commit details
    Browse the repository at this point in the history