-
**Is your feature request related to a problem? Please describe.**
After connecting wallet and request to mint, I'm getting " table index is out of bounds " and screen is not responding.
![image](…
-
seahorse build
✗ Compiling test2... (note: if this is your first time building, it might take a few minutes)
Error: anchor build -p test2 failed:
This is most likely a bug in the Seahorse compile…
-
**Is your feature request related to a problem? Please describe.**
This feature would allow users to create/copy 24 seed phrase and import it into the web wallet (and other wallets) allowing them to …
-
I am trying to signTransaction on solana chain but get error `JsonRpcError(code: 5201, message: Unknown method(s) requested)` I guess Params aren't right
is there any example in flutter of signing…
-
For an example a candyMachine_v2 program randomly selected from mainnet: `CggtNXgCye2qk7fLohonNftqaKT35GkuZJwHrRghEvSF`
If you try to run:
```
anchor idl fetch CggtNXgCye2qk7fLohonNftqaKT35GkuZJ…
-
mpl-core = "0.3.0"
Assets can be deserialised, Collections can not. I am only able to deserialise into a BaseCollection which doesn't contain the plugin_list so I am unable to see plugins applied t…
-
Now that programs no longer support returning errors "gracefully" (https://github.com/solana-labs/solana/pull/14500), the way data flows to and through a cross-program invocation call chain also chang…
-
Are you able to deploy the plugin and keep up with the network, I am consistently falling behind. If you are able to keep up would love to know what flags/settings you have set.
-
I did some investigation into the Balances page, which is always broken for me and slams the RPC node until it rate limits you.
**Problem:** A single load of the "Balances" page from my main wallet…
ghost updated
2 years ago
-
I see in Anchor.toml we can specify which test file to run, or to run all of them at once.
```
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/test1.ts"
```
But how can I …