Solana

Solana

SOLLayer 1

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

14,813
5,574
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

7700cb3about 1 year ago

chore: readme

nickfrosty

de3c798about 1 year ago

chore: readme

nickfrosty

27eff84almost 2 years ago

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

GHA: Update Upstream From Fork

973d05calmost 2 years ago

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

steviez

1d89ea0almost 2 years ago

Rename LoadedPrograms to ProgramCache for readability (#339)

Dmitri Makarov

2273098almost 2 years ago

[TieredStorage] Store account address range (#172)

Yueh-Hsuan Chiang

e97d359almost 2 years ago

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

Yueh-Hsuan Chiang

81c8ed7almost 2 years ago

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

Trent Nelson

3043334almost 2 years ago

Revert deprecate executable feature (#309)

HaoranYi

78f033dalmost 2 years ago

Move code to check_program_modification_slot out of SVM (#329)

Pankaj Garg

5871a0ealmost 2 years ago

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

Jon C

0119437almost 2 years ago

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

Tao Zhu

dcdce7calmost 2 years ago

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

Alessandro Decina

7ad99f3almost 2 years ago

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

Ashwin Sekar

e2c1cbfalmost 2 years ago

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

Dmitri Makarov

170df83almost 2 years ago

SVM integration test (#307)

Lucas Steuernagel

e39bd8dalmost 2 years ago

install: Fix check for windows build (#295)

Jon C

01e4823almost 2 years ago

fix polarity for concurrent replay (#297)

Brennan

f35bda5almost 2 years ago

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

Greg Cusack

21eff36almost 2 years ago

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

Justin Starry

fee4d82almost 2 years ago

[TieredStorage] Use BufWriter in TieredWritableFile (#261)

Yueh-Hsuan Chiang

9e2768aalmost 2 years ago

Net script fix for expected shred version (#280)

Lijun Wang

62c458ealmost 2 years ago

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

Yueh-Hsuan Chiang

f6c22e9almost 2 years ago

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

ryleung-solana

6846756almost 2 years ago

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

WGB5445

928ede1almost 2 years ago

add stats for write cache flushing (#233)

Jeff Washington (jwash)

403225falmost 2 years ago

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

Pankaj Garg

d3a7d99almost 2 years ago

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

Ashwin Sekar

cdb0d15almost 2 years ago

fix typo (#264)

听寒

133bd7falmost 2 years ago

Use static memory layout for all sysvars (#249)

ripatel-fd