Releases: pyth-network/pyth-crosschain
Releases · pyth-network/pyth-crosschain
rust-pyth-lazer-protocol-v0.6.1
What's Changed
- fix(insights): update price feed icons in dark and light themes by @partyparrotgreg in #2427
- feat(price_pusher): add gas-price override option for EVM price pusher by @devin-ai-integration in #2419
- feat(known-publishers): add Aleno to known publishers by @cprussin in #2433
- chore(ci): use Org-defined larger runner by @morancj in #2431
- feat(pyth-lazer-sdk): add funding rate by @keyvankhademi in #2423
New Contributors
- @partyparrotgreg made their first contribution in #2427
Full Changelog: rust-pyth-lazer-protocol-v0.6.0...rust-pyth-lazer-protocol-v0.6.1
pyth-price-pusher-v9.1.0
What's Changed
- feat(price_pusher): add gas-price override option for EVM price pusher by @devin-ai-integration in #2419
Full Changelog: pyth-js-v116...pyth-price-pusher-v9.1.0
rust-pyth-lazer-protocol-v0.5.1
What's Changed
- Optimize payload size for price feeds pages by @cprussin in #2332
- feat(hermes-client): allow passing fetch options by @cprussin in #2334
- fix(component-library): fix main nav tabs selectable state by @cprussin in #2336
- chore(insights): update metrics by @cprussin in #2335
- feat(insights): update overview images by @cprussin in #2337
- fix: readd missing rust toolchain to fix CI by @cprussin in #2338
- chore(price-puhser) Use Hermes Client by @aditya520 in #2312
- bump: pyth client to 2.22.1 by @guibescos in #2341
- refactor(governance/xc_admin): add more logs on relayer by @ali-bahjati in #2324
- feat(target_chains/ethereum): add arbirum stylus sdk by @Ifechukwudaniel in #2041
- feat(target_chains/near): add reproducible build by @Riateche in #2339
- feat(contract_manager): add near chains and contracts by @Riateche in #2331
- chore(target_chains/near): save wasm as artifact in CI by @Riateche in #2344
- fix: update corepack on js dockerfile by @ali-bahjati in #2342
- chore(api-reference)-add-berachain by @aditya520 in #2345
- chore: remove erroneous git modules by @Riateche in #2347
- feat:(contract-manager): add movement mainnet by @keyvankhademi in #2349
- ci: add cargo caching to pre-commit workflow by @devin-ai-integration in #2351
- ci: add docker builds for PRs that modify relevant files by @devin-ai-integration in #2352
- feat: add rust-cache to all Rust workflows by @devin-ai-integration in #2355
- Revert "feat: add rust-cache to all Rust workflows" by @jayantk in #2356
- fix: pin Rust version to 1.73.0 for Sui contracts by @devin-ai-integration in #2354
- ci: update workflow triggers to run on workflow changes and all merges to main by @devin-ai-integration in #2357
- ci: add rust cache to turbo test workflow by @devin-ai-integration in #2360
- ci: add turbo cache to build and test workflows by @devin-ai-integration in #2361
- feat(insights): add evaluation period selector in component drawer by @cprussin in #2362
- test: update stale threshold test to subtract one more second by @devin-ai-integration in #2363
- chore(target_chains/near): build with --locked in test by @Riateche in #2365
- Lower pyth_near build artifact retention to 90d by @morancj in #2366
- chore(pricefeed) Add story mainnet by @aditya520 in #2369
- fix(aptos) Remove Aptos examples from monorepo by @aditya520 in #2368
- (chore): Fortuna refactor by @jayantk in #2372
- fix: better error messages for big instructions by @guibescos in #2340
- chore(fortuna): make fortuna a library crate by @cctdaniel in #2373
- refactor: move wormhole attester to pythnet_sdk legacy module by @devin-ai-integration in #2353
- chore(entropy Debugger) Add Monad testnet by @aditya520 in #2382
- refactor(fortuna): Move more utilities into evm_utils by @jayantk in #2376
- feat(contract-manager) Fix update Price script by @aditya520 in #2370
- chore(pricefeed) Deploy bittensor by @aditya520 in #2326
- chore: fix some more CI stuff by @jayantk in #2383
- fix: improve arg docs pusher by @guibescos in #2378
- chore: update foundry version to v0.3.0 by @devin-ai-integration in #2384
- chore: add cargo workspaces to rust-cache action by @devin-ai-integration in #2385
- feat(insights): add publishers & price components from pythtest by @cprussin in #2386
- fix(insights): fix some bugs relating to the search dialog by @cprussin in #2387
- Chore: speed up pre-commit CI workflow by @jayantk in #2389
- chore(lazer): bump solana contract package version by @Riateche in #2391
- chore(lazer): update pyth-lazer-protocol dependency version in contract and client by @Riateche in #2392
- feat(insights): use the label "Yield" instead of "Price" for rates by @cprussin in #2390
- fix(insights): ensure crypto icons are only used for cryptos by @cprussin in #2394
- feat(insights): add message about 50% uptime for other scores by @cprussin in #2395
- feat(insights): add opengraph images & improve metadata by @cprussin in #2397
- feat(insights): add asset class to publisher's price feeds table by @cprussin in #2398
- chore(pricefeeds) Deploy hyper EVM by @aditya520 in #2400
- chore(hermes-client): upgrade eventsource by @cprussin in #2401
- fix: typos in documentation files by @maximevtush in #2367
- fix(hermes-client)!: Correct filter parameter to assetType in getPriceFeeds function by @ryunix in #2248
- feat(contract_manager): add support for near contract upgrade by @Riateche in #2393
- Add test-only constructors for easier unit testing by @reditable in #2375
- feat(price_pusher/solana): use an Address Lookup Table to reduce number of txs by @tejasbadadare in #2396
- chore(pricefeed) Deploy bittensor by @aditya520 in #2402
- feat(lazer-sdk): add conf by @keyvankhademi in #2403
New Contributors
- @Ifechukwudaniel made their first contribution in #2041
- @morancj made their first contribution in #2366
- @maximevtush made their first contribution in #2367
- @reditable made their first contribution in #2375
Full Changelog: rust-pyth-lazer-protocol-v0.5.0...rust-pyth-lazer-protocol-v0.5.1
pyth-price-pusher-v9.0.1
What's Changed
- feat(contract_manager): add support for near contract upgrade by @Riateche in #2393
- Add test-only constructors for easier unit testing by @reditable in #2375
- feat(price_pusher/solana): use an Address Lookup Table to reduce number of txs by @tejasbadadare in #2396
New Contributors
- @reditable made their first contribution in #2375
Full Changelog: pyth-js-v114...pyth-price-pusher-v9.0.1
pyth-js-v116
What's Changed
- chore(pricefeed) Deploy bittensor by @aditya520 in #2402
- feat(lazer-sdk): add conf by @keyvankhademi in #2403
Full Changelog: pyth-js-v115...pyth-js-v116
pyth-js-v115
What's Changed
- feat(contract_manager): add support for near contract upgrade by @Riateche in #2393
- Add test-only constructors for easier unit testing by @reditable in #2375
- feat(price_pusher/solana): use an Address Lookup Table to reduce number of txs by @tejasbadadare in #2396
New Contributors
- @reditable made their first contribution in #2375
Full Changelog: pyth-js-v114...pyth-js-v115
pyth-js-v114
What's Changed
- fix: typos in documentation files by @maximevtush in #2367
- fix(hermes-client)!: Correct filter parameter to assetType in getPriceFeeds function by @ryunix in #2248
New Contributors
- @maximevtush made their first contribution in #2367
Full Changelog: pyth-js-v113...pyth-js-v114
pyth-js-v113
What's Changed
- Optimize payload size for price feeds pages by @cprussin in #2332
- feat(hermes-client): allow passing fetch options by @cprussin in #2334
- fix(component-library): fix main nav tabs selectable state by @cprussin in #2336
- chore(insights): update metrics by @cprussin in #2335
- feat(insights): update overview images by @cprussin in #2337
- fix: readd missing rust toolchain to fix CI by @cprussin in #2338
- chore(price-puhser) Use Hermes Client by @aditya520 in #2312
- bump: pyth client to 2.22.1 by @guibescos in #2341
- refactor(governance/xc_admin): add more logs on relayer by @ali-bahjati in #2324
- feat(target_chains/ethereum): add arbirum stylus sdk by @Ifechukwudaniel in #2041
- feat(target_chains/near): add reproducible build by @Riateche in #2339
- feat(contract_manager): add near chains and contracts by @Riateche in #2331
- chore(target_chains/near): save wasm as artifact in CI by @Riateche in #2344
- fix: update corepack on js dockerfile by @ali-bahjati in #2342
- chore(api-reference)-add-berachain by @aditya520 in #2345
- chore: remove erroneous git modules by @Riateche in #2347
- feat:(contract-manager): add movement mainnet by @keyvankhademi in #2349
- ci: add cargo caching to pre-commit workflow by @devin-ai-integration in #2351
- ci: add docker builds for PRs that modify relevant files by @devin-ai-integration in #2352
- feat: add rust-cache to all Rust workflows by @devin-ai-integration in #2355
- Revert "feat: add rust-cache to all Rust workflows" by @jayantk in #2356
- fix: pin Rust version to 1.73.0 for Sui contracts by @devin-ai-integration in #2354
- ci: update workflow triggers to run on workflow changes and all merges to main by @devin-ai-integration in #2357
- ci: add rust cache to turbo test workflow by @devin-ai-integration in #2360
- ci: add turbo cache to build and test workflows by @devin-ai-integration in #2361
- feat(insights): add evaluation period selector in component drawer by @cprussin in #2362
- test: update stale threshold test to subtract one more second by @devin-ai-integration in #2363
- chore(target_chains/near): build with --locked in test by @Riateche in #2365
- Lower pyth_near build artifact retention to 90d by @morancj in #2366
- chore(pricefeed) Add story mainnet by @aditya520 in #2369
- fix(aptos) Remove Aptos examples from monorepo by @aditya520 in #2368
- (chore): Fortuna refactor by @jayantk in #2372
- fix: better error messages for big instructions by @guibescos in #2340
- chore(fortuna): make fortuna a library crate by @cctdaniel in #2373
- refactor: move wormhole attester to pythnet_sdk legacy module by @devin-ai-integration in #2353
- chore(entropy Debugger) Add Monad testnet by @aditya520 in #2382
- refactor(fortuna): Move more utilities into evm_utils by @jayantk in #2376
- feat(contract-manager) Fix update Price script by @aditya520 in #2370
- chore(pricefeed) Deploy bittensor by @aditya520 in #2326
- chore: fix some more CI stuff by @jayantk in #2383
- fix: improve arg docs pusher by @guibescos in #2378
- chore: update foundry version to v0.3.0 by @devin-ai-integration in #2384
- chore: add cargo workspaces to rust-cache action by @devin-ai-integration in #2385
- feat(insights): add publishers & price components from pythtest by @cprussin in #2386
- fix(insights): fix some bugs relating to the search dialog by @cprussin in #2387
- Chore: speed up pre-commit CI workflow by @jayantk in #2389
- chore(lazer): bump solana contract package version by @Riateche in #2391
- chore(lazer): update pyth-lazer-protocol dependency version in contract and client by @Riateche in #2392
- feat(insights): use the label "Yield" instead of "Price" for rates by @cprussin in #2390
- fix(insights): ensure crypto icons are only used for cryptos by @cprussin in #2394
- feat(insights): add message about 50% uptime for other scores by @cprussin in #2395
- feat(insights): add opengraph images & improve metadata by @cprussin in #2397
- feat(insights): add asset class to publisher's price feeds table by @cprussin in #2398
- chore(pricefeeds) Deploy hyper EVM by @aditya520 in #2400
- chore(hermes-client): upgrade eventsource by @cprussin in #2401
New Contributors
- @Ifechukwudaniel made their first contribution in #2041
- @morancj made their first contribution in #2366
Full Changelog: pyth-js-v112...pyth-js-v113
rust-pyth-lazer-solana-contract-v0.3.0
What's Changed
- feat(xc_admin): implement set trusted signer instruction proposal for lazer by @cctdaniel in #2253
- Lazer solana audit fixes by @Riateche in #2250
- chore(lazer): remove migration code from solana contract by @Riateche in #2257
- chore(lazer): update governance scripts to make them work by @ali-bahjati in #2261
- chore: remove node tests from solana lazer contract workflow by @cprussin in #2267
- feat: remove alignment from Ed25519SignatureOffsets struct by @keyvankhademi in #2294
- feat(pyth-lazer-solana-contract): add test for alignment issue by @keyvankhademi in #2298
- chore(lazer): bump solana contract package version by @Riateche in #2391
- chore(lazer): update pyth-lazer-protocol dependency version in contract and client by @Riateche in #2392
Full Changelog: rust-pyth-lazer-solana-contract-v0.2.0...rust-pyth-lazer-solana-contract-v0.3.0
xc-admin-v0.6.13
What's Changed
- feat(target_chains/ethereum): add arbirum stylus sdk by @Ifechukwudaniel in #2041
- feat(target_chains/near): add reproducible build by @Riateche in #2339
- feat(contract_manager): add near chains and contracts by @Riateche in #2331
- chore(target_chains/near): save wasm as artifact in CI by @Riateche in #2344
- fix: update corepack on js dockerfile by @ali-bahjati in #2342
- chore(api-reference)-add-berachain by @aditya520 in #2345
- chore: remove erroneous git modules by @Riateche in #2347
- feat:(contract-manager): add movement mainnet by @keyvankhademi in #2349
- ci: add cargo caching to pre-commit workflow by @devin-ai-integration in #2351
- ci: add docker builds for PRs that modify relevant files by @devin-ai-integration in #2352
- feat: add rust-cache to all Rust workflows by @devin-ai-integration in #2355
- Revert "feat: add rust-cache to all Rust workflows" by @jayantk in #2356
- fix: pin Rust version to 1.73.0 for Sui contracts by @devin-ai-integration in #2354
- ci: update workflow triggers to run on workflow changes and all merges to main by @devin-ai-integration in #2357
- ci: add rust cache to turbo test workflow by @devin-ai-integration in #2360
- ci: add turbo cache to build and test workflows by @devin-ai-integration in #2361
- feat(insights): add evaluation period selector in component drawer by @cprussin in #2362
- test: update stale threshold test to subtract one more second by @devin-ai-integration in #2363
- chore(target_chains/near): build with --locked in test by @Riateche in #2365
- Lower pyth_near build artifact retention to 90d by @morancj in #2366
- chore(pricefeed) Add story mainnet by @aditya520 in #2369
- fix(aptos) Remove Aptos examples from monorepo by @aditya520 in #2368
- (chore): Fortuna refactor by @jayantk in #2372
- fix: better error messages for big instructions by @guibescos in #2340
New Contributors
- @Ifechukwudaniel made their first contribution in #2041
- @morancj made their first contribution in #2366
Full Changelog: xc-admin-v0.6.12...xc-admin-v0.6.13