bettercallsol icon indicating copy to clipboard operation
bettercallsol copied to clipboard

The missing Solana client

Results 48 bettercallsol issues
Sort by recently updated
recently updated
newest added

It could be hard to know where we are in the overall transaction when working on larger transactions with many instructions. Introduce a collapsible, left sidebar that gives a quick...

enhancement

When using address lookup tables, it would be good to display the accounts contained within. It should be displayed indented as a collapsable section (with scrollbars?) below the corresponding LUT...

enhancement

### What happened? Investigate how this issue can occur and handle it more gracefully. ### Errors & Logs https://lab-eleven.sentry.io/issues/4076891861/events/260523450cb749b183d8f4197adeb818/ ### App Version 1.0.0-alpha.83 (130-1) ### Web Browser Mobile Safari 16.02

bug

Allow user to define account aliases so accounts are more user-friendly. We can even generate random names if they prefer that. These should be available in the autocomplete.

enhancement

Byte array data fields can be represented in various ways. We currently only support ut8 strings. Potential formats: * Hex * bs58 * bs64 * integer array We can refactor...

enhancement

Implement: * Menu item in account type drop-down * Item in account auto-complete * `src/components/client/accounts/type-config/AtaTypeConfig` * One field: mint * `useAccountType` should get the associated account * Prompt if the...

enhancement

Create a collapsible log console. It should display things like: * Transaction IDs/Links for side transactions, like airdrops, account creation, etc. * So they can be removed from the widgets...

enhancement

### What happened? Some components, e.g. export modal or send/simulate button, need the whole transaction so they are reloaded every time _any_ part of the transaction changes. In reality, these...

bug

Add a new type of entry to the program account autocomplete: Instruction. These entries update the instruction to be pre-filled for a specific instruction (for a given cluster). We should,...

enhancement

There is a limit of 2 SOLs per transaction and 32 SOLs per day per account in devnet. If the user requests more, we can grind 32 SOLs per newly-generated...

enhancement