Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyth-network/pyth-crosschain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pyth-js-v112
Choose a base ref
...
head repository: pyth-network/pyth-crosschain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pyth-price-pusher-v9.0.0
Choose a head ref
  • 13 commits
  • 70 files changed
  • 2 contributors

Commits on Feb 5, 2025

  1. Configuration menu
    Copy the full SHA
    fc4159b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2332 from pyth-network/cprussin/dou-31-optimize-p…

    …age-size-for-price-feed-pages
    
    Optimize payload size for price feeds pages
    cprussin authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    1b335a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. feat(hermes-client): allow passing fetch options

    This PR enables passing the `RequestInit` options for `fetch` to individual
    `HermesClient` methods.
    
    This PR also fixes merging `AbortControllers`, which was previously not done
    correctly (but also no way to pass an `AbortController` was actually exposed via
    the public API, so this is not a breaking change), and upgrades typescript to
    the catalog version, which is required to support `AbortSignal.any`.
    cprussin committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    4624180 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2334 from pyth-network/cprussin/allow-passing-fet…

    …ch-arguments-to-hermes-client
    
    feat(hermes-client): allow passing fetch options
    cprussin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    86909dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f3958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcfb547 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2336 from pyth-network/cprussin/fix-app-nav-tabs

    fix(component-library): fix main nav tabs selectable state
    cprussin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    0ff6e62 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2335 from pyth-network/cprussin/update-insights-m…

    …etrics
    
    chore(insights): update metrics
    cprussin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    f7b8a9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    586933e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2337 from pyth-network/cprussin/dou-29-light-and-…

    …dark-mode-for-the-overview-page-illustration
    
    feat(insights): update overview images
    cprussin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    ec3827f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f5c4cb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2338 from pyth-network/cprussin/fix-ci

    fix: readd missing rust toolchain to fix CI
    cprussin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    bc25ee2 View commit details
    Browse the repository at this point in the history
  11. chore(price-puhser) Use Hermes Client (#2312)

    * initial commit
    
    * update-2
    
    * update-3
    
    * removed test
    
    * wip
    
    * update
    
    * update
    
    * update
    
    * ton-config-update
    
    * 1.0.0
    
    * version bump
    
    * update
    aditya520 authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    7db2e3a View commit details
    Browse the repository at this point in the history
Loading