Releases: pyth-network/pyth-crosschain
hip-3-pusher-v0.2.11
What's Changed
- docs: add SUIUSDE/USD push feed on Sui mainnet by @pythia-assistant in #3459
- chore: biome tweak to warn on env variable usage by @benduran in #3461
- chore: remove remnant lazer/sdk/js symlinks by @devin-ai-integration[bot] in #3463
- Update Pyth Core current fees page for Q1 2026 (OP-PIP-87) by @aditya520 in #3464
- Chore(contract manager) governance proposal by @aditya520 in #3456
- Contract Manager: Start fixing lints by @matej-douro in #3466
- docs: remove Polynomial chain from contract addresses by @devin-ai-integration[bot] in #3472
- feat(developer-hub): add horizontal scrollbar to Pyth Pro Price Feed IDs table by @devin-ai-integration[bot] in #3473
- fix: bumped nuqs to fix the next.js issue(s) the proposals app has been having by @benduran in #3469
- Contract Manager: Explicitly select Sui environment, add custom Wormhole deploy script by @matej-douro in #3474
- feat(lazer-pusher): add foundation libraries by @Dewyer in #3462
- Contract Manager: Add UpdateTrustedSigner264Bit proposal checking by @matej-douro in #3475
- lazer/contracts/sui: Support recently added feed update fields by @matej-douro in #3477
- Add Sui Lazer Mainnet contract by @matej-douro in #3480
- Add audit report for Lazer Sui contract by @matej-douro in #3481
- docs(pro) Update with feedUpdateTimestamp by @aditya520 in #3478
- deploy(megaeth) Core and Pro contracts by @aditya520 in #3482
- Feat/llm txt improvements by @aditya520 in #3479
- docs: add Solana Mainnet to Pyth Pro contract addresses by @devin-ai-integration[bot] in #3484
- docs(pro): Add Sui mainnet and testnet contract addresses by @aditya520 in #3483
- docs(price-feeds): update HyperEVM explorer URL by @pythia-assistant in #3485
- docs(price-pusher): clarify Docker image versioning by @pythia-assistant in #3487
- feat(lazer-pusher): add websocket-delivery library by @Dewyer in #3467
- feat(lazer-pusher): add bulk trade pusher service by @Dewyer in #3468
- fix(developer-hub): fix update-llms-txt workflow failures by @aditya520 in #3496
- fix(xc-admin-frontend): remove use of nuqs by @cprussin in #3497
- fix(hip-3-pusher): SEDA client optimization, pusher error fix, dev dependency fix by @merolish in #3486
- feat(hip-3-pusher): Support SEDA pass-through field types by @merolish in #3460
New Contributors
Full Changelog: hip-3-pusher-v0.2.10...hip-3-pusher-v0.2.11
hip-3-pusher-v0.2.11-test1
Full Changelog: hip-3-pusher-v0.2.10...hip-3-pusher-v0.2.11-test1
hip-3-pusher-v0.2.10
What's Changed
- feat(developer-hub): add SKILL.md endpoint for AI agent integration by @nidhi-singh02 in #3444
- fix(contract_manager): remove comment in json by @tejasbadadare in #3448
- feat: add JUPUSD/USD, IFOGO/FOGO, STFOGO/FOGO push feeds by @pythia-assistant in #3424
- docs: improve formats parameter description for offchain users by @devin-ai-integration[bot] in #3449
- dev-hub: fix build by @nidhi-singh02 in #3451
- feat(developer-hub): enable js api for every YT video by @nidhi-singh02 in #3450
- feat(developer hub): Add pyth pro video by @nidhi-singh02 in #3452
- feat(lazer/contracts/evm): update payload parsing by @Riateche in #3447
- feat(dev-hub) Add Pyth Pro ID Status by @aditya520 in #3445
- feat: biome for the crosschain repo by @benduran in #3453
- feat(hip-3-pusher) Disable stop_after_attempt for websocket subscriptions for now by @merolish in #3457
Full Changelog: pyth-js-v148...hip-3-pusher-v0.2.10
pyth-js-v148
What's Changed
- Add WSTUSR/USR.RR push feed on Solana by @pythia-assistant in #3442
- feat(developer hub): add .md for markdown of docs pages by @nidhi-singh02 in #3443
New Contributors
- @pythia-assistant made their first contribution in #3442
Full Changelog: hermes-v0.10.8...pyth-js-v148
hermes-v0.10.8
What's Changed
- feat(hermes-server): add optional token to all apis and track usage by @keyvankhademi in #3404
Full Changelog: hermes-v0.10.7...hermes-v0.10.8
hip-3-pusher-v0.2.9
What's Changed
- fix(seda-listener): store none values by @tejasbadadare in #3412
Full Changelog: hip-3-pusher-v0.2.8...hip-3-pusher-v0.2.9
hip-3-pusher-v0.2.8
What's Changed
- chore(hip-3): add configuration guide, CI, tooling by @tejasbadadare in #3409
- test(hip-3): Add config validation/integration test by @tejasbadadare in #3411
Full Changelog: hip-3-pusher-v0.2.7...hip-3-pusher-v0.2.8
hip-3-pusher-v0.2.7
What's Changed
- docs: add Arc testnet to EVM contract addresses by @devin-ai-integration[bot] in #3398
- chore(developer-hub): fix the navigation for error codes page by @nidhi-singh02 in #3395
- chore: move out some of the lazer code to another repository by @Riateche in #3370
- chore(New Chain) Deploy Arc Testnet by @aditya520 in #3397
- chore(developer-hub): replace chains with formats in pyth pro by @nidhi-singh02 in #3401
- feat(pyth-app): bootstrapped app boilerplate by @benduran in #3402
- Fix(dev hub) pro playground scroll fix by @aditya520 in #3361
- chore(dev-hub) Enable Vercel Analytics by @aditya520 in #3403
- feat(hip-3-pusher): Support SEDA last price field by @merolish in #3358
Full Changelog: pyth-js-v147...hip-3-pusher-v0.2.7
fix(pyth-lazer-sdk): ensure that the websocket pool doesn't kill the node process by emitting error events instead
fix(pyth-lazer-sdk): ensure that the websocket pool doesn't kill the node process by emitting error events instead
Changes
- Added an IsomorphicEvent Emitter to the shared-lib package
- integrated this with the websocket-pool used in the lazer/sdk/js package
- ensured that events emitted on the pool bubble back up to the user-provided onWebSocketPoolError() in the initial client config
- renamed onError to onWebSocketError, while leaving the previous handler (but marked as deprecated)
- added a shutdown event on the pool so we can clean things up properly
Rationale
The WebSocketPool can be used in either the browser or on the server-side (in Node, Bun or Deno). However, when running server-side, there was an intentionally-thrown error in the dedupeHandler. This error was uncaught, which, at least in Node, causes the process to forcefully exit with a non-zero exit code and an uncaughtPromiseRejection error.
hermes-v0.10.7
What's Changed
- feat(insights hub): tweaked the layout and design to give more room to the chart and be better on mobile by @benduran in #3354
- chore(developer-hub): cross section navigation fix from Pyth Pro by @nidhi-singh02 in #3359
- chore(developer-hub): landing page pyth pro by @nidhi-singh02 in #3360
- Sui Lazer contract governance by @matej-douro in #3316
- feat(component-library, insights): added a simple datetime picker and historical fetching to the pyth feeds demo, with URL deeplinking by @benduran in #3351
- feat(dev-hub) Pyth Pro Playground by @aditya520 in #3346
- fix(insights): fixed datepicker UX and layout issues on mobile and fixed playback speed parsing by @benduran in #3363
- feat(dev-hub) LLM File to be consumed by @aditya520 in #3365
- add(price-feeds): Fogo mainnet and testnet addresses for Pyth Pro by @devin-ai-integration[bot] in #3366
- feat(dev-hub) LLM.txt update workflow by @aditya520 in #3368
- fix(lazer/solana): fix incorrect trusted signers check by @tejasbadadare in #3367
- fix(dev-hub) LLM Workflow fix by @aditya520 in #3371
- feat: upgraded all pnpm, node and next.js platform deps to the absolute latest LTS versions available on Vercel. by @benduran in #3362
- Update solana-mainnet.json by @KemarTiti in #3372
- lazer/contracts/sui: new Move.toml format, vendored wormhole, other fixes by @matej-douro in #3364
- Update fogo-mainnet.json by @KemarTiti in #3375
- fix(developer-hub): upgraded developer hub to latest fuma docs and added boilerplate descriptions to pages (which are now required) by @benduran in #3376
- feat(dev-hub) Update Market Hours by @aditya520 in #3381
- fix(insights): fixed data overlap causing the datapoints to completely drop off the chart by @benduran in #3374
- chore(hermes) Add new Asset classes by @aditya520 in #3382
- chore(developer-hub): remove blank integrate publisher guide by @nidhi-singh02 in #3383
- feat(developer-hub): add account addresses to Fogo mainnet push feeds by @devin-ai-integration[bot] in #3380
- fix(dev-hub) gh action llm strict prompt by @aditya520 in #3379
- bump-hermes by @aditya520 in #3389
Full Changelog: hip-3-pusher-v0.2.6...hermes-v0.10.7