Solana

Solana

SOLLayer 1

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

14,944
5,778
View on GitHub

Top Contributors

#1mvines
3,973
commits
#2dependabot[bot]
2,355
commits
#3garious
1,797
commits
#4jeffwashington
1,730
commits
#5jstarry
1,032
commits
#6jackcmay
888
commits
#7brooksprumo
847
commits
#8sakridge
777
commits
#10t-nelson
686
commits

Recent Commits

7700cb3over 1 year ago

chore: readme

nickfrosty

de3c798over 1 year ago

chore: readme

nickfrosty

27eff84over 2 years ago

Revert "Allow configuration of replay thread pools from CLI (#236)"

GHA: Update Upstream From Fork

973d05cover 2 years ago

Allow configuration of replay thread pools from CLI (#236)

steviez

1d89ea0over 2 years ago

Rename LoadedPrograms to ProgramCache for readability (#339)

Dmitri Makarov

2273098over 2 years ago

[TieredStorage] Store account address range (#172)

Yueh-Hsuan Chiang

e97d359over 2 years ago

[TieredStorage] Refactor TieredStorage::new_readonly() code path (#195)

Yueh-Hsuan Chiang

81c8ed7over 2 years ago

rpc-sts: add config options for stake-weighted qos (#197)

Trent Nelson

3043334over 2 years ago

Revert deprecate executable feature (#309)

HaoranYi

78f033dover 2 years ago

Move code to check_program_modification_slot out of SVM (#329)

Pankaj Garg

5871a0eover 2 years ago

CI: Add windows clippy job and fix clippy errors (#330)

Jon C

0119437over 2 years ago

qos service should also accumulate executed but errored units (#328)

Tao Zhu

dcdce7cover 2 years ago

accounts-db: unpack_archive: unpack accounts straight into their final destination (#289)

Alessandro Decina

7ad99f3over 2 years ago

vote: reuse ff to gate tvc constant update from 8 -> 16 (#322)

Ashwin Sekar

e2c1cbfover 2 years ago

SVM: minor refactoring to improve code readability (#317)

Dmitri Makarov

170df83over 2 years ago

SVM integration test (#307)

Lucas Steuernagel

e39bd8dover 2 years ago

install: Fix check for windows build (#295)

Jon C

01e4823over 2 years ago

fix polarity for concurrent replay (#297)

Brennan

f35bda5over 2 years ago

add in method for building a `TpuClient` for `LocalCluster` tests (#258)

Greg Cusack

21eff36over 2 years ago

cli: skip no-op program buffer writes (#277)

Justin Starry

fee4d82over 2 years ago

[TieredStorage] Use BufWriter in TieredWritableFile (#261)

Yueh-Hsuan Chiang

9e2768aover 2 years ago

Net script fix for expected shred version (#280)

Lijun Wang

62c458eover 2 years ago

[TieredStorage] TieredStorageFile -> TieredReadonlyFile and TieredWritableFIle (#260)

Yueh-Hsuan Chiang

f6c22e9over 2 years ago

Make the quic server connection table use an async lock, reducing thrashing (#293)

ryleung-solana

6846756over 2 years ago

[solana-install-init] Optimize error message for Windows user permission installation (#234)

WGB5445

928ede1over 2 years ago

add stats for write cache flushing (#233)

Jeff Washington (jwash)

403225fover 2 years ago

Remove public visibility of program cache from bank (#279)

Pankaj Garg

d3a7d99over 2 years ago

vote: deprecate unused legacy vote tx plumbing (#274)

Ashwin Sekar

cdb0d15over 2 years ago

fix typo (#264)

听寒

133bd7fover 2 years ago

Use static memory layout for all sysvars (#249)

ripatel-fd