Solana.Unity-Core icon indicating copy to clipboard operation
Solana.Unity-Core copied to clipboard

Solana's Unity SDK and integration library.

Results 9 Solana.Unity-Core issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Wrong price calculations **To Reproduce** ``` Console.WriteLine(PriceMath.TickIndexToPrice(1, 9, 9)); Console.WriteLine(PriceMath.TickIndexToPrice(100, 9, 9)); ``` ``` 10.00150003749937502188359611493754442728685383249508961171928583303106051744175749673006360257982567683817469619873 10.15112303331957826695058866288058596662162812280744838892230990557699568227283140711413108281156799322006970554316890624 ``` **Expected behavior** ``` 1.0001 1.0100496620928754 ```

bug

**Describe the bug** I encountered an overflow error when converting the result from JSON using the `rpc.GetTokenAccountsByOwnerAsync` method, specifically when the `rentEpoch` value exceeds `ulong.MaxValue`. This issue arises when processing...

bug

# Add support for websocket filters - Add support for websocket filters, following https://docs.solana.com/api/websocket specification

Is your feature request related to a problem? Please describe. To allow a mint creator to include their token's metadata directly in the mint account. Describe the solution you'd like...

| :Ready: | :Refactor: | :yes: | :--: | ## Problem A lot of garbage was being created while trying to find PDAs. ## Solution Merge Create and Find so...

When using BigInteger, internally an array is allocated to hold the data for the BigInteger. This scales dynamically when using the BigInteger. Because they are immutable, every operation with these...

Error running the example given by jupiter `IDexAggregator dex = new JupiterDexAg(account_1.PublicKey); TokenData tokenA = await dex.GetTokenBySymbol("SOL"); TokenData tokenB = await dex.GetTokenBySymbol("USDC"); SwapQuoteAg swapQuote = await dex.GetSwapQuote( tokenA.MintAddress, tokenB.MintAddress, DecimalUtil.ToUlong(5m,...

bug

> ⚠️ NOTE: Use notes like this to emphasize something important about the PR. > > This could include other PRs this PR is built on top of; API breaking...

## Update jupiter endpoints | Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Hold | Hotfix | No...