Go to file
Ryo Onodera 81489ccb76
Only fetch snapshot if it's newer than local (#12663)
* Only fetch snapshot if it's newer than local

* Prefer as_ref over clone

* More nits

* Don't wait forwever for newer snapshot
2020-10-09 15:05:41 +09:00
.buildkite
.github
.travis
account-decoder Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
accounts-bench Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
banking-bench Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
banks-client Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
banks-interface Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
banks-server Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
bench-exchange Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
bench-streamer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
bench-tps Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
ci
clap-utils Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
cli Minor variable name cleanup 2020-10-08 17:44:19 -07:00
cli-config Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
cli-output Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
client Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
core Add new internal accounts (#12740) 2020-10-09 00:48:32 +00:00
crate-features Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
docs Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
dos Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
download-utils Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
explorer chore:(deps): bump @solana/web3.js from 0.78.2 to 0.78.3 in /explorer (#12727) 2020-10-08 08:20:10 +00:00
faucet Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
genesis Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
gossip Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
install Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
keygen Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
ledger Store program logs in blockstore / bigtable (TransactionWithStatusMeta) (#12678) 2020-10-08 12:06:15 -07:00
ledger-tool Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
local-cluster Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
log-analyzer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
logger Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
measure Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
merkle-tree Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
metrics Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
multinode-demo
net
net-shaper Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
net-utils Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
notifier Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
perf Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
poh-bench Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
programs Store program logs in blockstore / bigtable (TransactionWithStatusMeta) (#12678) 2020-10-08 12:06:15 -07:00
ramp-tps Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
rayon-threadlimit Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
remote-wallet Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
runtime Add inflation_kill_switch feature 2020-10-08 21:31:31 -07:00
scripts Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
sdk Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
stake-accounts Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
stake-monitor Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
stake-o-matic Update validator_list.rs 2020-10-08 10:56:50 -06:00
storage-bigtable Store program logs in blockstore / bigtable (TransactionWithStatusMeta) (#12678) 2020-10-08 12:06:15 -07:00
streamer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
sys-tuner Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
system-test
tokens Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
transaction-status Store program logs in blockstore / bigtable (TransactionWithStatusMeta) (#12678) 2020-10-08 12:06:15 -07:00
upload-perf Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
validator Only fetch snapshot if it's newer than local (#12663) 2020-10-09 15:05:41 +09:00
version Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
vote-signer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
watchtower Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
web3.js feat: introduce getRecentPerformanceSamples rpc (#12442) 2020-10-08 20:26:58 -07:00
.clippy.toml
.codecov.yml
.gitignore
.mergify.yml
.travis.yml
CONTRIBUTING.md
Cargo.lock Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
Cargo.toml
LICENSE
README.md
RELEASE.md
fetch-perf-libs.sh
fetch-spl.sh
run.sh

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.