arcana-markets / arcana-trading-bot

Local Web GUI for providing liquidity on Solana decentralized exchanges.
https://arcana.markets
MIT License
13 stars 11 forks source link

Pyth dependency needs update #18

Open 7-- opened 2 months ago

7-- commented 2 months ago

mvn install results in this error because pyth dependency needs to be updated.

[ERROR] Errors: [ERROR] ArcanaTests.balanceTest:64 » JsonData Expected a long but was 18446744073709551615 at path $.result.value[0].account.rentEpoch [ERROR] ArcanaTests.cacheTokenAccountsTest:55 » Rpc Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com. [ERROR] ArcanaTests.ooaApiTest:35 » JsonData Expected a long but was 18446744073709551615 at path $.result.value[0].account.rentEpoch [INFO] [ERROR] Tests run: 4, Failures: 0, Errors: 3, Skipped: 0

7-- commented 2 months ago

After fixing that error. I get these errors:

[ERROR] Errors: [ERROR] ArcanaTests.cacheTokenAccountsTest:55 » Rpc Too many requests for a specific RPC call, contact your app developer or support@rpcpool.com. [ERROR] ArcanaTests.ooaApiTest:48 NullPointer Cannot invoke "com.mmorrell.serum.model.OpenOrdersAccount.getOwnPubkey()" because "openOrdersAccount" is null [INFO] [ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0