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

#### Summary of Changes - Added the `transaction` and `message` directories that will hold new code that will be added soon to support versioned transactions. - Added the `programs` and...

#### Problem In `JsonRpcService::new` if `start_http` fails `close_handle_sender` will be dropped without sending a value to the channel. Subsequent `close_handle_receiver.recv().unwrap()` will fail on the closed channel. #### Summary of Changes...

Bumps [@bonfida/spl-name-service](https://github.com/solana-labs/solana-program-library) from 0.1.30 to 0.1.48. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bonfida/spl-name-service&package-manager=npm_and_yarn&previous-version=0.1.30&new-version=0.1.48)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Hello, I'm running into an issue when using web3.js that my `createAccount` transactions are not being awaited when running through confirmTransaction with commitment "confirmed". I've written the issue in detail...

#### Problem The tests test_quic_client_multiple_writes fails sporadically because all 4000 packets might not be sent all in the allotted time. The issue is likely more easily showing up since the...

This is a re-creation of PR #26879 which was reverted by PR #26913 #### Problem * As of v1.10.32 the validator listens for QUIC connections by default * The validator...

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.21. Release notes Sourced from chrono's releases. 0.4.21 is a bugfix release that mainly fixes one regression from 0.4.20: Fall back to UTC in case...

dependencies
rust

#### Problem Context: https://discord.com/channels/428295358100013066/478692221441409024/981207623527452705 Given the 32:32 erasure recovery schema, current implementation requires exactly 32 data shreds to generate coding shreds for the batch (except for the final erasure batch...

#### Problem While analyzing startup time, identified `clean_accounts` as a function that gets called several times, especially while shrinking slots. Execution time varies and depends heavily on key count, but...

Support passing --tpu-use-quic in validator launched by net scripts