Thanks to visit codestin.com
Credit goes to github.com

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/pythnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.173
Choose a base ref
...
head repository: pyth-network/pythnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.176
Choose a head ref
  • 8 commits
  • 158 files changed
  • 3 contributors

Commits on Jul 11, 2024

  1. fix: update genesis to match current state

    This change updates the genesis to produce an identical new state
    as the current Pythnet production release when needed. The activated
    features are added and the genesis cluster type is fixed to match
    what we used to create the genesis at first.
    ali-behjati committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    58142c8 View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    ali-behjati committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ea2ab27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Aggregation v2 (#296)

    * feat: accumulator v2 (wip 1)
    
    * feat: accumulator v2 (wip 2)
    
    * chore: fix some warnings and fix validator build
    
    * feat: accumulator v2 (wip 3)
    
    * feat: skip message buffer aggregation if all price feeds use v2 aggregation
    
    * feat: combine v1 and v2 aggregation price feed messages in the merkle tree
    
    * refactor: clean up and avoid extra vector
    
    * fix: don't aggregate if already aggregated in the program
    
    * test: bring back old pyth tests (wip)
    
    * test: fix old pyth tests
    
    * test: add initial v2 tests to validator
    
    * refactor: unify env var handling
    
    * chore: fix build for stable Rust by ignoring lints
    
    * test: fix and expand accumulator-v2 tests
    
    * chore: clean up comments
    
    * chore: update dependency
    
    * chore: fix clippy and fmt
    
    * test: add extra check
    
    * chore: bump version to 1.14.175
    
    ---------
    
    Co-authored-by: Reisen <[email protected]>
    Riateche and Reisen authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a378583 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    cff0080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6ba44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b220ae7 View commit details
    Browse the repository at this point in the history
  4. chore: bump oracle

    Riateche authored and ali-behjati committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5b1a3ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36ba1f6 View commit details
    Browse the repository at this point in the history
Loading