-
maybe this bug is related with blocto sdk?
-
#### Problem
This issue to track progress and share information on investigation of bench-tps performance degradation on testnet and on private cluster.
The original issue was created as part of s…
-
FastSingleTxSender should send the transaction only once.
```typescript
class FastSingleTxSender {
async sendRawTransaction(
rawTransaction: Buffer | Uint8Array,
opts: ConfirmOptions
): Pr…
-
I have noticed that the `solana-program` dependency has become stricter. More specifically it has changed:
- from `solana-program = "1.8.5"`
- to `solana-program = "~1.8.14"`
This results in se…
-
Hi, I want to make a section on my dapp to mint an nft. To do that, I need to upload images to ipfs but that code throws me error on frontend. Does anyone have that issue before?
```js
import { mp…
-
-
Is it possible to use this program to deploy a smart contract/program? Thanks.
-
## Description
Since we haven't added any of the JSON-parsed instruction types to the typespec in `@solana/rpc-core`, any fields that are part of a JSON-parsed transaction instruction default to `b…
-
### Overview
Inspired by EIP-3085, this design allows Solana applications ("dapps") to suggest chains to be added to the user's wallet application. The wallet application may arbitrarily refuse or …
-
#### Problem
Following the tutorial at [0] does not lead to the expected output. The build succeeds but there is no output artifact.
This has been reproduced on both Linux 6.6.3 and MacOS Sonoma.
…