Skip to content

Releases: pyth-network/pyth-crosschain

Pyth Price Pusher v6.3.1

05 Mar 17:31
Compare
Choose a tag to compare
  • Catch an additional type of nonce error.

Pyth Evm Executor Contract v0.1.1

06 Mar 18:23
Compare
Choose a tag to compare

Verification

To verify the contracts, go to the network explorer for our contract. Our contract is a proxy and the actual implementation is deployed elsewhere. First start with verifying the proxy (our contract address) with the standard input JSON file. Upload the ERC1967Proxy-std-input.json file from this release artifacts and use solidity 8.9 as the compiler and click on verify. Once you verify this contract there is a "Read as Proxy" tab on the explorer which gives you the address of the implementation if it's not verified yet. Go to the implementation contract address and repeat the same verification with solidity 8.4 and ExecutorUpgradable-std-input.json release artifact.

If the explorer doesn't support standard input json they use the merged files. Use 200 for the optimizer runs option.

Pyth Evm Entropy Contract v0.1.0

06 Mar 18:22
Compare
Choose a tag to compare

Verification

To verify the contracts, go to the network explorer for our contract. Our contract is a proxy and the actual implementation is deployed elsewhere. First start with verifying the proxy (our contract address) with the standard input JSON file. Upload the ERC1967Proxy-std-input.json file from this release artifacts and use solidity 8.9 as the compiler and click on verify. Once you verify this contract there is a "Read as Proxy" tab on the explorer which gives you the address of the implementation if it's not verified yet. Go to the implementation contract address and repeat the same verification with solidity 8.4 and EntropyUpgradable-std-input.json release artifact.

If the explorer doesn't support standard input json they use the merged files. Use 200 for the optimizer runs option.

xc-admin-v0.5.5

04 Mar 07:16
2bfbfed
Compare
Choose a tag to compare

What's Changed

  • fix(governance/xc_admin): Add solana_utils to xc-admin Dockerfile by @ali-bahjati in #1337
  • feat(xc-admin): add support for setMaxLatency instruction by @cctdaniel in #1328

New Contributors

Full Changelog: hermes-v0.5.3...xc-admin-v0.5.5

hermes-v0.5.3

28 Feb 07:18
9fd9e17
Compare
Choose a tag to compare

What's Changed

Full Changelog: hermes-v0.5.2...hermes-v0.5.3

hermes-v0.5.2

16 Feb 04:02
25cf8f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: hermes-v0.5.1...hermes-v0.5.2

hermes-v0.5.1

15 Feb 08:37
e14a82c
Compare
Choose a tag to compare

What's Changed

Full Changelog: hermes-v0.5.0...hermes-v0.5.1

hermes-v0.5.0

13 Feb 09:29
5c1e83a
Compare
Choose a tag to compare

This release adds new API endpoints that are RESTful and adher to our new terminology and are easier to use. Please see hit the /docs route to see them.

What's Changed

  • add /v2/updates/price/latest endpoint by @cctdaniel in #1225
  • [hermes] add /v2/updates/price/ endpoint by @cctdaniel in #1269
  • feat(hermes): release v2 initial API by @ali-bahjati in #1293
  • fix(hermes): update build.rs to fix Docker build by @ali-bahjati in #1296

Full Changelog: hermes-v0.4.5...hermes-v0.5.0

xc-admin-v0.5.4

23 Jan 12:07
4abbbd1
Compare
Choose a tag to compare

What's Changed

  • [Solana] readme update by @guibescos in #1217
  • [fortuna] bind provider and contract address by @0xfirefist in #1218
  • [entropy] Add entropy ABIs to solidity sdk by @jayantk in #1219
  • Movement move by @m30m in #1211
  • [contract-manager] More utility scripts and docs by @m30m in #1222
  • chore(ethereum): deploy to new networks by @ali-bahjati in #1223
  • [Solana] tests by @guibescos in #1226
  • [Solana] Elevate wormhole core bridge dependency to workspace, stop using my branch by @guibescos in #1228
  • [entropy] set provider fee and uri by @0xfirefist in #1230
  • fix(target_chains/ethereum): update MockPyth to address Pyth by @ali-bahjati in #1231
  • add /v2/updates/price/latest endpoint by @cctdaniel in #1225
  • chore(ethereum): add new networks by @ali-bahjati in #1232
  • [fortuna] script to setup a provider for all chains by @0xfirefist in #1229
  • fix(ethereum): emit update event on parse* methods in MockPyth by @ali-bahjati in #1233
  • [xc-admin-relayer] Add Solana rpc override by @guibescos in #1234

Full Changelog: pyth-evm-contract-v1.4.3...xc-admin-v0.5.4

Pyth EVM Contract v1.4.3

10 Jan 09:20
d0ceb07
Compare
Choose a tag to compare

This release includes minor changes in the behaviour of parse functions. Parse functions may persist the parsed price update if it's fresher compared to the already persisted price data.