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-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: oracle-v2.31.0
Choose a base ref
...
head repository: pyth-network/pyth-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: oracle-v2.32.0
Choose a head ref
  • 3 commits
  • 17 files changed
  • 5 contributors

Commits on Jun 24, 2024

  1. Update bounty to Immunefi (#409)

    * Update bounty to Immunefi
    
    * add bullet points
    
    ---------
    
    Co-authored-by: Guillermo Bescos <[email protected]>
    claudijd and guibescos authored Jun 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f8b5264 View commit details

Commits on Jul 12, 2024

  1. fix(license) Update license doc (#411)

    jayantk authored Jul 12, 2024
    Copy the full SHA
    f0e444d View commit details

Commits on Jul 24, 2024

  1. Support aggregation in validator (#410)

    * feat(program): match version with pythnet
    
    * feat: validator access point (wip)
    
    * feat: add price account flags
    
    * feat(program): fill out validator aggregation code
    
    * feat: don't aggregate on v2, clear message buffer, report validator aggregation errors
    
    * feat: return price feed messages from validator aggregation
    
    * test: enable v2 aggregation
    
    * test: test aggregation toggle
    
    * fix: don't aggregate in validator if already aggregated in this slot
    
    * chore: reexport solana_program and add derive debug
    
    * chore: add comments
    
    * fix: don't revert if c_upd_aggregate returns false
    
    * fix: make update_price_cumulative infallible; don't generate v2 messages until v1 buffer is cleared
    
    * chore: remove publisher sorting hack
    
    * chore: remove AggregationOutcome
    
    * fix: remove debug_assert
    
    * fix: allow clearing message buffers regardless of message_sent_ flag
    
    * test: add test_upd_price_with_validator
    
    * chore: add missing imports and fix warnings
    
    * test: verify aggregation output
    
    * chore: bump version
    
    ---------
    
    Co-authored-by: Reisen <[email protected]>
    Riateche and Reisen authored Jul 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a278681 View commit details
Loading