Go to file
Trent Nelson f1a2ad1b7d remote-wallet: Append wallet "name" to entries in selector UI 2020-10-07 22:07:46 -06:00
.buildkite
.github
.travis Update channel_restriction.sh 2020-10-04 10:18:42 -06:00
account-decoder Remove skip-no-mangle entirely (#12696) 2020-10-07 09:13:48 -07:00
accounts-bench Fix rooted accounts cleanup, simplify locking (#12194) 2020-09-28 16:04:46 -07:00
banking-bench Use publish=false (#12447) 2020-09-24 09:51:48 -06:00
banks-client Fix banks RPC port (#12570) 2020-09-30 00:11:49 +00:00
banks-interface
banks-server
bench-exchange
bench-streamer Use publish=false (#12447) 2020-09-24 09:51:48 -06:00
bench-tps Use publish=false (#12447) 2020-09-24 09:51:48 -06:00
ci Modernize python scripts 2020-09-30 11:25:26 -06:00
clap-utils clap-utils: Allow fine-tuning offline args 2020-10-07 23:14:39 +00:00
cli Display vote/stake account epoch rewards 2020-10-07 17:14:12 -07:00
cli-config Fix banks RPC port (#12570) 2020-09-30 00:11:49 +00:00
cli-output Display vote/stake account epoch rewards 2020-10-07 17:14:12 -07:00
client clap-utils: Allow fine-tuning offline args 2020-10-07 23:14:39 +00:00
core removes invalid/outdated pending push messages early (#12555) 2020-10-07 18:29:20 +00:00
crate-features
docs RPC: Support base64 encoded transactions 2020-10-06 22:41:06 -06:00
dos Use publish=false (#12447) 2020-09-24 09:51:48 -06:00
download-utils
explorer chore:(deps): bump @types/node from 14.11.2 to 14.11.5 in /explorer (#12706) 2020-10-07 08:09:56 +00:00
faucet faucet: Use checked math in request limiter 2020-10-06 12:55:04 -06:00
genesis Port BPFLoader2 activation to FeatureSet and rework built-in program activation 2020-09-28 12:50:19 -07:00
gossip
install
keygen
ledger Use datapoint instead of print for is_full signal (#12673) 2020-10-07 13:36:54 -07:00
ledger-tool Show commit in `--version` and ledger-tool's log (#12636) 2020-10-04 00:30:26 +09:00
local-cluster Port BPFLoader2 activation to FeatureSet and rework built-in program activation 2020-09-28 12:50:19 -07:00
log-analyzer
logger
measure Bump version to 1.4.0 2020-08-05 12:04:15 -06:00
merkle-tree
metrics Update Current Leader query (#12465) 2020-09-24 20:42:30 -06:00
multinode-demo Add multinode-demo/setup-from-testnet.sh 2020-09-29 04:21:37 +00:00
net net-scripts: Correct buildkite agent SSH keys 2020-10-05 21:00:25 +00:00
net-shaper
net-utils chore: bump socket2 from 0.3.12 to 0.3.15 2020-09-25 20:14:09 -07:00
notifier
perf
poh-bench Port instructions sysvar and secp256k1 program activation to FeatureSet 2020-09-25 11:40:36 -07:00
programs Fix syscall featurization (#12714) 2020-10-07 18:38:38 -07:00
ramp-tps
rayon-threadlimit Add env variable for rayon thread counts (#12693) 2020-10-06 17:17:26 -07:00
remote-wallet remote-wallet: Append wallet "name" to entries in selector UI 2020-10-07 22:07:46 -06:00
runtime Add ristretto multiply syscall (#12699) 2020-10-06 23:52:13 -07:00
scripts Omit workspace Cargo.toml when incrementing version 2020-09-30 06:22:11 +00:00
sdk Revert "Inflation cli fix and parameter update (#12709)" 2020-10-07 19:43:15 -07:00
stake-accounts Move CLI fee payer arg into clap-utils 2020-09-23 15:58:44 -06:00
stake-monitor Remove transaction encoding from storage layer (#12404) 2020-09-24 13:10:29 +08:00
stake-o-matic Update validator_list.rs 2020-10-06 16:34:00 -06:00
storage-bigtable Include post balance information for rewards (#12598) 2020-09-30 17:57:06 -06:00
streamer
sys-tuner Sync FD limit and max maps to 500k 2020-08-19 16:36:03 +00:00
system-test Modernize python scripts 2020-09-30 11:25:26 -06:00
tokens Fix solana-tokens check_payer_balances for distribute-stake (#12380) 2020-09-23 02:39:05 +00:00
transaction-status Remove skip-no-mangle entirely (#12696) 2020-10-07 09:13:48 -07:00
upload-perf
validator Add --no-port-check to validator (#12245) 2020-10-02 20:36:41 +09:00
version Show commit in `--version` and ledger-tool's log (#12636) 2020-10-04 00:30:26 +09:00
vote-signer Bump jsonrpc-* to 15.0.0 2020-09-25 19:30:47 +00:00
watchtower Remove transaction encoding from storage layer (#12404) 2020-09-24 13:10:29 +08:00
web3.js fix: use Node.js https agent when endpoint uses https (#12692) 2020-10-07 00:41:18 +08:00
.clippy.toml
.codecov.yml Adjust settings 2018-12-20 12:32:25 -08:00
.gitignore
.mergify.yml
.travis.yml Add ci env to travis config (#12608) 2020-10-01 05:07:47 +00:00
CONTRIBUTING.md
Cargo.lock Add ristretto multiply syscall (#12699) 2020-10-06 23:52:13 -07:00
Cargo.toml Port BPFLoader2 activation to FeatureSet and rework built-in program activation 2020-09-28 12:50:19 -07:00
LICENSE
README.md
RELEASE.md Fix typos (#12446) 2020-09-24 07:53:30 +00:00
fetch-perf-libs.sh
fetch-spl.sh
run.sh Show commit in `--version` and ledger-tool's log (#12636) 2020-10-04 00:30:26 +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.