Go to file
Michael Vines b169d9cfbe Add --bpf-out-dir argument to control where the final build products land 2020-10-23 04:57:03 +00:00
.buildkite Remove secrets not required by the main public CI 2020-08-31 11:05:28 -07:00
.github
.travis
account-decoder Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
accounts-bench
banking-bench Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
banks-client Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
banks-interface
banks-server
bench-exchange
bench-streamer
bench-tps
ci Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
clap-utils Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
cli Add deploy err if program-account balance is too high (#13091) 2020-10-22 22:42:35 -06:00
cli-config
cli-output Improve vote-account "Recent Timestamp" output 2020-10-19 06:20:40 +00:00
client Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
core Allow nodes to advertise a different rpc address over gossip (#13053) 2020-10-22 03:31:48 +00:00
crate-features Bump reqwest/rayon to get past `cargo audit` 2020-10-11 18:51:09 +00:00
docs update program address docs (#13069) 2020-10-21 10:09:12 -07:00
dos Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
download-utils
explorer chore:(deps): bump @testing-library/user-event in /explorer (#13084) 2020-10-22 08:11:22 +00:00
faucet Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
frozen-abi Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
genesis Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
gossip
install Add --eval flag to `solana-install info` 2020-10-20 23:37:39 +00:00
keygen keygen: add more mnemonic language support (#12944) 2020-10-17 10:51:53 +08:00
ledger Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
ledger-tool Add ledger-tool dead-slots and improve purge a lot (#13065) 2020-10-21 17:45:21 +00:00
local-cluster Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
log-analyzer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
logger
measure
merkle-tree Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
metrics Remove unsupported metrics tarball from release artifacts 2020-10-20 13:10:33 -07:00
multinode-demo
net Adds public key for alexander@solana.com (#12980) 2020-10-20 01:11:02 +09:00
net-shaper
net-utils
notifier
perf improves threads' utilization in processing gossip packets (#12962) 2020-10-19 19:03:38 +00:00
poh-bench
programs Add --bpf-out-dir argument to control where the final build products land 2020-10-23 04:57:03 +00:00
ramp-tps
rayon-threadlimit
remote-wallet Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
runtime Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
scripts Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
sdk Add --bpf-out-dir argument to control where the final build products land 2020-10-23 04:57:03 +00:00
stake-accounts Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
stake-monitor
stake-o-matic
storage-bigtable Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
storage-proto Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
streamer
sys-tuner
system-test
tokens Run `codemod --extensions rs Pubkey::new_rand solana_sdk::pubkey::new_rand` 2020-10-21 19:08:13 -07:00
transaction-status Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
upload-perf
validator Allow nodes to advertise a different rpc address over gossip (#13053) 2020-10-22 03:31:48 +00:00
version Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00
vote-signer
watchtower
web3.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
.clippy.toml
.codecov.yml
.gitignore
.mergify.yml
.travis.yml
CONTRIBUTING.md
Cargo.lock Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
Cargo.toml Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
LICENSE
README.md Add disclaimer (#12881) 2020-10-14 19:30:06 -06:00
RELEASE.md
cargo Support arbitrary toolchains with cargo wrapper script 2020-10-15 18:55:50 +00:00
cargo-build-bpf Add cargo-build-bpf 2020-10-21 18:56:40 -07:00
fetch-perf-libs.sh
fetch-spl.sh
run.sh
test-abi.sh fix broken ci (#13039) 2020-10-21 09:14:33 +09:00

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

Please sure you are always using the latest stable rust version by running:

$ rustup update

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

$ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang

2. Download the source code.

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

3. Build.

$ cargo build

4. Run a minimal local cluster.

$ ./run.sh

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 testnet

  • testnet - public stable testnet accessible via devnet.solana.com. Runs 24/7

Benchmarking

First install the nightly build of rustc. cargo bench requires 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 author's best effort. 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 Solana, or developer resources that Solana provides, are for educational and inspiration purposes only. Solana does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations.