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: xc-admin-v0.4.0
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-server-v3.0.1
Choose a head ref
  • 7 commits
  • 26 files changed
  • 4 contributors

Commits on Apr 13, 2023

  1. [xc-admin] Add ser/de for Cosmos Upgrades (#758)

    * Add ser/de for Cosmos Upgrades
    
    * Add comment
    
    * Fix print
    guibescos authored Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    99ed193 View commit details
    Browse the repository at this point in the history
  2. [xc-admin] Add support for arbitrary wormhole payloads (#759)

    * Add vaa
    
    * Remove the command from multisig_wh_message_builder
    
    * Add comment to the multisig addresses
    guibescos authored Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    3aa953e View commit details
    Browse the repository at this point in the history
  3. Move cosmwasm sdk into standard tree structure (#761)

    * move cosmos sdk into standard tree structure
    
    * fix typo
    
    ---------
    
    Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
    jayantk and Jayant Krishnamurthy authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    91dfc36 View commit details
    Browse the repository at this point in the history
  4. Move cosmwasm sdk into standard tree structure (#761)

    * move cosmos sdk into standard tree structure
    
    * fix typo
    
    ---------
    
    Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
    jayantk and Jayant Krishnamurthy authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    85b00ff View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Get price feed endpoint (#764)

    * Add get price feed endpoint
    
    * fix stuff
    
    * lint
    
    ---------
    
    Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
    jayantk and Jayant Krishnamurthy authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    42ddfb6 View commit details
    Browse the repository at this point in the history
  2. [cosmwasm] Osmosis multiple fee token support (#763)

    * osmosis txfee supoort
    
    * add get update fee for denom
    
    * query for tx fee support
    
    * add fee checker
    
    * add comment
    
    * implement osmosis code
    
    * correct err response
    
    * fix bugs
    
    * cargo update
    
    * disable rust feature
    
    * return bool instead of result
    
    * add wormhole comment
    
    * tests added
    
    * address feedback
    
    * improve comments
    
    * cargo update
    Dev Kalra authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    15060d6 View commit details
    Browse the repository at this point in the history
  3. [price_service] Let callers specify VAA encoding (#766)

    * Callers can specify encoding
    
    * lint
    
    * changed my mind about this one
    
    * cleanup
    
    * cleanup
    
    * bump version
    jayantk authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6126db7 View commit details
    Browse the repository at this point in the history
Loading