Skip to main content

Questions tagged [pyth]

The tag has no usage guidance.

0 votes
0 answers
4 views

How Pyth is able to update each feed contract every block?

How they garantee the TX successful landing? Running their own validator would increase the certainty of landing the tx? Looks like they are sending the transaction here.
pplanel's user avatar
1 vote
1 answer
16 views

Cargo complaning about unmatchable version requirements with `pyth-solana-receiver-sdk` and `serde_with` crates

I'm Elio, founder at Intrant Inferis Solana mobile RPG error: failed to select a version for the requirement `serde_with = "^2.3.3"` candidate versions found which didn't match: 1.14.0, 1.13....
devELIOper's user avatar
0 votes
0 answers
13 views

What is a Price Feed?

I have tried to research about this and have gotten a term which I understand is associated (Oracles) but I so far I have not gotten a plain definition. I understand their use I.E they are needed for ...
R. Vargas's user avatar
2 votes
1 answer
24 views

Pyth V2 migration for projects with older dependencies (pull oracles)

At the end of June 2024, Pyth push oracles will be discontinued, so all programs that currently use them must migrate to pull oracles. The drop-in replacement is to consume Price Feed Accounts. To use ...
Whiteseal's user avatar
  • 3,194