Releases: pyth-network/pyth-crosschain
Releases · pyth-network/pyth-crosschain
hermes-v0.8.1
What's Changed
- feat(insights): many insights hub improvements by @cprussin in #2207
- fix(fortuna): Adjust max_fee_per_gas to account for priority fee adjustments by @jayantk in #2209
Full Changelog: pyth-js-v102...hermes-v0.8.1
Fortuna v6.7.2
What's Changed
Full Changelog: pyth-js-v102...fortuna-v6.7.2
pyth-js-v102
What's Changed
- 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
- 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
- feat: add configurable priority fee multiplier by @devin-ai-integration in #2195
- chore: xc-admin-cli improvements by @guibescos in #2196
- feat: add request duration tracking for Fortuna callbacks by @devin-ai-integration in #2197
- feat: add minute buckets to request_duration_ms histogram by @devin-ai-integration in #2198
- chore(network) Add new networks by @aditya520 in #2194
- Update Readme by @jayantk in #2200
- chore: fix some typos in comment by @deterclosed in #2183
- chore(pricefeed) Add coredao testnet by @aditya520 in #2199
- fix: ignore vesting dates in the future by @guibescos in #2205
- feat(solana-receiver-js-sdk): verify & post TWAPs by @tejasbadadare in #2186
- feat(staking): add price components table by @cprussin in #2206
- feat(pyth-lazer-sdk): add ed25519 ix builder function by @keyvankhademi in #2203
New Contributors
- @0xbe1 made their first contribution in #1861
- @devin-ai-integration made their first contribution in #2185
- @deterclosed made their first contribution in #2183
Full Changelog: pyth-js-v101...pyth-js-v102
Fortuna v6.7.1
What's Changed
- feat: add minute buckets to request_duration_ms histogram by @devin-ai-integration in #2198
Full Changelog: fortuna-v6.7.0...fortuna-v6.7.1
Fortuna v6.7.0
What's Changed
- feat: add request duration tracking for Fortuna callbacks by @devin-ai-integration in #2197
Full Changelog: fortuna-v6.6.0...fortuna-v6.7.0
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).