Skip to content

Releases: pyth-network/pyth-crosschain

pyth-js-v76

29 Aug 08:17
4b9fc1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: hermes-v0.5.16...pyth-js-v76

hermes-v0.5.16

22 Aug 04:29
43bf766
Compare
Choose a tag to compare

What's Changed

  • fix(apps/hermes): filter coming soon feeds from v2/price_feeds by @cctdaniel in #1818

Full Changelog: pyth-price-pusher-v8.0.0-alpha...hermes-v0.5.16

pyth-price-pusher-v8.0.0-alpha

21 Aug 11:41
5c3be6a
Compare
Choose a tag to compare
Pre-release

What's Changed

  • refactor(apps/price_pusher): Use viem instead of web3 for evm pusher by @ali-bahjati in #1829

Pyth Evm Entropy Contract v0.4.0

27 Aug 07:04
8966444
Compare
Choose a tag to compare

Release Notes

The upgrade aims to reduce the number of hashes required for each reveal by allowing the provider to advance their commitment to a a more recent sequence number that is already used.

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.

pyth-js-v74

09 Aug 04:56
a36f7ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pyth-js-v73...pyth-js-v74

pyth-js-v73

31 Jul 03:53
9a31948
Compare
Choose a tag to compare

What's Changed

  • fix(target_chains/fuel): remove test from prepublishOnly by @cctdaniel in #1808

Full Changelog: pyth-js-v72...pyth-js-v73

Pyth Price Pusher v7.1.0

30 Jul 08:48
4a2b8d4
Compare
Choose a tag to compare

The new pusher will use sui js sdk v1 for sui network.

What's Changed

Full Changelog: pyth-js-v70...pyth-price-pusher-v7.1.0

pyth-js-v72

30 Jul 10:45
46c09db
Compare
Choose a tag to compare

What's Changed

Full Changelog: pyth-js-v71...pyth-js-v72

pyth-js-v71

30 Jul 08:47
4a2b8d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: pyth-js-v70...pyth-js-v71

pyth-js-v70

26 Jul 08:53
370c8dd
Compare
Choose a tag to compare

What's Changed

  • chore(target_chains/fuel): update fuel contract address on fuel sdk by @cctdaniel in #1801

Full Changelog: pyth-fuel-contract-v0.5.0...pyth-js-v70