Releases: pyth-network/pyth-crosschain
Releases · pyth-network/pyth-crosschain
Fortuna v6.6.0
What's Changed
- feat: add configurable priority fee multiplier by @devin-ai-integration in #2195
Full Changelog: xc-admin-v0.6.9...fortuna-v6.6.0
xc-admin-v0.6.9
What's Changed
- fix: minor fixes by @guibescos in #2166
- add comments and ignore bounced messages by @cctdaniel in #2151
- feat: filter for voted props by @guibescos in #2173
- feat(pyth-solana-receiver): add
post_twap_update
instruction & types by @tejasbadadare in #2172 - feat(insights): mostly finish publishers index page by @cprussin in #2167
- feat(insights): add StatCard icons and Alerts, plus code cleanup by @cprussin in #2175
- chore: improve landing rate in examples by @guibescos in #2162
- feat(solana-receiver-sdk): add
get_twap_no_older_than
to consume TwapUpdates by @tejasbadadare in #2174 - chore: add post partially verified updates example by @guibescos in #2177
- feat(lazer/contracts/evm): Add fees for verification by @darunrs in #2163
- chore(price-pusher) Add hermes beta mention by @aditya520 in #2179
- chore(networks) Add new networks by @aditya520 in #2178
- feat(lazer): add solana contract migration script, add message parsing to protocol by @Riateche in #2181
- fix(lazer): serialize Option as i64 in publisher protocol by @Riateche in #2182
- feat(solana-receiver-cli): Add
post-twap-update
cmd to CLI, update TWAP data model & validations by @tejasbadadare in #2180 - feat(insights): build header & tabs for price feed details page by @cprussin in #2189
- chore(staking): tighten up account summary bar by @cprussin in #2190
- refactor: load TON chain configuration from yaml store by @devin-ai-integration in #2185
- fix: improve hermes client example by @guibescos in #2188
- fix(proposer server) by @guibescos in #2193
New Contributors
- @devin-ai-integration made their first contribution in #2185
Full Changelog: xc-admin-v0.6.8...xc-admin-v0.6.9
xc-admin-v0.6.8
What's Changed
- fix(pyth-lazer): cargo lock by @keyvankhademi in #2134
- feat: add mantis mainnet deployment info by @cctdaniel in #2135
- feat(lazer/contracts/evm): add deterministic deployment script by @ali-bahjati in #2137
- chore(target_chains/ethereum): add new networks by @ali-bahjati in #2138
- feat(target_chains/ton): add target address and custom payload support by @cctdaniel in #2136
- feat(price_pusher): add price_pusher for ton by @cctdaniel in #2127
- feat(contract_manager): add ton upgrade script by @cctdaniel in #2139
- chore: add stylelint for linting sass by @cprussin in #2142
- chore(target_chains/ethereum): add a new network by @ali-bahjati in #2141
- fix(component-library): fix focus colors by @cprussin in #2143
- fix(component-library): fix stylelint failure by @cprussin in #2145
- fix(lazer): fix package build by @cprussin in #2144
- feat(hermes): create latest TWAP endpoint by @tejasbadadare in #2131
- feat(contract_manager): add upgrade script to contract_manager by @cctdaniel in #2147
- fix(governance/xc_admin): init publishers for price store only when n… by @ali-bahjati in #2149
- chore(staking): update tos by @cprussin in #2150
- chore(networks)-add-new-networks by @aditya520 in #2153
- feat(insights): finish price feeds index by @cprussin in #2154
- chore(target_chains/aptos): add bardock network by @ali-bahjati in #2156
- fix: use finalized commitment for blocktime by @guibescos in #2157
- feat: make Woo's publisher identity public by @cprussin in #2159
- (feat) add get_price view functions to aptos contract by @0xbe1 in #1861
- refactor(contract_manager): add docs to ton upgrade + use parseUrl by @ali-bahjati in #2160
- chore(contract_manager): add another deployment by @ali-bahjati in #2161
- chore(pricefee&entropy) Deploy Sonic Mainnet by @aditya520 in #2164
- [TWAP] Update Hermes binary response format, add TwapMessage parsing to price-service-sdk by @tejasbadadare in #2158
- feat(lazer): add fees to solana contract by @Riateche in #2146
- chore(staking): use a separate rpc URL for api routes by @cprussin in #2168
- fix: use higher commitment for blockhash to remove 'Minimum context slot has not been reached' errors by @guibescos in #2170
New Contributors
Full Changelog: rust-pyth-lazer-protocol-v0.1.1...xc-admin-v0.6.8
rust-pyth-lazer-protocol-v0.1.1
pyth-js-v97
Publish @pythnetwork/pyth-lazer-sdk 0.1.0
(first release).
pyth-price-pusher-v8.3.0
feat: dynamic jito tips 2 (#2117) * add dynamic jito tips * uncomment * go * using jito tip * go * bump * cap it * go * go * test * disable health check * go * increase to 50 pct, take max * add to sample
pyth-price-pusher-v8.2.0
This release introduces dynamic jito fees for the Solana pusher
pyth-js-v94
What's Changed
- feat(ton): update ton testnet addr by @cctdaniel in #2110
- fix(hermes-client): fix hermes-client prepublish script by @cctdaniel in #2115
Full Changelog: pyth-price-pusher-v8.2.0...pyth-js-v94
Hermes v0.7.2
This release contains a bug fix for the price_feeds
endpoint of Hermes to support redemption rates asset type.
What's Changed
- fix(apps/hermes/server): add crypto redemption rate asset type by @ali-bahjati in #2112
Full Changelog: pythnet-sdk-v2.3.1...hermes-v0.7.2
pythnet-sdk-v2.3.1
fix: anchor idl gen (#2108) * Fix compatibility with Anchor's idl-build * bump * cargo lock * format --------- Co-authored-by: Olivier Eblé <[email protected]>