Go to file
Trent Nelson b7614abb9e
Docs: Update CLI offline cmds (#8548)
* Docs: Update CLI usage

* Docs: Add script to generate offline command links

* Docs: Update list of commands supporting offline signing

* Docs: Omit deprecated `pay` command from offline command list
2020-03-01 17:20:37 -07:00
.buildkite Update 2019-10-25 07:51:12 -07:00
.github Mark PRs stale after 7 days instead of 30 (#7528) 2019-12-17 14:37:35 -07:00
archiver Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
archiver-lib Bump crossbeam-channel from 0.3.9 to 0.4.2 (#8400) 2020-02-22 09:53:38 -07:00
archiver-utils Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
banking-bench Bump crossbeam-channel from 0.3.9 to 0.4.2 (#8400) 2020-02-22 09:53:38 -07:00
bench-exchange Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
bench-streamer Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
bench-tps Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
chacha Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
chacha-cuda Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
chacha-sys Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
ci Upgrade to Rust 1.41.1 2020-02-28 10:10:42 -07:00
clap-utils Add flag to confirm key on device (#8478) 2020-02-26 15:24:44 -07:00
cli feat: implement websocket_url as a get/set-able global parameter w/ value computation 2020-03-01 01:07:45 -07:00
cli-config feat: implement websocket_url as a get/set-able global parameter w/ value computation 2020-03-01 01:07:45 -07:00
client Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
core Demote gossip responder error log messages to info! 2020-03-01 10:43:20 -07:00
crate-features Use the same reqwest features across the repo 2020-02-26 20:47:43 -07:00
docs Docs: Update CLI offline cmds (#8548) 2020-03-01 17:20:37 -07:00
faucet Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
genesis Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
genesis-programs Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
gossip Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
install Use the same reqwest features across the repo 2020-02-26 20:47:43 -07:00
keygen Use legit solana message in verify (#8513) 2020-02-27 19:23:28 -07:00
ledger Fix test_concurrent_snapshot_packaging 2020-02-26 23:32:53 -07:00
ledger-tool Adapt local-cluster/ 2020-02-26 23:32:53 -07:00
local-cluster Adapt local-cluster/ 2020-02-26 23:32:53 -07:00
log-analyzer Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
logger Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
measure Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
merkle-tree Improve merkle-tree nodes capacity computing (#8273) 2020-02-22 11:12:37 -07:00
metrics Use the same reqwest features across the repo 2020-02-26 20:47:43 -07:00
multinode-demo Add --trusted-validator support for snapshot hash validation (#8390) 2020-02-21 18:42:24 -08:00
net Improve net/README.md a bit (#8503) 2020-02-28 08:00:54 +09:00
net-shaper Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
net-utils Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
perf Upgrade to Rust 1.41.1 2020-02-28 10:10:42 -07:00
programs Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
rayon-threadlimit Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
remote-wallet Ledger messaging cleanup (#8506) 2020-02-27 12:23:13 -07:00
runtime Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
scripts Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
sdk Split signature throughput tracking out of `FeeCalculator` (#8447) 2020-02-28 13:27:01 -07:00
sdk-c Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
sys-tuner Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
system-test Add simple gossip DoS test 2020-02-14 22:40:35 -07:00
upload-perf Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
validator Log RPC node root slot 2020-02-29 09:21:52 -07:00
vote-signer Update cargo versions from 1.0 to 1.1 (#8397) 2020-02-21 23:09:45 -08:00
watchtower fix reqwest json issue 2020-02-26 20:47:43 -07:00
.appveyor.yml Ignore release branches that exist only for gitbook 2019-09-17 15:31:13 -07:00
.clippy.toml
.codecov.yml
.gitbook.yaml Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
.gitignore Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
.mergify.yml Update supported backport labels 2020-02-21 00:47:44 -07:00
.travis.yml Assume stable is already installed 2019-10-02 23:35:10 -07:00
CONTRIBUTING.md Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
Cargo.lock Rename snapshot.tar.bz2 to snapshot-<slot>-<hash>.tar.bz2 2020-02-26 23:32:53 -07:00
Cargo.toml Ledger hardware wallet integration (#8068) 2020-02-07 11:26:56 -07:00
LICENSE
README.md Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
RELEASE.md Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
fetch-perf-libs.sh Bump perf libs to v0.18.0 for CUDA 10.2 support 2020-01-24 21:39:49 -07:00
run.sh The getConfirmedBlock RPC API is now disabled by default 2020-02-11 22:24:08 -07:00

README.md

Solana crate Solana documentation Build status codecov

Blockchain Rebuilt for Scale

Solana™ is a new blockchain architecture built from the ground up for scale. The architecture supports up to 710 thousand transactions per second on a gigabit network.

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.

Introduction

It's possible for a centralized database to process 710,000 transactions per second on a standard gigabit network if the transactions are, on average, no more than 176 bytes. A centralized database can also replicate itself and maintain high availability without significantly compromising that transaction rate using the distributed system technique known as Optimistic Concurrency Control [H.T.Kung, J.T.Robinson (1981)]. At Solana, we're demonstrating that these same theoretical limits apply just as well to blockchain on an adversarial network. The key ingredient? Finding a way to share time when nodes can't trust one-another. Once nodes can trust time, suddenly ~40 years of distributed systems research becomes applicable to blockchain!

Perhaps the most striking difference between algorithms obtained by our method and ones based upon timeout is that using timeout produces a traditional distributed algorithm in which the processes operate asynchronously, while our method produces a globally synchronous one in which every process does the same thing at (approximately) the same time. Our method seems to contradict the whole purpose of distributed processing, which is to permit different processes to operate independently and perform different functions. However, if a distributed system is really a single system, then the processes must be synchronized in some way. Conceptually, the easiest way to synchronize processes is to get them all to do the same thing at the same time. Therefore, our method is used to implement a kernel that performs the necessary synchronization--for example, making sure that two different processes do not try to modify a file at the same time. Processes might spend only a small fraction of their time executing the synchronizing kernel; the rest of the time, they can operate independently--e.g., accessing different files. This is an approach we have advocated even when fault-tolerance is not required. The method's basic simplicity makes it easier to understand the precise properties of a system, which is crucial if one is to know just how fault-tolerant the system is. [L.Lamport (1984)]

Furthermore, and much to our surprise, it can be implemented using a mechanism that has existed in Bitcoin since day one. The Bitcoin feature is called nLocktime and it can be used to postdate transactions using block height instead of a timestamp. As a Bitcoin client, you'd use block height instead of a timestamp if you don't trust the network. Block height turns out to be an instance of what's being called a Verifiable Delay Function in cryptography circles. It's a cryptographically secure way to say time has passed. In Solana, we use a far more granular verifiable delay function, a SHA 256 hash chain, to checkpoint the ledger and coordinate consensus. With it, we implement Optimistic Concurrency Control and are now well en route towards that theoretical limit of 710,000 transactions per second.

Documentation

Before you jump into the code, review the documentation Solana: Blockchain Rebuilt for Scale.

(The latest development version of the docs is available here.)

Release Binaries

Official release binaries are available at Github Releases.

Additionally we provide pre-release binaries for the latest code on the edge and beta channels. Note that these pre-release binaries may be less stable than an official release.

Edge channel

Linux (x86_64-unknown-linux-gnu)

mac OS (x86_64-apple-darwin)

Windows (x86_64-pc-windows-msvc)

All platforms

Beta channel

Linux (x86_64-unknown-linux-gnu)

mac OS (x86_64-apple-darwin)

Windows (x86_64-pc-windows-msvc)

All platforms

Developing

Building

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

Download the source code:

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

Build

$ cargo build

Then to run a minimal local cluster

$ ./run.sh

Testing

Run the test suite:

$ cargo test

Local Testnet

Start your own testnet locally, instructions are in the online docs Solana: Blockchain Rebuild for Scale: Getting Started.

Remote Testnets

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

Deploy process

They are deployed with the ci/testnet-manager.sh script through a list of scheduled buildkite jobs. Each testnet can be manually manipulated from buildkite as well.

How do I reset the testnet?

Manually trigger the testnet-management pipeline and when prompted select the desired testnet

How can I scale the tx generation rate?

Increase the TX rate by increasing the number of cores on the client machine which is running bench-tps or run multiple clients. Decrease by lowering cores or using the rayon env variable RAYON_NUM_THREADS=<xx>

How can I test a change on the testnet?

Currently, a merged PR is the only way to test a change on the testnet. But you can run your own testnet using the scripts in the net/ directory.

Adjusting the number of clients or validators on the testnet

Edit ci/testnet-manager.sh

Metrics Server Maintenance

Sometimes the dashboard becomes unresponsive. This happens due to glitch in the metrics server. The current solution is to reset the metrics server. Use the following steps.

  1. The server is hosted in a GCP VM instance. Check if the VM instance is down by trying to SSH into it from the GCP console. The name of the VM is metrics-solana-com.
  2. If the VM is inaccessible, reset it from the GCP console.
  3. Once VM is up (or, was already up), the metrics services can be restarted from build automation.
    1. Navigate to https://buildkite.com/solana-labs/metrics-dot-solana-dot-com in your web browser
    2. Click on New Build
    3. This will show a pop up dialog. Click on options drop down.
    4. Type in FORCE_START=true in Environment Variables text box.
    5. Click Create Build
    6. This will restart the metrics services, and the dashboards should be accessible afterwards.

Debugging Testnet

Testnet may exhibit different symptoms of failures. Primary statistics to check are

  1. Rise in Confirmation Time
  2. Nodes are not voting
  3. Panics, and OOM notifications

Check the following if there are any signs of failure.

  1. Did testnet deployment fail?
    1. View buildkite logs for the last deployment: https://buildkite.com/solana-labs/testnet-management
    2. Use the relevant branch
    3. If the deployment failed, look at the build logs. The build artifacts for each remote node is uploaded. It's a good first step to triage from these logs.
  2. You may have to log into remote node if the deployment succeeded, but something failed during runtime.
    1. Get the private key for the testnet deployment from metrics-solana-com GCP instance.
    2. SSH into metrics-solana-com using GCP console and do the following.
    sudo bash
    cd ~buildkite-agent/.ssh
    ls
    
    1. Copy the relevant private key to your local machine
    2. Find the public IP address of the AWS instance for the remote node using AWS console
    3. ssh -i <private key file> ubuntu@<ip address of remote node>
    4. The logs are in ~solana\solana folder

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!