Go to file
Michael Vines 87827b2330 Reorder steps by relative priority for when there aren't enough agents 2020-04-28 12:44:55 -07:00
.buildkite
.github
accounts-bench Introduce type alias Ancestors (#9699) 2020-04-27 11:07:03 +09:00
archiver Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
archiver-lib Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
archiver-utils
banking-bench Cache banks in BankForks until optional largest_confirmed_root (#9678) 2020-04-24 15:49:57 -07:00
bench-exchange Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
bench-streamer
bench-tps One less alloc per transaction (#9705) 2020-04-24 13:03:46 -06:00
chacha
chacha-cuda
chacha-sys
ci Reorder steps by relative priority for when there aren't enough agents 2020-04-28 12:44:55 -07:00
clap-utils
cli Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
cli-config
client Bump jsonrpc-http-server from 14.0.6 to 14.1.0 (#9628) 2020-04-22 09:21:05 -07:00
core Rpc: Use cluster largest_confirmed_root as commitment max (#9750) 2020-04-28 10:20:43 -07:00
crate-features
docs Docs: Fix linkcheck errors (#9743) 2020-04-27 14:51:53 -07:00
dos solana-dos can now DoS gossip nodes (#9652) 2020-04-23 11:46:12 -07:00
download-utils Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
faucet
genesis Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
genesis-programs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
gossip solana-dos can now DoS gossip nodes (#9652) 2020-04-23 11:46:12 -07:00
install Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
keygen Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
ledger Use Blockstore lowest_slot to start root iterator (#9738) 2020-04-28 10:22:10 -06:00
ledger-tool Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
local-cluster Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
log-analyzer
logger
measure
merkle-tree
metrics Exit cleanly on panic! so the process don't limp along in a half-dead state (#9690) 2020-04-23 12:05:13 -07:00
multinode-demo Extend snapshot interval in multinode demo (#9657) 2020-04-22 12:25:15 -07:00
net Remove validator-info publish from net scripts (#9673) 2020-04-22 18:04:22 -06:00
net-shaper
net-utils Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
perf
programs Bump generic-array from 0.13.2 to 0.14.1 (#9446) 2020-04-28 09:43:48 -07:00
ramp-tps One less alloc per transaction (#9705) 2020-04-24 13:03:46 -06:00
rayon-threadlimit Bump num_cpus from 1.12.0 to 1.13.0 (#9682) 2020-04-23 13:08:06 -07:00
remote-wallet Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
runtime fix test compilation from add_static_program change (#9755) 2020-04-27 23:37:08 -07:00
scripts Cargo check all targets (#9718) 2020-04-25 05:14:37 -07:00
sdk Bump generic-array from 0.13.2 to 0.14.1 (#9446) 2020-04-28 09:43:48 -07:00
sdk-c Bump bs58 from 0.3.0 to 0.3.1 2020-04-21 08:07:00 -07:00
stake-accounts Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
stake-monitor Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
streamer
sys-tuner
system-test Fix up test 2020-04-25 09:33:44 -07:00
transaction-status Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
upload-perf Clean up `use` to keep rust 1.43.0 from complaining (#9740) 2020-04-27 16:54:11 -07:00
validator Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
vote-signer Bump jsonrpc-derive from 14.0.5 to 14.1.0 (#9702) 2020-04-24 15:24:18 -07:00
watchtower Report duration of last alarm in the All Clear message (#9766) 2020-04-28 10:48:16 -07:00
.clippy.toml
.codecov.yml
.gitbook.yaml Clean up wallet URL paths (#9667) 2020-04-22 16:48:21 -07:00
.gitignore
.mergify.yml
.travis.yml
CONTRIBUTING.md
Cargo.lock Report duration of last alarm in the All Clear message (#9766) 2020-04-28 10:48:16 -07:00
Cargo.toml
LICENSE
README.md
RELEASE.md
fetch-perf-libs.sh
run.sh Support ad-hoc genesis args in run.sh (#9697) 2020-04-23 22:48:53 -07: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

If your rustc version is lower than 1.39.0, please update it:

$ 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.