Go to file
Brooks 631dd573da
Upgrades to Rust 1.66.1 (#29827)
2023-01-24 15:11:10 +08:00
.buildkite chore: stop uploading test data to buildkite (#28411) 2022-10-17 00:48:06 +08:00
.github ci: fix commit range in push event (#29755) 2023-01-19 12:28:00 +08:00
account-decoder deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
accounts-bench test_utils::create_test_accounts pre-allocates an append vec first (#29336) 2022-12-21 09:02:42 -08:00
accounts-cluster-bench Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
banking-bench Rename banking stage packet receivers consistently (#29752) 2023-01-19 10:04:55 +09:00
banks-client Support versioned transactions in program test framework (#28739) 2022-11-18 23:43:52 +08:00
banks-interface Support versioned transactions in program test framework (#28739) 2022-11-18 23:43:52 +08:00
banks-server Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
bench-streamer Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
bench-tps Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
bloom removes legacy retransmit tests (#29817) 2023-01-21 22:28:48 +00:00
bucket_map Bump memmap2 from 0.5.3 to 0.5.8 (#29674) 2023-01-12 19:38:38 -07:00
cd Create continuous delivery directory and add readme with canary details. (#27683) 2022-09-13 14:33:49 -05:00
ci Upgrades to Rust 1.66.1 (#29827) 2023-01-24 15:11:10 +08:00
clap-utils fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
clap-v3-utils fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
cli Remove lamports-per-byte-year and lamports-per-epoch from rent as all… (#29731) 2023-01-24 00:04:54 -06:00
cli-config patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
cli-output deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
client Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
client-test Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
core Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
docs Mention that the document is stale. (#29769) 2023-01-19 07:37:17 -08:00
dos renames ContactInfo to LegacyContactInfo (#29566) 2023-01-08 16:00:55 +00:00
download-utils Elides unnecessary lifetimes (#29299) 2022-12-20 12:44:17 -05:00
entry Configurable hashes per tick (#29659) 2023-01-11 16:56:11 -08:00
explorer Explorer: Add toggle for raw tx logs (#29765) 2023-01-18 19:27:30 -05:00
faucet Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
frozen-abi Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
genesis deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
genesis-utils patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
geyser-plugin-interface Stream the executed transaction count in the block notification (#29272) 2023-01-05 09:36:19 -08:00
geyser-plugin-manager Stream the executed transaction count in the block notification (#29272) 2023-01-05 09:36:19 -08:00
gossip Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
install Bump chrono to v0.4.23 (#29709) 2023-01-18 13:54:02 +09:00
keygen patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
ledger Reduce the amount of IO that LedgerCleanupService performs (#29239) 2023-01-23 04:39:47 -06:00
ledger-tool vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
local-cluster Reduce TPU connection pool size for test (#29831) 2023-01-23 17:00:53 -08:00
log-analyzer patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
logger logger: Update to env_logger 0.9.3 (#29510) 2023-01-04 21:35:37 +01:00
measure patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
memory-management Removes `DynamicLayoutArray` (#28769) 2022-11-09 00:54:07 +01:00
merkle-root-bench patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
merkle-tree chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
metrics fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
multinode-demo Added option to turn on UDP for TPU transaction and make UDP based TPU off by default (#27462) 2022-09-07 13:19:14 -07:00
net Add ability to choose client type in GCE cluster scripts (#28708) 2022-11-09 02:36:37 +08:00
net-shaper patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
net-utils Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
notifier patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
perf simplifies sigverify copy_return_values (#29495) 2023-01-05 19:45:52 +00:00
poh Configurable hashes per tick (#29659) 2023-01-11 16:56:11 -08:00
poh-bench Whickey/version v1.15 (#27739) 2022-09-13 09:06:15 -05:00
program-runtime Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
program-test Feature: filter stake by min delegation for rewards (#29618) 2023-01-11 08:55:18 -06:00
programs Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
pubsub-client Bump semver from 1.0.14 to 1.0.16 (#29645) 2023-01-11 10:07:58 -07:00
quic-client Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
rayon-threadlimit clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
rbpf-cli Add an rbpf-cli option to dump the program execution trace (#29289) 2022-12-15 20:08:00 -05:00
remote-wallet deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
rpc Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
rpc-client Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
rpc-client-api RPC getPerformanceSamples: Add `numNonVoteTransaction` (#29388) 2023-01-18 00:22:47 -08:00
rpc-client-nonce-utils deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
rpc-test chore: bump futures-util from 0.3.24 to 0.3.25 (#29337) 2022-12-22 22:42:18 -07:00
runtime Remove bank_transaction_count_fix logic (#29695) 2023-01-22 15:59:35 +08:00
scripts Add toolchain file usage (#29370) 2023-01-17 20:55:41 +01:00
sdk patches bug in sigverify-shreds when identity is hot-swapped (#29802) 2023-01-21 20:07:41 +00:00
send-transaction-service Fix "tranaction" typo in code base (#29347) 2022-12-21 18:02:36 -07:00
stake-accounts Fix solana-stake-accounts version (#29542) 2023-01-05 19:49:28 -07:00
storage-bigtable Bump tonic from 0.8.0 to 0.8.2 (#29644) 2023-01-12 00:13:51 -07:00
storage-proto deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
streamer Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
sys-tuner patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
system-test chore: all gce performance tests use n2-standard-16 (#28509) 2022-10-22 00:34:20 +08:00
test-validator Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
thin-client patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
tokens Bump chrono to v0.4.23 (#29709) 2023-01-18 13:54:02 +09:00
tpu-client Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
transaction-dos Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
transaction-status deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
udp-client Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
upload-perf patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
validator Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
version adds new solana_version::Version with ClientId (#29649) 2023-01-17 22:21:14 +00:00
watchtower patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
web3.js chore: bump @typescript-eslint/parser from 5.40.1 to 5.47.1 in /web3.js (#29453) 2023-01-02 09:13:50 +00:00
web3.js-experimental [web3.js][experimental] Set up test/dev infra (#28950) 2022-11-23 18:25:02 -08:00
zk-token-sdk fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
.clippy.toml
.gitignore Ingest duplicate proofs sent through Gossip (#29227) 2023-01-19 13:00:56 -08:00
.mergify.yml Fix mergify for docs PRs (#29026) 2022-12-06 06:41:34 -07:00
.travis.yml
CONTRIBUTING.md Documentation fixes and improvements (#28312) 2022-10-11 02:17:15 +00:00
Cargo.lock Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
Cargo.toml chore: add missing members back to workspace.members (#29450) 2023-01-04 13:22:00 +08:00
LICENSE up year in license 2022-02-01 08:29:29 -08:00
README.md Update docs to use ./cargo (#28798) 2022-11-14 14:08:56 -06:00
RELEASE.md RELEASE.md cleanup (#28007) 2022-09-24 20:30:25 -06:00
SECURITY.md security-policy: correct bounty split example 2023-01-17 16:19:38 -07:00
cargo
cargo-build-bpf replace ./cargo with cargo in sbf/bpf build scripts (#29371) 2022-12-22 20:17:11 +01:00
cargo-build-sbf replace ./cargo with cargo in sbf/bpf build scripts (#29371) 2022-12-22 20:17:11 +01:00
cargo-test-bpf replace ./cargo with cargo in sbf/bpf build scripts (#29371) 2022-12-22 20:17:11 +01:00
cargo-test-sbf replace ./cargo with cargo in sbf/bpf build scripts (#29371) 2022-12-22 20:17:11 +01:00
codecov.yml chore: tell Codecov about the web3.js move, a few years later (#27633) 2022-09-06 22:25:51 -07:00
fetch-perf-libs.sh
fetch-spl.sh Bump spl-ata to v1.1.2 (#28979) 2022-11-30 03:46:42 +00:00
run.sh
rust-toolchain.toml Upgrades to Rust 1.66.1 (#29827) 2023-01-24 15:11:10 +08:00
rustfmt.toml Add rustfmt.toml and `cargo fmt` (#23238) 2022-02-19 13:32:29 +08:00
test-abi.sh
vercel.json

README.md

Solana

Solana crate Solana documentation Build status codecov

Building

1. Install rustc, cargo and rustfmt.

$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
$ rustup component add rustfmt

When building the master branch, please make sure you are using the latest stable rust version by running:

$ rustup update

When building a specific release branch, you should check the rust version in ci/rust-version.sh and if necessary, install that version by running:

$ rustup install VERSION

Note that if this is not the latest rust version on your machine, cargo commands may require an override in order to use the correct version.

On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, protobuf etc.

On Ubuntu:

$ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang cmake make libprotobuf-dev protobuf-compiler

On Fedora:

$ sudo dnf install openssl-devel systemd-devel pkg-config zlib-devel llvm clang cmake make protobuf-devel protobuf-compiler perl-core

2. Download the source code.

$ git clone https://github.com/solana-labs/solana.git
$ cd solana

3. Build.

$ ./cargo build

Testing

Run the test suite:

$ ./cargo test

Starting a local testnet

Start your own testnet locally, instructions are in the online docs.

Accessing the remote development cluster

  • devnet - stable public cluster for development accessible via devnet.solana.com. Runs 24/7. Learn more about the public clusters

Benchmarking

First, install the nightly build of rustc. cargo bench requires the use of the unstable features only available in the nightly build.

$ rustup install nightly

Run the benchmarks:

$ cargo +nightly bench

Release Process

The release process for this project is described here.

Code coverage

To generate code coverage statistics:

$ scripts/coverage.sh
$ open target/cov/lcov-local/index.html

Why coverage? While most see coverage as a code quality metric, we see it primarily as a developer productivity metric. When a developer makes a change to the codebase, presumably it's a solution to some problem. Our unit-test suite is how we encode the set of problems the codebase solves. Running the test suite should indicate that your change didn't infringe on anyone else's solutions. Adding a test protects your solution from future changes. Say you don't understand why a line of code exists, try deleting it and running the unit-tests. The nearest test failure should tell you what problem was solved by that code. If no test fails, go ahead and submit a Pull Request that asks, "what problem is solved by this code?" On the other hand, if a test does fail and you can think of a better way to solve the same problem, a Pull Request with your solution would most certainly be welcome! Likewise, if rewriting a test can better communicate what code it's protecting, please send us that patch!

Disclaimer

All claims, content, designs, algorithms, estimates, roadmaps, specifications, and performance measurements described in this project are done with the Solana Foundation's ("SF") good faith efforts. It is up to the reader to check and validate their accuracy and truthfulness. Furthermore, nothing in this project constitutes a solicitation for investment.

Any content produced by SF or developer resources that SF provides are for educational and inspirational purposes only. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes the use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resident in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or a person subject to similar blocking or denied party prohibitions.

The reader should be aware that U.S. export control and sanctions laws prohibit U.S. persons (and other persons that are subject to such laws) from transacting with persons in certain countries and territories or that are on the SDN list. As a project-based primarily on open-source software, it is possible that such sanctioned persons may nevertheless bypass prohibitions, obtain the code comprising the Solana blockchain protocol (or other project code or applications) and deploy, integrate, or otherwise use it. Accordingly, there is a risk to individuals that other persons using the Solana blockchain protocol may be sanctioned persons and that transactions with such persons would be a violation of U.S. export controls and sanctions law. This risk applies to individuals, organizations, and other ecosystem participants that deploy, integrate, or use the Solana blockchain protocol code directly (e.g., as a node operator), and individuals that transact on the Solana blockchain through light clients, third party interfaces, and/or wallet software.