Skip to content

Commit f510744

Browse files
committed
Mention that Oracle program is a pre-compiled binary
1 parent 55a7c3a commit f510744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project provides end-to-end tests for the [Pyth `agent`](../) binary. Each test:
44
- Starts an instance of [`solana-test-validator`](https://docs.solana.com/developing/test-validator).
5-
- Deploys the [Pyth Oracle program](https://github.com/pyth-network/pyth-client/tree/main/program).
5+
- Deploys the [Pyth Oracle program](https://github.com/pyth-network/pyth-client/tree/main/program). Note that this deploys a [pre-compiled binary](../integration-tests/oracle.so), which should be updated when the Oracle program significantly changes.
66
- Creates [Mapping; Product and Price accounts](https://docs.pyth.network/design-overview/account-structure) using the [`program-admin`](https://github.com/pyth-network/program-admin) library.
77
- Builds and runs an instance of the Pyth `agent`, configured with the accounts set up in the previous step.
88
- Uses the [JRPC Websocket API](https://docs.pyth.network/publish-data/pyth-client-websocket-api) to test publishing to and retrieving data from the network.

0 commit comments

Comments
 (0)