Skip to content

Releases: pyth-network/pyth-crosschain

Pyth JS SDKs

10 Apr 13:57
ee455f1
Compare
Choose a tag to compare

What's Changed

  • [solidity sdk] Add zerolend AggregatorV3 adapter to SDK by @jayantk in #1437

Full Changelog: pyth-js-v44...pyth-js-v45

Pyth JS SDKs

09 Apr 13:02
62d189e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: xc-admin-v0.5.8...pyth-js-v44

xc-admin-v0.5.8

18 Mar 19:01
ab7560a
Compare
Choose a tag to compare

What's Changed

  • feat(governance/xc_admin): add initial support for solana receiver by @ali-bahjati in #1365

Full Changelog: xc-admin-v0.5.7...xc-admin-v0.5.8

xc-admin-v0.5.7

12 Mar 15:32
eec10a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: xc-admin-v0.5.6...xc-admin-v0.5.7

xc-admin-v0.5.6

11 Mar 08:16
a27eb9a
Compare
Choose a tag to compare

What's Changed

  • feat(xc-admin): add priority fees support to xc-admin by @cctdaniel in #1344

Full Changelog: pyth-evm-entropy-contract-v0.1.0...xc-admin-v0.5.6

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