solana icon indicating copy to clipboard operation
solana copied to clipboard

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

Results 593 solana issues
Sort by recently updated
recently updated
newest added

#### Problem We potentially run accounts hash/capitalization verification from two places at almost the same time, which seems wasteful and appears to slow down startup by ~30 seconds (Takes ~2...

#### Problem Each additional staked validator increases the vote load by 1. #### Summary of Changes Proposal to include only a sample of votes per slot. tag @carllin @AshwinSekar @behzadnouri...

#### Problem There is no simple way to get information about available snapshots on the cluster. #### Summary of Changes Add optional param `withSnapshots` to `getClusterNodes` rpc request. **Request**: `curl...

community

#### Problem I wanted an exampe for #26975 #### Summary of Changes Used measure! and measure_block! macros in banking_stage.rs as an example Fixes #

#### Problem Users need to land TXs into a block even when the leader is loaded. This is a summary of the solution so everyone is on the same page....

#### Problem The RPC method `getVersion` is called everytime when you are calling some methods, which can be an issue when the number of RPC calls is limited with some...

community

#### Problem The `slot_deltas()` and `root_slot_deltas()` functions have different behavior w.r.t. not-found slots. They probably shouldn't. Please see https://github.com/solana-labs/solana/pull/26170#discussion_r938054799 for more context. #### Summary of Changes Remove `fn slot_deltas()` ###...

## Overview The data for accounts is currently unbounded and validators store this on disk (or in tempfs). The Solana minimum validator specs should factor in for the maximum amount...

enhancement

### Description The maximum accounts data size _per block_ is only enforced during BankingStage. A feature-gate is needed to enforce this check at ReplayStage as well. ### Version Introduced v1.11.??...

enhancement
feature-gate

### Description Set a cap for the maximum size the total accounts data can grow to. Refer to #21604 for more information. This feature can be enabled once all the...

enhancement
feature-gate