Go to file
Brooks Prumo 76598dbddb
proposal: Epoch Accounts Hash (#27801)
2022-10-28 10:16:35 -04:00
.buildkite chore: stop uploading test data to buildkite (#28411) 2022-10-17 00:48:06 +08:00
.github
account-decoder cli-output: add config ctor for CliAccount 2022-10-27 21:44:46 -07:00
accounts-bench Uses enum for data source with calc_accounts_hash() (#28584) 2022-10-26 13:04:01 -04:00
accounts-cluster-bench
banking-bench update banking-bench to simulate mint event (#28489) 2022-10-25 09:33:53 -05:00
banks-client
banks-interface
banks-server
bench-streamer
bench-tps fix typo: prioritizatino -> prioritization (#28615) 2022-10-26 23:30:45 -05:00
bloom
bucket_map
cd
ci ci: Remove unneeded ignores in audit (#28594) 2022-10-26 10:39:17 -04:00
clap-utils
clap-v3-utils
cli Bump solana_rbpf to 0.2.35 2022-10-25 15:28:02 +00:00
cli-config chore: bump serde_yaml from 0.8.26 to 0.9.13 (#28388) 2022-10-14 22:02:39 -06:00
cli-output cli-output: add config ctor for CliAccount 2022-10-27 21:44:46 -07:00
client
client-test RPC: Return the data length for get account requests (#28421) 2022-10-18 01:56:04 +08:00
core Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
docs proposal: Epoch Accounts Hash (#27801) 2022-10-28 10:16:35 -04:00
dos
download-utils
entry
explorer chore:(deps): bump ansi-regex from 4.1.0 to 5.0.1 in /explorer (#28519) 2022-10-20 21:01:49 +00:00
faucet
frozen-abi make diff command on new line in abi error message 2022-10-28 09:04:27 -05:00
genesis chore: bump serde_yaml from 0.8.26 to 0.9.13 (#28388) 2022-10-14 22:02:39 -06:00
genesis-utils
geyser-plugin-interface
geyser-plugin-manager
gossip pings peers before sending push messages (#28537) 2022-10-25 00:01:23 +00:00
install add test_save for install config (#28397) 2022-10-20 17:34:08 +08:00
keygen
ledger Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
ledger-tool Single source ledger-tool encoding arg (#28622) 2022-10-27 07:35:27 +00:00
local-cluster Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
log-analyzer
logger
measure
memory-management
merkle-root-bench
merkle-tree
metrics
multinode-demo
net remote-node script use --force when delegating stake (#28539) 2022-10-21 15:05:14 -07:00
net-shaper
net-utils
notifier
perf
poh
poh-bench
program-runtime ci: remove stale clippy allows 2022-10-20 11:25:48 -07:00
program-test program-test: Add working `get_stack_height` stub call (#28451) 2022-10-18 15:09:04 -04:00
programs Feature - Check syscall outputs do not overlap (#28599) 2022-10-27 19:11:18 +02:00
pubsub-client
quic-client
rayon-threadlimit
rbpf-cli Bump solana_rbpf to 0.2.35 2022-10-25 15:28:02 +00:00
remote-wallet Add off-chain messages support (#27456) 2022-10-17 11:19:12 -04:00
rpc Record inner instruction stack height (#28430) 2022-10-26 10:37:44 +08:00
rpc-client typo (#28612) 2022-10-26 18:49:35 -05:00
rpc-client-api Fix RpcClient MemCmp filter version mapping (#28499) 2022-10-20 19:41:28 -06:00
rpc-client-nonce-utils
rpc-test
runtime ancient append vec tests (#28635) 2022-10-27 15:10:22 -07:00
scripts chore: add spl-instruction-padding/program to downstream ci script (#28578) 2022-10-25 06:44:33 +00:00
sdk precompile verify: &Arc<FeatureSet> to &FeatureSet (#27647) 2022-10-27 19:25:33 -05:00
send-transaction-service
stake-accounts
storage-bigtable add a lighter way to check whether a block exists in the Bigtable (#28308) 2022-10-18 06:34:26 +00:00
storage-proto Record inner instruction stack height (#28430) 2022-10-26 10:37:44 +08:00
streamer
sys-tuner
system-test chore: all gce performance tests use n2-standard-16 (#28509) 2022-10-22 00:34:20 +08:00
test-validator Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
thin-client
tokens
tpu-client Check the boundary condition correctly. 2022-10-19 16:46:36 -07:00
transaction-dos get rid of process_deploy call in transaction-dos (#28448) 2022-10-19 11:02:51 +02:00
transaction-status Record inner instruction stack height (#28430) 2022-10-26 10:37:44 +08:00
udp-client
upload-perf
validator Remove Blockstore manual compaction code (#28409) 2022-10-28 10:39:00 +02:00
version
watchtower
web3.js fix: incorrect error message for getFeeForMessage (#28529) 2022-10-21 01:50:10 +00:00
zk-token-sdk [zk-token-sdk] clean up pod ciphertext arithmetic operations (#28470) 2022-10-19 17:36:57 +09:00
.clippy.toml
.gitignore
.mergify.yml ci: v1.10 is EOL. stop creating backports for it 2022-10-18 12:14:00 -07:00
.travis.yml
CONTRIBUTING.md
Cargo.lock bench-tps: Transition to using spl-instruction-padding (#28496) 2022-10-26 11:16:57 -04:00
Cargo.toml
LICENSE
README.md
RELEASE.md
SECURITY.md
cargo
cargo-build-bpf
cargo-build-sbf
cargo-test-bpf
cargo-test-sbf
codecov.yml
fetch-perf-libs.sh
fetch-spl.sh
run.sh
rustfmt.toml
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.