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

This is an automatic backport of pull request #27012 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...

#### Problem When a program runs out of log units, newly emitted `msg!` (and others like sol_log_data) logs will silently fail while the transaction succeeds. This is problematic for the...

#### Problem It has been discovered that many validator info accounts (Config program Config1111111111111111111111111111111111111) have a balance which is below the rent exempt minimum. This was discovered as part of...

## Problem Tracking and setting a cap for accounts data size—on transactions, blocks, and in total—is tricky. ### Failing the transaction or the block There are benefits to having different...

#### Problem Implementation of #26923 for #27027 #### Summary of Changes Fixes #

noCI

#### Problem #27027 #### Summary of Changes More up to date verson of #26362 which fixes several bottlenecks with that proposal Fixes #

#### Problem #### Summary of Changes A transaction-scheduler benchmarking tool, so we can have common testing for different scheduler implementations A big thanks to @buffalu, as I took a lot...

noCI

#### Problem Out of date and fee priority scheduler proposal #### Summary of Changes Updated the fee priority proposal for current idea of how we should schedule transacitons Fixes #

Replace the simple priority queueing scheduling with an algorithm that considers priority, time, and account read/write locks in the transaction. Blocked by #27010

#### Problem Explicitly specify rust version in the toolchain file. For details, see https://github.com/solana-labs/solana/issues/25603 As the result, we will have two places where the rust version is specified -- toml...