Bounty
Solana
eliza: Buttons (Yes + No)
ai16z
Bounty
Solana
eliza: Addresses (send transactions and wallets) should be hyperlinks
ai16z
<img src="https://uploads.linear.app/186bdefa-3633-464a-80cd-6e86fe765a5c/236b26dc-8521-4393-bcad-060b583b0d5a/17f83568-1798-4ca1-acf8-db02d4d4f5a7?si...
Bounty
Solana
eliza: Follow up sample prompts specific to last user prompt/action
ai16z
Bounty
Solana
solana: Method to withdraw all unstaked SOL from stake accounts
solana-labs
#### Problem
MEV rewards from Jito are airdropped to stake accounts as excess, unstaked SOL.
Stake accounts receiving those airdrops will see some...
Bounty
Solana
solana: Balances are collected for transactions within a TransactionBatch that aren't locked or executed
solana-labs
#### Problem
When collecting balances before and after execution in BankingStage, the balances for transactions within a TransactionBatch that didn't...
Bounty
Solana
solana: Cleanup SnapshotConfig struct and usage
solana-labs
#### General note
SnapshotConfig is currently fine as-is; this task is a cleanup task that would be good for someone dipping their toes into Rust and...
Bounty
Solana
solana: validator uses more memory than expected when metrics are enabled
solana-labs
#### Problem
80GB difference between RUST_LOG=solana=info and RUST_LOG=solana=warn for RPC nodes.
#### Proposed Solution
Relevant question.. ...
Bounty
Solana
solana: Decouple metrics submission from RUST_LOG
solana-labs
#### Problem
It is occasionally desired to reduce text log size, but continue submitting full metrics. With metrics level taken from `RUST_LOG`, t...
Bounty
Solana
solana: Would you support the "pong" response in websocket api when receiving "ping"?
solana-labs
#### Problem
I connect to my own solana node via websocket, but I found It seems not provide a complete heartbeat flow (send ping then get pong).
im...
Bounty
Solana
solana: Missing invoke translation test
solana-labs
#### Problem
Missing a test that verifies the `AccountInfo`'s data length is correctly enforced to exist in RW data. The length is translated corr...
Bounty
Solana
solana: `solana vote-account` authorized-voter display is not clear
solana-labs
#### Problem
We currently display a vote account info on the CLI as follows:
```
$ solana vote-account vote.json
Account Balance: 0.02685864 SOL...
Bounty
Solana
solana: `solana stakes <vote pubkey>` should cleanly handle a non-vote pubkey
solana-labs
`solana stakes <identity pubkey>` or `solana stakes <does not exist pubkey>` all silently return nothing.
Lets:
* If possible make `solana stakes...