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 Accounts data size checks must be deterministic. Their current location is not, since batches are replayed in parallel, thus transaction processing order is non deterministic. For more context,...

feature-gate

#### Problem Using `onLogs` and rpc `https://api.devnet.solana.com` i rarely get transactions with missed signature. Example (from app logs): ![image](https://user-images.githubusercontent.com/36565658/183598904-ebed250d-3d4f-422d-b852-09b9b75283d5.png) Using program logs data, i found this transaction exists in blockchain...

#### Problem Currently when you use the getSignatureStatuses method on JSON RPC API statuses are in the same order as passed to the function and that is all you know....

#### Problem The property `program` of struct `ParsedInstruction` is wrongly type and not restrictive during a match on the value #### Summary of Changes Retype property `program` of struct `ParsedInstruction`...

community

#### Problem From time to time, the github CI fails on solana-program-test bpf tests because of Rpc(DeadlineExceeded) error. This happens randomly and it's not deterministic, sometimes the tests can pass....

A preliminary toward getting a more advanced scheduler: getting the current scheduling logic into its' own stage. This will likely be broken up into two parts: 1. Add a centralized...

A separate transaction scheduling stage will rely on having the set of accounts used in each transaction. To achieve this we need to separate packet deserialization from the banking stage.

#### Problem The existing measure! macro can change the way we write our code, and is not always easy to use when we want access to several variables assigned in...

#### Problem The Solana docs are lacking some content pages to explain different concepts in the "developing" section. #### Summary of Changes In the "developing" section of the docs, the...

community

#### Problem The Solana documentation sidebar and primary navbar are difficult/cumbersome for navigating around the core docs site. #### Summary of Changes - separated the sidebar's for each of the...

community