| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466 |
- import { Blockchain, SandboxContract, TreasuryContract } from "@ton/sandbox";
- import { Cell, CommonMessageInfoInternal, Message, toNano } from "@ton/core";
- import "@ton/test-utils";
- import { compile } from "@ton/blueprint";
- import { HexString, Price } from "@pythnetwork/price-service-sdk";
- import { PythTest, PythTestConfig } from "../wrappers/PythTest";
- import {
- BTC_PRICE_FEED_ID,
- HERMES_BTC_ETH_UPDATE,
- PYTH_SET_DATA_SOURCES,
- PYTH_SET_FEE,
- TEST_GUARDIAN_ADDRESS1,
- PYTH_AUTHORIZE_GOVERNANCE_DATA_SOURCE_TRANSFER,
- PYTH_REQUEST_GOVERNANCE_DATA_SOURCE_TRANSFER,
- TEST_GUARDIAN_ADDRESS2,
- ETH_PRICE_FEED_ID,
- HERMES_BTC_PRICE,
- HERMES_ETH_PRICE,
- HERMES_ETH_PUBLISH_TIME,
- HERMES_BTC_PUBLISH_TIME,
- HERMES_BTC_CONF,
- HERMES_BTC_EXPO,
- HERMES_BTC_EMA_CONF,
- HERMES_BTC_EMA_EXPO,
- HERMES_BTC_EMA_PRICE,
- HERMES_BTC_EMA_PUBLISH_TIME,
- HERMES_ETH_CONF,
- HERMES_ETH_EMA_CONF,
- HERMES_ETH_EMA_EXPO,
- HERMES_ETH_EMA_PRICE,
- HERMES_ETH_EMA_PUBLISH_TIME,
- HERMES_ETH_EXPO,
- HERMES_BTC_ETH_UNIQUE_UPDATE,
- HERMES_ETH_UNIQUE_EMA_PRICE,
- HERMES_BTC_UNIQUE_CONF,
- HERMES_BTC_UNIQUE_EMA_CONF,
- HERMES_BTC_UNIQUE_EMA_EXPO,
- HERMES_BTC_UNIQUE_EMA_PRICE,
- HERMES_BTC_UNIQUE_EMA_PUBLISH_TIME,
- HERMES_BTC_UNIQUE_EXPO,
- HERMES_BTC_UNIQUE_PRICE,
- HERMES_BTC_UNIQUE_PUBLISH_TIME,
- HERMES_ETH_UNIQUE_CONF,
- HERMES_ETH_UNIQUE_EMA_CONF,
- HERMES_ETH_UNIQUE_EMA_EXPO,
- HERMES_ETH_UNIQUE_EMA_PUBLISH_TIME,
- HERMES_ETH_UNIQUE_EXPO,
- HERMES_ETH_UNIQUE_PRICE,
- HERMES_ETH_UNIQUE_PUBLISH_TIME,
- } from "./utils/pyth";
- import { GUARDIAN_SET_0, MAINNET_UPGRADE_VAAS } from "./utils/wormhole";
- import { DataSource } from "@pythnetwork/xc-admin-common";
- import { createAuthorizeUpgradePayload } from "./utils";
- import {
- UniversalAddress,
- createVAA,
- serialize,
- } from "@wormhole-foundation/sdk-definitions";
- import { mocks } from "@wormhole-foundation/sdk-definitions/testing";
- import { calculateUpdatePriceFeedsFee } from "@pythnetwork/pyth-ton-js";
- const TIME_PERIOD = 60;
- const PRICE = new Price({
- price: "1",
- conf: "2",
- expo: 3,
- publishTime: 4,
- });
- const EMA_PRICE = new Price({
- price: "5",
- conf: "6",
- expo: 7,
- publishTime: 8,
- });
- const SINGLE_UPDATE_FEE = 1;
- const DATA_SOURCES: DataSource[] = [
- {
- emitterChain: 26,
- emitterAddress:
- "e101faedac5851e32b9b23b5f9411a8c2bac4aae3ed4dd7b811dd1a72ea4aa71",
- },
- ];
- const TEST_GOVERNANCE_DATA_SOURCES: DataSource[] = [
- {
- emitterChain: 1,
- emitterAddress:
- "0000000000000000000000000000000000000000000000000000000000000029",
- },
- {
- emitterChain: 2,
- emitterAddress:
- "000000000000000000000000000000000000000000000000000000000000002b",
- },
- {
- emitterChain: 1,
- emitterAddress:
- "0000000000000000000000000000000000000000000000000000000000000000",
- },
- ];
- describe("PythTest", () => {
- let code: Cell;
- beforeAll(async () => {
- code = await compile("PythTest");
- });
- let blockchain: Blockchain;
- let deployer: SandboxContract<TreasuryContract>;
- let pythTest: SandboxContract<PythTest>;
- beforeEach(async () => {
- blockchain = await Blockchain.create();
- deployer = await blockchain.treasury("deployer");
- });
- async function deployContract(
- priceFeedId: HexString = BTC_PRICE_FEED_ID,
- price: Price = PRICE,
- emaPrice: Price = EMA_PRICE,
- singleUpdateFee: number = SINGLE_UPDATE_FEE,
- dataSources: DataSource[] = DATA_SOURCES,
- guardianSetIndex: number = 0,
- guardianSet: string[] = GUARDIAN_SET_0,
- chainId: number = 1,
- governanceChainId: number = 1,
- governanceContract: string = "0000000000000000000000000000000000000000000000000000000000000004",
- governanceDataSource?: DataSource
- ) {
- const config: PythTestConfig = {
- priceFeedId,
- price,
- emaPrice,
- singleUpdateFee,
- dataSources,
- guardianSetIndex,
- guardianSet,
- chainId,
- governanceChainId,
- governanceContract,
- governanceDataSource,
- };
- pythTest = blockchain.openContract(PythTest.createFromConfig(config, code));
- const deployResult = await pythTest.sendDeploy(
- deployer.getSender(),
- toNano("0.05")
- );
- expect(deployResult.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- deploy: true,
- success: true,
- });
- }
- async function updateGuardianSets(
- pythTest: SandboxContract<PythTest>,
- deployer: SandboxContract<TreasuryContract>
- ) {
- for (const vaa of MAINNET_UPGRADE_VAAS) {
- const result = await pythTest.sendUpdateGuardianSet(
- deployer.getSender(),
- Buffer.from(vaa, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- }
- }
- it("should correctly get price unsafe", async () => {
- await deployContract();
- const result = await pythTest.getPriceUnsafe(BTC_PRICE_FEED_ID);
- expect(result.price).toBe(1);
- expect(result.conf).toBe(2);
- expect(result.expo).toBe(3);
- expect(result.publishTime).toBe(4);
- });
- it("should correctly get price no older than", async () => {
- const timeNow = Math.floor(Date.now() / 1000) - TIME_PERIOD + 5; // 5 seconds buffer
- const price = new Price({
- price: "1",
- conf: "2",
- expo: 3,
- publishTime: timeNow,
- });
- await deployContract(BTC_PRICE_FEED_ID, price, EMA_PRICE);
- const result = await pythTest.getPriceNoOlderThan(
- TIME_PERIOD,
- BTC_PRICE_FEED_ID
- );
- expect(result.price).toBe(1);
- expect(result.conf).toBe(2);
- expect(result.expo).toBe(3);
- expect(result.publishTime).toBe(timeNow);
- });
- it("should fail to get price no older than", async () => {
- await deployContract();
- await expect(
- pythTest.getPriceNoOlderThan(TIME_PERIOD, BTC_PRICE_FEED_ID)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2001"); // ERROR_OUTDATED_PRICE = 2001
- });
- it("should correctly get ema price no older than", async () => {
- const timeNow = Math.floor(Date.now() / 1000) - TIME_PERIOD + 5; // 5 seconds buffer
- const emaPrice = new Price({
- price: "5",
- conf: "6",
- expo: 7,
- publishTime: timeNow,
- });
- await deployContract(BTC_PRICE_FEED_ID, PRICE, emaPrice);
- const result = await pythTest.getEmaPriceNoOlderThan(
- TIME_PERIOD,
- BTC_PRICE_FEED_ID
- );
- expect(result.price).toBe(5);
- expect(result.conf).toBe(6);
- expect(result.expo).toBe(7);
- expect(result.publishTime).toBe(timeNow);
- });
- it("should fail to get ema price no older than", async () => {
- await deployContract();
- await expect(
- pythTest.getEmaPriceNoOlderThan(TIME_PERIOD, BTC_PRICE_FEED_ID)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2001"); // ERROR_OUTDATED_PRICE = 2001
- });
- it("should correctly get ema price unsafe", async () => {
- await deployContract();
- const result = await pythTest.getEmaPriceUnsafe(BTC_PRICE_FEED_ID);
- expect(result.price).toBe(5);
- expect(result.conf).toBe(6);
- expect(result.expo).toBe(7);
- expect(result.publishTime).toBe(8);
- });
- it("should correctly get update fee", async () => {
- await deployContract();
- const result = await pythTest.getUpdateFee(
- Buffer.from(HERMES_BTC_ETH_UPDATE, "hex")
- );
- expect(result).toBe(2);
- });
- it("should correctly update price feeds", async () => {
- await deployContract();
- let result;
- await updateGuardianSets(pythTest, deployer);
- // Check initial prices
- const initialBtcPrice = await pythTest.getPriceUnsafe(BTC_PRICE_FEED_ID);
- expect(initialBtcPrice.price).not.toBe(HERMES_BTC_PRICE);
- // Expect an error for ETH price feed as it doesn't exist initially
- await expect(pythTest.getPriceUnsafe(ETH_PRICE_FEED_ID)).rejects.toThrow(
- "Unable to execute get method. Got exit_code: 2000"
- ); // ERROR_PRICE_FEED_NOT_FOUND = 2000
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- const updateFee = await pythTest.getUpdateFee(updateData);
- result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- updateData,
- toNano(updateFee)
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Check if both BTC and ETH prices have been updated
- const updatedBtcPrice = await pythTest.getPriceUnsafe(BTC_PRICE_FEED_ID);
- expect(updatedBtcPrice.price).toBe(HERMES_BTC_PRICE);
- expect(updatedBtcPrice.publishTime).toBe(HERMES_BTC_PUBLISH_TIME);
- const updatedEthPrice = await pythTest.getPriceUnsafe(ETH_PRICE_FEED_ID);
- expect(updatedEthPrice.price).toBe(HERMES_ETH_PRICE);
- expect(updatedEthPrice.publishTime).toBe(HERMES_ETH_PUBLISH_TIME);
- });
- it("should fail to get update fee with invalid data", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const invalidUpdateData = Buffer.from("invalid data");
- await expect(pythTest.getUpdateFee(invalidUpdateData)).rejects.toThrow(
- "Unable to execute get method. Got exit_code: 2002"
- ); // ERROR_INVALID_MAGIC = 2002
- });
- it("should fail to update price feeds with invalid data", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const invalidUpdateData = Buffer.from("invalid data");
- // Use a fixed value for updateFee since we can't get it from getUpdateFee
- const updateFee = toNano("0.1"); // Use a reasonable amount
- const result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- invalidUpdateData,
- updateFee
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2002, // ERROR_INVALID_MAGIC
- });
- });
- it("should fail to update price feeds with outdated guardian set", async () => {
- await deployContract();
- // Don't update guardian sets
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- const updateFee = await pythTest.getUpdateFee(updateData);
- const result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- updateData,
- toNano(updateFee)
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 1002, // ERROR_GUARDIAN_SET_NOT_FOUND
- });
- });
- it("should fail to update price feeds with invalid data source", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- [] // Empty data sources
- );
- await updateGuardianSets(pythTest, deployer);
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- const updateFee = await pythTest.getUpdateFee(updateData);
- const result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- updateData,
- toNano(updateFee)
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2005, // ERROR_UPDATE_DATA_SOURCE_NOT_FOUND
- });
- });
- it("should correctly handle stale prices", async () => {
- const staleTime = Math.floor(Date.now() / 1000) - TIME_PERIOD - 10; // 10 seconds past the allowed period
- const stalePrice = new Price({
- price: "1",
- conf: "2",
- expo: 3,
- publishTime: staleTime,
- });
- await deployContract(BTC_PRICE_FEED_ID, stalePrice, EMA_PRICE);
- await expect(
- pythTest.getPriceNoOlderThan(TIME_PERIOD, BTC_PRICE_FEED_ID)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2001"); // ERROR_OUTDATED_PRICE = 2001
- });
- it("should fail to update price feeds with insufficient gas", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- let result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- updateData,
- calculateUpdatePriceFeedsFee(1n) // Send enough gas for 1 update instead of 2
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 3000, // ERROR_INSUFFICIENT_GAS
- });
- });
- it("should fail to update price feeds with insufficient fee", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- const updateFee = await pythTest.getUpdateFee(updateData);
- // Send less than the required fee
- const insufficientFee = updateFee - 1;
- const result = await pythTest.sendUpdatePriceFeeds(
- deployer.getSender(),
- updateData,
- calculateUpdatePriceFeedsFee(2n) + BigInt(insufficientFee)
- );
- // Check that the transaction did not succeed
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2011, // ERROR_INSUFFICIENT_FEE = 2011
- });
- });
- it("should fail to get prices for non-existent price feed", async () => {
- await deployContract();
- const nonExistentPriceFeedId =
- "0000000000000000000000000000000000000000000000000000000000000000";
- await expect(
- pythTest.getPriceUnsafe(nonExistentPriceFeedId)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2000"); // ERROR_PRICE_FEED_NOT_FOUND = 2000
- await expect(
- pythTest.getPriceNoOlderThan(TIME_PERIOD, nonExistentPriceFeedId)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2000"); // ERROR_PRICE_FEED_NOT_FOUND
- await expect(
- pythTest.getEmaPriceUnsafe(nonExistentPriceFeedId)
- ).rejects.toThrow("Unable to execute get method. Got exit_code: 2000"); // ERROR_PRICE_FEED_NOT_FOUND
- });
- it("should correctly get chain ID", async () => {
- await deployContract();
- const result = await pythTest.getChainId();
- expect(result).toEqual(1);
- });
- it("should correctly get last executed governance sequence", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Check initial value
- let result = await pythTest.getLastExecutedGovernanceSequence();
- expect(result).toEqual(0);
- // Execute a governance action (e.g., set fee)
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- // Check that the sequence has increased
- result = await pythTest.getLastExecutedGovernanceSequence();
- expect(result).toEqual(1);
- });
- it("should correctly get governance data source index", async () => {
- // Deploy contract with initial governance data source
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Check initial value
- let result = await pythTest.getGovernanceDataSourceIndex();
- expect(result).toEqual(0);
- // Execute governance action to change data source
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_AUTHORIZE_GOVERNANCE_DATA_SOURCE_TRANSFER, "hex")
- );
- // Check that the index has increased
- result = await pythTest.getGovernanceDataSourceIndex();
- expect(result).toEqual(1);
- });
- it("should correctly get governance data source", async () => {
- // Deploy contract without initial governance data source
- await deployContract();
- // Check initial value (should be empty)
- let result = await pythTest.getGovernanceDataSource();
- expect(result).toEqual(null);
- // Deploy contract with initial governance data source
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Check that the governance data source is set
- result = await pythTest.getGovernanceDataSource();
- expect(result).toEqual(TEST_GOVERNANCE_DATA_SOURCES[0]);
- // Execute governance action to change data source
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_AUTHORIZE_GOVERNANCE_DATA_SOURCE_TRANSFER, "hex")
- );
- // Check that the data source has changed
- result = await pythTest.getGovernanceDataSource();
- expect(result).toEqual(TEST_GOVERNANCE_DATA_SOURCES[1]);
- });
- it("should correctly get single update fee", async () => {
- await deployContract();
- // Get the initial fee
- const result = await pythTest.getSingleUpdateFee();
- expect(result).toBe(SINGLE_UPDATE_FEE);
- });
- it("should execute set data sources governance instruction", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051, // CHAIN_ID of starknet since we are using the test payload for starknet
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Execute the governance action
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_DATA_SOURCES, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Verify that the new data sources are set correctly
- const newDataSources: DataSource[] = [
- {
- emitterChain: 1,
- emitterAddress:
- "6bb14509a612f01fbbc4cffeebd4bbfb492a86df717ebe92eb6df432a3f00a25",
- },
- {
- emitterChain: 3,
- emitterAddress:
- "000000000000000000000000000000000000000000000000000000000000012d",
- },
- ];
- for (const dataSource of newDataSources) {
- const isValid = await pythTest.getIsValidDataSource(dataSource);
- expect(isValid).toBe(true);
- }
- // Verify that the old data source is no longer valid
- const oldDataSource = DATA_SOURCES[0];
- const oldDataSourceIsValid = await pythTest.getIsValidDataSource(
- oldDataSource
- );
- expect(oldDataSourceIsValid).toBe(false);
- });
- it("should execute set fee governance instruction", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051, // CHAIN_ID of starknet since we are using the test payload for starknet
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Get the initial fee
- const initialFee = await pythTest.getSingleUpdateFee();
- expect(initialFee).toBe(SINGLE_UPDATE_FEE);
- // Execute the governance action
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Get the new fee
- const newFee = await pythTest.getSingleUpdateFee();
- expect(newFee).toBe(4200); // The new fee value is 4200 in the PYTH_SET_FEE payload
- // Verify that the new fee is used for updates
- const updateData = Buffer.from(HERMES_BTC_ETH_UPDATE, "hex");
- const updateFee = await pythTest.getUpdateFee(updateData);
- expect(updateFee).toBe(8400); // There are two price updates in HERMES_BTC_ETH_UPDATE
- });
- it("should execute authorize governance data source transfer", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051, // CHAIN_ID of starknet since we are using the test payload for starknet
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Get the initial governance data source index
- const initialIndex = await pythTest.getGovernanceDataSourceIndex();
- expect(initialIndex).toEqual(0); // Initial value should be 0
- // Get the initial governance data source
- const initialDataSource = await pythTest.getGovernanceDataSource();
- expect(initialDataSource).toEqual(TEST_GOVERNANCE_DATA_SOURCES[0]);
- // Get the initial last executed governance sequence
- const initialSequence = await pythTest.getLastExecutedGovernanceSequence();
- expect(initialSequence).toEqual(0); // Initial value should be 0
- // Execute the governance action
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_AUTHORIZE_GOVERNANCE_DATA_SOURCE_TRANSFER, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Get the new governance data source index
- const newIndex = await pythTest.getGovernanceDataSourceIndex();
- expect(newIndex).toEqual(1); // The new index value should match the one in the test payload
- // Get the new governance data source
- const newDataSource = await pythTest.getGovernanceDataSource();
- expect(newDataSource).not.toEqual(initialDataSource); // The data source should have changed
- expect(newDataSource).toEqual(TEST_GOVERNANCE_DATA_SOURCES[1]); // The data source should have changed
- // Get the new last executed governance sequence
- const newSequence = await pythTest.getLastExecutedGovernanceSequence();
- expect(newSequence).toBeGreaterThan(initialSequence); // The sequence should have increased
- expect(newSequence).toBe(1);
- });
- it("should fail when executing request governance data source transfer directly", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051, // CHAIN_ID of starknet since we are using the test payload for starknet
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[1]
- );
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_REQUEST_GOVERNANCE_DATA_SOURCE_TRANSFER, "hex")
- );
- // Check that the transaction did not succeed
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 1012, // ERROR_INVALID_GOVERNANCE_ACTION
- });
- // Verify that the governance data source index hasn't changed
- const index = await pythTest.getGovernanceDataSourceIndex();
- expect(index).toEqual(0); // Should still be the initial value
- // Verify that the governance data source hasn't changed
- const dataSource = await pythTest.getGovernanceDataSource();
- expect(dataSource).toEqual(TEST_GOVERNANCE_DATA_SOURCES[1]); // Should still be the initial value
- });
- it("should fail to execute governance action with invalid governance data source", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[1]
- );
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2013, // ERROR_INVALID_GOVERNANCE_DATA_SOURCE
- });
- });
- it("should fail to execute governance action with old sequence number", async () => {
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- 60051,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- // Execute a governance action to increase the sequence number
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- // Try to execute the same governance action again
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2014, // ERROR_OLD_GOVERNANCE_MESSAGE
- });
- });
- it("should fail to execute governance action with invalid chain ID", async () => {
- const invalidChainId = 999;
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS1],
- invalidChainId,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000004",
- TEST_GOVERNANCE_DATA_SOURCES[0]
- );
- const result = await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(PYTH_SET_FEE, "hex")
- );
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2015, // ERROR_INVALID_GOVERNANCE_TARGET
- });
- });
- it("should successfully upgrade the contract", async () => {
- // Compile the upgraded contract
- const upgradedCode = await compile("PythTestUpgraded");
- const upgradedCodeHash = upgradedCode.hash();
- // Create the authorize upgrade payload
- const authorizeUpgradePayload =
- createAuthorizeUpgradePayload(upgradedCodeHash);
- const authorizeUpgradeVaa = createVAA("Uint8Array", {
- guardianSet: 0,
- timestamp: 0,
- nonce: 0,
- emitterChain: "Solana",
- emitterAddress: new UniversalAddress(new Uint8Array(32)),
- sequence: 1n,
- consistencyLevel: 0,
- signatures: [],
- payload: authorizeUpgradePayload,
- });
- const guardianSet = mocks.devnetGuardianSet();
- guardianSet.setSignatures(authorizeUpgradeVaa);
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS2],
- 1,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000000",
- TEST_GOVERNANCE_DATA_SOURCES[2]
- );
- // Execute the upgrade
- const sendExecuteGovernanceActionResult =
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(serialize(authorizeUpgradeVaa))
- );
- expect(sendExecuteGovernanceActionResult.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Execute the upgrade
- const sendUpgradeContractResult = await pythTest.sendUpgradeContract(
- deployer.getSender(),
- upgradedCode
- );
- expect(sendUpgradeContractResult.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Verify that the contract has been upgraded by calling a new method
- const newMethodResult = await pythTest.getNewFunction();
- expect(newMethodResult).toBe(1);
- });
- it("should fail to upgrade the contract with modified code", async () => {
- // Compile the upgraded contract
- const upgradedCode = await compile("PythTestUpgraded");
- const upgradedCodeHash = upgradedCode.hash();
- // Create the authorize upgrade payload
- const authorizeUpgradePayload =
- createAuthorizeUpgradePayload(upgradedCodeHash);
- const authorizeUpgradeVaa = createVAA("Uint8Array", {
- guardianSet: 0,
- timestamp: 0,
- nonce: 0,
- emitterChain: "Solana",
- emitterAddress: new UniversalAddress(new Uint8Array(32)),
- sequence: 1n,
- consistencyLevel: 0,
- signatures: [],
- payload: authorizeUpgradePayload,
- });
- const guardianSet = mocks.devnetGuardianSet();
- guardianSet.setSignatures(authorizeUpgradeVaa);
- await deployContract(
- BTC_PRICE_FEED_ID,
- PRICE,
- EMA_PRICE,
- SINGLE_UPDATE_FEE,
- DATA_SOURCES,
- 0,
- [TEST_GUARDIAN_ADDRESS2],
- 1,
- 1,
- "0000000000000000000000000000000000000000000000000000000000000000",
- TEST_GOVERNANCE_DATA_SOURCES[2]
- );
- // Execute the upgrade authorization
- const sendExecuteGovernanceActionResult =
- await pythTest.sendExecuteGovernanceAction(
- deployer.getSender(),
- Buffer.from(serialize(authorizeUpgradeVaa))
- );
- expect(sendExecuteGovernanceActionResult.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- });
- // Attempt to execute the upgrade with a different code
- const wormholeTestCode = await compile("WormholeTest");
- const sendUpgradeContractResult = await pythTest.sendUpgradeContract(
- deployer.getSender(),
- wormholeTestCode
- );
- // Expect the transaction to fail
- expect(sendUpgradeContractResult.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2018, // ERROR_INVALID_CODE_HASH
- });
- // Verify that the contract has not been upgraded by attempting to call the new method
- await expect(pythTest.getNewFunction()).rejects.toThrow();
- });
- it("should successfully parse price feed updates", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParsePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UPDATE, "hex"),
- sentValue,
- [BTC_PRICE_FEED_ID, ETH_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- HERMES_BTC_PUBLISH_TIME
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- outMessagesCount: 1,
- });
- // Get the output message
- const outMessage = result.transactions[1].outMessages.values()[0];
- // Verify excess value is returned
- expect(
- (outMessage.info as CommonMessageInfoInternal).value.coins
- ).toBeGreaterThan(0);
- const cs = outMessage.body.beginParse();
- // Verify message header
- const op = cs.loadUint(32);
- expect(op).toBe(5); // OP_PARSE_PRICE_FEED_UPDATES
- // Verify number of price feeds
- const numPriceFeeds = cs.loadUint(8);
- expect(numPriceFeeds).toBe(2); // We expect BTC and ETH price feeds
- // Load and verify price feeds
- const priceFeedsCell = cs.loadRef();
- let currentCell = priceFeedsCell;
- // First price feed (BTC)
- const btcCs = currentCell.beginParse();
- const btcPriceId =
- "0x" + btcCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(btcPriceId).toBe(BTC_PRICE_FEED_ID);
- const btcPriceFeedCell = btcCs.loadRef();
- const btcPriceFeedSlice = btcPriceFeedCell.beginParse();
- // Verify BTC current price
- const btcCurrentPriceCell = btcPriceFeedSlice.loadRef();
- const btcCurrentPrice = btcCurrentPriceCell.beginParse();
- expect(btcCurrentPrice.loadInt(64)).toBe(HERMES_BTC_PRICE);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_CONF);
- expect(btcCurrentPrice.loadInt(32)).toBe(HERMES_BTC_EXPO);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_PUBLISH_TIME);
- // Verify BTC EMA price
- const btcEmaPriceCell = btcPriceFeedSlice.loadRef();
- const btcEmaPrice = btcEmaPriceCell.beginParse();
- expect(btcEmaPrice.loadInt(64)).toBe(HERMES_BTC_EMA_PRICE);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_EMA_CONF);
- expect(btcEmaPrice.loadInt(32)).toBe(HERMES_BTC_EMA_EXPO);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_PUBLISH_TIME);
- // Move to ETH price feed
- currentCell = btcCs.loadRef();
- // Second price feed (ETH)
- const ethCs = currentCell.beginParse();
- const ethPriceId =
- "0x" + ethCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(ethPriceId).toBe(ETH_PRICE_FEED_ID);
- const ethPriceFeedCell = ethCs.loadRef();
- const ethPriceFeedSlice = ethPriceFeedCell.beginParse();
- // Verify ETH current price
- const ethCurrentPriceCell = ethPriceFeedSlice.loadRef();
- const ethCurrentPrice = ethCurrentPriceCell.beginParse();
- expect(ethCurrentPrice.loadInt(64)).toBe(HERMES_ETH_PRICE);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_CONF);
- expect(ethCurrentPrice.loadInt(32)).toBe(HERMES_ETH_EXPO);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_PUBLISH_TIME);
- // Verify ETH EMA price
- const ethEmaPriceCell = ethPriceFeedSlice.loadRef();
- const ethEmaPrice = ethEmaPriceCell.beginParse();
- expect(ethEmaPrice.loadInt(64)).toBe(HERMES_ETH_EMA_PRICE);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_EMA_CONF);
- expect(ethEmaPrice.loadInt(32)).toBe(HERMES_ETH_EMA_EXPO);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_PUBLISH_TIME);
- // Verify this is the end of the chain
- expect(ethCs.remainingRefs).toBe(0);
- });
- it("should successfully parse unique price feed updates", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParseUniquePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UNIQUE_UPDATE, "hex"),
- sentValue,
- [BTC_PRICE_FEED_ID, ETH_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- 60
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- outMessagesCount: 1,
- });
- // Get the output message
- const outMessage = result.transactions[1].outMessages.values()[0];
- // Verify excess value is returned
- expect(
- (outMessage.info as CommonMessageInfoInternal).value.coins
- ).toBeGreaterThan(0);
- const cs = outMessage.body.beginParse();
- // Verify message header
- const op = cs.loadUint(32);
- expect(op).toBe(6); // OP_PARSE_UNIQUE_PRICE_FEED_UPDATES
- // Verify number of price feeds
- const numPriceFeeds = cs.loadUint(8);
- expect(numPriceFeeds).toBe(2); // We expect BTC and ETH price feeds
- // Load and verify price feeds
- const priceFeedsCell = cs.loadRef();
- let currentCell = priceFeedsCell;
- // First price feed (BTC)
- const btcCs = currentCell.beginParse();
- const btcPriceId =
- "0x" + btcCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(btcPriceId).toBe(BTC_PRICE_FEED_ID);
- const btcPriceFeedCell = btcCs.loadRef();
- const btcPriceFeedSlice = btcPriceFeedCell.beginParse();
- // Verify BTC current price
- const btcCurrentPriceCell = btcPriceFeedSlice.loadRef();
- const btcCurrentPrice = btcCurrentPriceCell.beginParse();
- expect(btcCurrentPrice.loadInt(64)).toBe(HERMES_BTC_UNIQUE_PRICE);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_CONF);
- expect(btcCurrentPrice.loadInt(32)).toBe(HERMES_BTC_UNIQUE_EXPO);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_PUBLISH_TIME);
- // Verify BTC EMA price
- const btcEmaPriceCell = btcPriceFeedSlice.loadRef();
- const btcEmaPrice = btcEmaPriceCell.beginParse();
- expect(btcEmaPrice.loadInt(64)).toBe(HERMES_BTC_UNIQUE_EMA_PRICE);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_EMA_CONF);
- expect(btcEmaPrice.loadInt(32)).toBe(HERMES_BTC_UNIQUE_EMA_EXPO);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_EMA_PUBLISH_TIME);
- // Move to ETH price feed
- currentCell = btcCs.loadRef();
- // Second price feed (ETH)
- const ethCs = currentCell.beginParse();
- const ethPriceId =
- "0x" + ethCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(ethPriceId).toBe(ETH_PRICE_FEED_ID);
- const ethPriceFeedCell = ethCs.loadRef();
- const ethPriceFeedSlice = ethPriceFeedCell.beginParse();
- // Verify ETH current price
- const ethCurrentPriceCell = ethPriceFeedSlice.loadRef();
- const ethCurrentPrice = ethCurrentPriceCell.beginParse();
- expect(ethCurrentPrice.loadInt(64)).toBe(HERMES_ETH_UNIQUE_PRICE);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_CONF);
- expect(ethCurrentPrice.loadInt(32)).toBe(HERMES_ETH_UNIQUE_EXPO);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_PUBLISH_TIME);
- // Verify ETH EMA price
- const ethEmaPriceCell = ethPriceFeedSlice.loadRef();
- const ethEmaPrice = ethEmaPriceCell.beginParse();
- expect(ethEmaPrice.loadInt(64)).toBe(HERMES_ETH_UNIQUE_EMA_PRICE);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_EMA_CONF);
- expect(ethEmaPrice.loadInt(32)).toBe(HERMES_ETH_UNIQUE_EMA_EXPO);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_EMA_PUBLISH_TIME);
- // Verify this is the end of the chain
- expect(ethCs.remainingRefs).toBe(0);
- });
- it("should fail to parse invalid price feed updates", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const invalidUpdateData = Buffer.from("invalid data");
- const result = await pythTest.sendParsePriceFeedUpdates(
- deployer.getSender(),
- invalidUpdateData,
- toNano("1"),
- [BTC_PRICE_FEED_ID, ETH_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- HERMES_BTC_PUBLISH_TIME
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2002, // ERROR_INVALID_MAGIC
- });
- });
- it("should fail to parse price feed updates within range", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParseUniquePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UPDATE, "hex"),
- sentValue,
- [BTC_PRICE_FEED_ID, ETH_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME + 1,
- HERMES_BTC_PUBLISH_TIME + 1
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2020, // ERROR_PRICE_FEED_NOT_FOUND_WITHIN_RANGE
- });
- });
- it("should fail to parse unique price feed updates", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParseUniquePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UPDATE, "hex"),
- sentValue,
- [BTC_PRICE_FEED_ID, ETH_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- 60
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: false,
- exitCode: 2020, // ERROR_PRICE_FEED_NOT_FOUND_WITHIN_RANGE
- });
- });
- it("should successfully parse price feed updates in price ids order", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParsePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UPDATE, "hex"),
- sentValue,
- [ETH_PRICE_FEED_ID, BTC_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- HERMES_BTC_PUBLISH_TIME
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- outMessagesCount: 1,
- });
- // Get the output message
- const outMessage = result.transactions[1].outMessages.values()[0];
- // Verify excess value is returned
- expect(
- (outMessage.info as CommonMessageInfoInternal).value.coins
- ).toBeGreaterThan(0);
- const cs = outMessage.body.beginParse();
- // Verify message header
- const op = cs.loadUint(32);
- expect(op).toBe(5); // OP_PARSE_PRICE_FEED_UPDATES
- // Verify number of price feeds
- const numPriceFeeds = cs.loadUint(8);
- expect(numPriceFeeds).toBe(2); // We expect BTC and ETH price feeds
- // Load and verify price feeds
- const priceFeedsCell = cs.loadRef();
- let currentCell = priceFeedsCell;
- // First price feed (ETH)
- const ethCs = currentCell.beginParse();
- const ethPriceId =
- "0x" + ethCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(ethPriceId).toBe(ETH_PRICE_FEED_ID);
- const ethPriceFeedCell = ethCs.loadRef();
- const ethPriceFeedSlice = ethPriceFeedCell.beginParse();
- // Verify ETH current price
- const ethCurrentPriceCell = ethPriceFeedSlice.loadRef();
- const ethCurrentPrice = ethCurrentPriceCell.beginParse();
- expect(ethCurrentPrice.loadInt(64)).toBe(HERMES_ETH_PRICE);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_CONF);
- expect(ethCurrentPrice.loadInt(32)).toBe(HERMES_ETH_EXPO);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_PUBLISH_TIME);
- // Verify ETH EMA price
- const ethEmaPriceCell = ethPriceFeedSlice.loadRef();
- const ethEmaPrice = ethEmaPriceCell.beginParse();
- expect(ethEmaPrice.loadInt(64)).toBe(HERMES_ETH_EMA_PRICE);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_EMA_CONF);
- expect(ethEmaPrice.loadInt(32)).toBe(HERMES_ETH_EMA_EXPO);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_PUBLISH_TIME);
- // Move to ETH price feed
- currentCell = ethCs.loadRef();
- // Second price feed (BTC)
- const btcCs = currentCell.beginParse();
- const btcPriceId =
- "0x" + btcCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(btcPriceId).toBe(BTC_PRICE_FEED_ID);
- const btcPriceFeedCell = btcCs.loadRef();
- const btcPriceFeedSlice = btcPriceFeedCell.beginParse();
- // Verify BTC current price
- const btcCurrentPriceCell = btcPriceFeedSlice.loadRef();
- const btcCurrentPrice = btcCurrentPriceCell.beginParse();
- expect(btcCurrentPrice.loadInt(64)).toBe(HERMES_BTC_PRICE);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_CONF);
- expect(btcCurrentPrice.loadInt(32)).toBe(HERMES_BTC_EXPO);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_PUBLISH_TIME);
- // Verify BTC EMA price
- const btcEmaPriceCell = btcPriceFeedSlice.loadRef();
- const btcEmaPrice = btcEmaPriceCell.beginParse();
- expect(btcEmaPrice.loadInt(64)).toBe(HERMES_BTC_EMA_PRICE);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_EMA_CONF);
- expect(btcEmaPrice.loadInt(32)).toBe(HERMES_BTC_EMA_EXPO);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_PUBLISH_TIME);
- // Verify this is the end of the chain
- expect(ethCs.remainingRefs).toBe(0);
- });
- it("should successfully parse unique price feed updates in price ids order", async () => {
- await deployContract();
- await updateGuardianSets(pythTest, deployer);
- const sentValue = toNano("1");
- const result = await pythTest.sendParseUniquePriceFeedUpdates(
- deployer.getSender(),
- Buffer.from(HERMES_BTC_ETH_UNIQUE_UPDATE, "hex"),
- sentValue,
- [ETH_PRICE_FEED_ID, BTC_PRICE_FEED_ID],
- HERMES_BTC_PUBLISH_TIME,
- 60
- );
- // Verify transaction success and message count
- expect(result.transactions).toHaveTransaction({
- from: deployer.address,
- to: pythTest.address,
- success: true,
- outMessagesCount: 1,
- });
- // Get the output message
- const outMessage = result.transactions[1].outMessages.values()[0];
- // Verify excess value is returned
- expect(
- (outMessage.info as CommonMessageInfoInternal).value.coins
- ).toBeGreaterThan(0);
- const cs = outMessage.body.beginParse();
- // Verify message header
- const op = cs.loadUint(32);
- expect(op).toBe(6); // OP_PARSE_UNIQUE_PRICE_FEED_UPDATES
- // Verify number of price feeds
- const numPriceFeeds = cs.loadUint(8);
- expect(numPriceFeeds).toBe(2); // We expect BTC and ETH price feeds
- // Load and verify price feeds
- const priceFeedsCell = cs.loadRef();
- let currentCell = priceFeedsCell;
- // First price feed (ETH)
- const ethCs = currentCell.beginParse();
- const ethPriceId =
- "0x" + ethCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(ethPriceId).toBe(ETH_PRICE_FEED_ID);
- const ethPriceFeedCell = ethCs.loadRef();
- const ethPriceFeedSlice = ethPriceFeedCell.beginParse();
- // Verify ETH current price
- const ethCurrentPriceCell = ethPriceFeedSlice.loadRef();
- const ethCurrentPrice = ethCurrentPriceCell.beginParse();
- expect(ethCurrentPrice.loadInt(64)).toBe(HERMES_ETH_UNIQUE_PRICE);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_CONF);
- expect(ethCurrentPrice.loadInt(32)).toBe(HERMES_ETH_UNIQUE_EXPO);
- expect(ethCurrentPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_PUBLISH_TIME);
- // Verify ETH EMA price
- const ethEmaPriceCell = ethPriceFeedSlice.loadRef();
- const ethEmaPrice = ethEmaPriceCell.beginParse();
- expect(ethEmaPrice.loadInt(64)).toBe(HERMES_ETH_UNIQUE_EMA_PRICE);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_EMA_CONF);
- expect(ethEmaPrice.loadInt(32)).toBe(HERMES_ETH_UNIQUE_EMA_EXPO);
- expect(ethEmaPrice.loadUint(64)).toBe(HERMES_ETH_UNIQUE_EMA_PUBLISH_TIME);
- currentCell = ethCs.loadRef();
- // Second price feed (BTC)
- const btcCs = currentCell.beginParse();
- const btcPriceId =
- "0x" + btcCs.loadUintBig(256).toString(16).padStart(64, "0");
- expect(btcPriceId).toBe(BTC_PRICE_FEED_ID);
- const btcPriceFeedCell = btcCs.loadRef();
- const btcPriceFeedSlice = btcPriceFeedCell.beginParse();
- // Verify BTC current price
- const btcCurrentPriceCell = btcPriceFeedSlice.loadRef();
- const btcCurrentPrice = btcCurrentPriceCell.beginParse();
- expect(btcCurrentPrice.loadInt(64)).toBe(HERMES_BTC_UNIQUE_PRICE);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_CONF);
- expect(btcCurrentPrice.loadInt(32)).toBe(HERMES_BTC_UNIQUE_EXPO);
- expect(btcCurrentPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_PUBLISH_TIME);
- // Verify BTC EMA price
- const btcEmaPriceCell = btcPriceFeedSlice.loadRef();
- const btcEmaPrice = btcEmaPriceCell.beginParse();
- expect(btcEmaPrice.loadInt(64)).toBe(HERMES_BTC_UNIQUE_EMA_PRICE);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_EMA_CONF);
- expect(btcEmaPrice.loadInt(32)).toBe(HERMES_BTC_UNIQUE_EMA_EXPO);
- expect(btcEmaPrice.loadUint(64)).toBe(HERMES_BTC_UNIQUE_EMA_PUBLISH_TIME);
- // Verify this is the end of the chain
- expect(btcCs.remainingRefs).toBe(0);
- });
- });
|