Go to file
dependabot[bot] 97f214b209
chore:(deps): bump react-dom from 16.13.1 to 16.14.0 in /explorer (#12948)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 08:13:55 +00:00
.buildkite
.github
.travis
account-decoder Bump spl-memo and spl-token versions (#12917) 2020-10-15 18:23:41 +00:00
accounts-bench Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
banking-bench
banks-client
banks-interface
banks-server Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
bench-exchange
bench-streamer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
bench-tps
ci CI: Warn when setting up a buildkite agent with no SSH authorized_keys 2020-10-14 17:07:20 -06:00
clap-utils
cli CLI: Put `deploy` ephemeral keypair behind a flag 2020-10-16 05:00:53 +00:00
cli-config Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
cli-output Drop 'Pubkey' in 'solana validators' header 2020-10-15 17:31:22 +00:00
client Cleanly handle RPC servers that don't have --enable-rpc-transaction-history enabled 2020-10-13 10:05:44 -07:00
core Another some tower logging improvements (#12940) 2020-10-16 14:44:07 +09:00
crate-features
docs Docs: Clarify validator disk requirements 2020-10-15 17:38:40 +00:00
dos
download-utils Bump reqwest/rayon to get past `cargo audit` 2020-10-11 18:51:09 +00:00
explorer chore:(deps): bump react-dom from 16.13.1 to 16.14.0 in /explorer (#12948) 2020-10-16 08:13:55 +00:00
faucet
genesis
gossip Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
install
keygen
ledger Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
ledger-tool
local-cluster Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
log-analyzer
logger Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
measure
merkle-tree
metrics
multinode-demo
net net-scripts: Correct buildkite agent SSH keys 2020-10-05 21:00:25 +00:00
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
perf
poh-bench
programs Report compute budget usage (#12931) 2020-10-15 15:55:37 -07:00
ramp-tps
rayon-threadlimit
remote-wallet
runtime passes through feature-set to gossip requests handling (#12878) 2020-10-15 20:54:21 +00:00
scripts Release: Use pinned cargo version to install spl-token-cli 2020-10-15 16:59:59 +00:00
sdk program log pubkey as base58 (#12901) 2020-10-15 09:11:54 -07:00
stake-accounts
stake-monitor
stake-o-matic simulate_transaction_with_config() now passes full config to server 2020-10-11 21:45:00 -07:00
storage-bigtable Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
storage-proto Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
streamer Bump version to v1.5.0 2020-10-08 04:51:36 +00:00
sys-tuner
system-test
tokens
transaction-status Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
upload-perf
validator
version
vote-signer
watchtower
web3.js chore: bump @babel/runtime from 7.11.2 to 7.12.0 in /web3.js (#12894) 2020-10-15 08:58:07 +00:00
.clippy.toml
.codecov.yml
.gitignore
.mergify.yml
.travis.yml
CONTRIBUTING.md
Cargo.lock Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06:00
Cargo.toml Convert Blockstore Rewards cf to protobuf (#12860) 2020-10-15 18:04:10 -06: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
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.

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.