Mirroring https://github.com/pyth-network/pyth-crosschain
|
|
2 jaren geleden | |
|---|---|---|
| .github | 22c1fedd3d [price-pusher] add workflow to push docker image (#667) | 2 jaren geleden |
| governance | 1771a8a98a [eth] Add new testnets (#669) | 2 jaren geleden |
| price_pusher | 41436faa50 fix dependencies | 2 jaren geleden |
| price_service | b9430aee81 [sdk] Add new SDK packages to lerna (#630) | 2 jaren geleden |
| scripts | 0df243ba9e [eth] Add benchmark tests (#368) | 3 jaren geleden |
| target_chains | 673cdfce9f hmm | 2 jaren geleden |
| third_party | bbc140f2e4 [wormhole-attester] Increase accuracy and improve logging (#653) | 2 jaren geleden |
| tilt_devnet | c0b801ef15 [doc] README updates (#637) | 2 jaren geleden |
| tilt_modules | d6e25d9209 Add pre-commit globally (#393) | 3 jaren geleden |
| wormhole_attester | bbc140f2e4 [wormhole-attester] Increase accuracy and improve logging (#653) | 2 jaren geleden |
| .dockerignore | 78cd4ee437 pyth2wormhole: build + deploy program into local devnet | 4 jaren geleden |
| .gitignore | bbe10ba553 [sdk] Move JS sdks into this repo (#611) | 2 jaren geleden |
| .pre-commit-config.yaml | 70fd0a6c15 [wormhole-attester] Move p2w-sdk inside wormhole_attester directory (#534) | 2 jaren geleden |
| LICENSE | fedb92e446 Remove unused components/projects (#481) | 2 jaren geleden |
| README.md | b9cb10fe65 add lerna to readme (#642) | 2 jaren geleden |
| SECURITY.md | eecebe86cc updatinbg SECURITY.md (#628) | 2 jaren geleden |
| Tiltfile | bbc140f2e4 [wormhole-attester] Increase accuracy and improve logging (#653) | 2 jaren geleden |
| lerna.json | 4c5d0d5e1b [refactor] Add global lerna (#546) | 2 jaren geleden |
| package-lock.json | 146c8a07ba basic proxy server | 2 jaren geleden |
| package.json | df0870a2bc adding proxy server | 2 jaren geleden |
| rustfmt.toml | becc216853 Abehjati/repo-improvement (#395) | 3 jaren geleden |
| tsconfig.base.json | 481c61bc2c [refactor] Improve typescript codebase (#553) | 2 jaren geleden |
This repository acts as a monorepo for the various components that make up Pyth Crosschain.
Within this monorepo you will find the following subprojects:
wormhole_attester
The main Pyth implementation currently exists as an on-chain contract on Pythnet, a separate instance of the Solana blockchain. In order to expose these prices cross-chain, the Wormhole Attester contract acts as a sender for Pyth prices. At regular intervals the Pyth contract will observe the current Pyth price for selected products, and produce an attestation which is then relayed over Wormhole to be consumed by the various receiver contracts.
target_chains
This directory contains on-chain contracts and SDKs for all of the various blockchain runtimes that Pyth supports. Each subdirectory corresponds to a blockchain runtime. Inside each subdirectory, there are subfolders for contracts, SDKs, and examples.
price_service
The Price Service is an off-chain service which constantly observes the Wormhole network watching for price attestations emitted from the Pyth contract. It exposes all observed attestations via a public API over HTTPS/WSS which can be consumed by client-side applications that wish to use Pyth pricing data.
The client subdirectory provides an SDK for interacting with the price service.
However, most users will interact with the price service via a chain-specific SDK
For a guide on utilising this service in your project, see the chain-specific SDK
and examples for your blockchain runtime in the target_chains directory.
We use Semantic Versioning for our releases.
pre-commit is a tool that checks and fixes simple issues (formatting, ...) before each commit. You can install it by following their website. In order to enable checks for this repo run pre-commit install from command-line in the root of this repo.
The checks are also performed in the CI to ensure the code follows consistent formatting.
Integration tests run in Tilt (via the tilt ci command). The Tilt CI workflow requires approval from a member of the Pyth team. If you are a member, click on "Details" next to the "Workflow / ci-pyth-crosschain" check in a pull request, and then on the "Resume" button on the workflow page.
All of the typescript / javascript packages in this repository are part of a lerna monorepo.
This setup allows each package to reference the current version of the others.
You can install dependencies using npm ci from the repository root.
You can build all of the packages using npx lerna run build and test with npx lerna run test.
Lerna has some common failure modes that you may encounter:
npm ci fails with a typescript compilation error about a missing package.
This error likely means that the failing package has a prepare entry compiling the typescript in its package.json.
Fix this error by moving that logic to the prepublishOnly entry.node_modules/, lib/ and tsconfig.tsbuildinfo from each package's subdirectory. then try again.⚠ This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Or plainly spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime. Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy.