Go to file
behzad nouri 9d112cf41f
encapsulates purged values bookkeeping into crds module (#17265)
For all code paths (gossip push, pull, purge, etc) that remove or
override a crds value, it is necessary to record hash of values purged
from crds table, in order to exclude them from subsequent pull-requests;
otherwise the next pull request will likely return outdated values,
wasting bandwidth:
https://github.com/solana-labs/solana/blob/ed51cde37/core/src/crds_gossip_pull.rs#L486-L491

Currently this is done all over the place in multiple modules, and this
has caused bugs in the past where purged values were not recorded.

This commit encapsulated this bookkeeping into crds module, so that any
code path which removes or overrides a crds value, also records the hash
of purged value in-place.
2021-05-24 13:47:21 +00:00
.buildkite Clear release cache for stable-perf (#17287) 2021-05-17 17:28:52 -06:00
.github
.travis
account-decoder account-decoder: don't use strings to convert between Pubkey types (#17391) 2021-05-21 22:53:53 +00:00
accounts-bench don't limit to thread pool when cleaning on startup (#17317) 2021-05-20 14:36:35 -05:00
accounts-cluster-bench uses Duration type for gossip discover timeout 2021-05-22 19:17:36 +00:00
banking-bench =1.7.0 2021-03-16 07:51:07 +00:00
banks-client Adjust tokio version to just "1" 2021-04-05 17:13:20 +00:00
banks-interface Adjust tokio version to just "1" 2021-04-05 17:13:20 +00:00
banks-server Adjust tokio version to just "1" 2021-04-05 17:13:20 +00:00
bench-exchange =1.7.0 2021-03-16 07:51:07 +00:00
bench-streamer Revert "Add limit and shrink policy for recycler (#15320)" 2021-04-18 19:29:24 +00:00
bench-tps =1.7.0 2021-03-16 07:51:07 +00:00
ci Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
clap-utils clap-utils: Fix signer resolution on Windows 2021-05-21 02:12:57 +00:00
cli rpc: add context toggle to getProgramAccounts (#17399) 2021-05-22 07:12:21 +00:00
cli-config docs: update old devnet and testnet url references 2021-05-14 16:20:39 -06:00
cli-output CLI: Print gossip nodes with `cli-output` crate 2021-05-06 07:49:47 +00:00
client rpc: add context toggle to getProgramAccounts (#17399) 2021-05-22 07:12:21 +00:00
core encapsulates purged values bookkeeping into crds module (#17265) 2021-05-24 13:47:21 +00:00
crate-features Apple M1 compatibility (#16346) 2021-04-09 17:21:01 -07:00
docs rpc: add context toggle to getProgramAccounts (#17399) 2021-05-22 07:12:21 +00:00
dos uses Duration type for gossip discover timeout 2021-05-22 19:17:36 +00:00
download-utils Issue #17008 -- make snapshot archives to hold on to configurable. (#17158) 2021-05-12 10:32:27 -07:00
explorer Explorer: introduce rewards tab for stake/vote accounts (#16851) 2021-05-20 14:00:48 -07:00
faucet Add allowed-ip list to faucet (#16891) 2021-04-28 01:31:32 +00:00
frozen-abi Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
genesis lamports -> lamports() (#16915) 2021-04-28 14:55:55 -05:00
gossip uses Duration type for gossip discover timeout 2021-05-22 19:17:36 +00:00
install fix: update devnet and testnet urls 2021-05-14 16:20:39 -06:00
keygen Disallow bad combination of arguments in keygen grind (#17251) 2021-05-18 10:35:07 -05:00
ledger Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
ledger-tool Issue #17008 -- make snapshot archives to hold on to configurable. (#17158) 2021-05-12 10:32:27 -07:00
local-cluster Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
log-analyzer =1.7.0 2021-03-16 07:51:07 +00:00
logger Bump version to v1.7.0 2021-03-13 09:01:21 +00:00
measure Add Measure::this() (#16953) 2021-04-29 17:48:33 -05:00
merkle-root-bench =1.7.0 2021-03-16 07:51:07 +00:00
merkle-tree merkle-tree: Use `matches` crate when targeting eBPF 2021-04-03 12:09:36 -06:00
metrics Make metrics tests independent of RUST_LOG env var (#16710) 2021-04-21 18:14:49 -06:00
multinode-demo Issue #17008 -- make snapshot archives to hold on to configurable. (#17158) 2021-05-12 10:32:27 -07:00
net Add pubkey for stevecz (#17094) 2021-05-06 21:52:39 -05:00
net-shaper =1.7.0 2021-03-16 07:51:07 +00:00
net-utils Simplify some pattern-matches (#16402) 2021-04-08 12:40:37 -06:00
notifier Update to reqwest 0.11.2 2021-03-18 11:59:41 -07:00
perf Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
poh-bench Merge pull request from GHSA-8v47-8c53-wwrc 2021-04-13 00:28:08 -06:00
program-test chore: conflate use statement 2021-05-04 08:34:35 -07:00
programs Fix InvokeContext::push() account_deps (#17350) 2021-05-21 22:34:07 +02:00
rayon-threadlimit Bump version to v1.7.0 2021-03-13 09:01:21 +00:00
remote-wallet Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
rpc Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
runtime Fix InvokeContext::push() account_deps (#17350) 2021-05-21 22:34:07 +02:00
scripts restore Serum in CI downstream job (#17346) 2021-05-20 15:33:19 +00:00
sdk Remove const qualifier from syscall out-parameters (#17382) 2021-05-21 12:09:22 -07:00
stake-accounts fix: update devnet and testnet urls 2021-05-14 16:20:39 -06:00
stake-monitor Deprecate "confirmed" RpcClient methods (#16520) 2021-04-15 17:00:14 -06:00
storage-bigtable Simplify some pattern-matches (#16402) 2021-04-08 12:40:37 -06:00
storage-proto Remove unwrap (#16652) 2021-04-19 20:17:56 -07:00
streamer Revert "Add limit and shrink policy for recycler (#15320)" 2021-04-18 19:29:24 +00:00
sys-tuner =1.7.0 2021-03-16 07:51:07 +00:00
system-test fix: update devnet and testnet urls 2021-05-14 16:20:39 -06:00
tokens Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
transaction-status account-decoder: don't use strings to convert between Pubkey types (#17391) 2021-05-21 22:53:53 +00:00
upload-perf =1.7.0 2021-03-16 07:51:07 +00:00
validator Validator progress bars are now rendered when stdout is not a terminal 2021-05-19 07:32:39 +00:00
version Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
watchtower =1.7.0 2021-03-16 07:51:07 +00:00
web3.js chore: bump ts-node from 9.1.1 to 10.0.0 in /web3.js (#17432) 2021-05-24 12:10:12 +00:00
.clippy.toml
.codecov.yml
.gitignore
.mergify.yml Drop v1.3, add v1.7 2021-02-17 09:01:45 -08:00
.travis.yml explorer: downgrade nodejs version in travis (#16740) 2021-04-22 22:27:50 +08:00
CONTRIBUTING.md
Cargo.lock Optimize aligned memory used by the runtime (#17324) 2021-05-19 13:43:59 -07:00
Cargo.toml Remove ramp-tps 2021-05-04 02:06:50 +00:00
LICENSE
README.md Add new logo (#16556) 2021-04-14 19:02:42 -06:00
RELEASE.md
SECURITY.md Clarify bug bounty payment policy (#16488) 2021-04-12 14:53:15 -06:00
cargo Speed up net.sh builds (#16360) 2021-04-07 14:45:03 +08:00
cargo-build-bpf
cargo-test-bpf
fetch-perf-libs.sh
fetch-spl.sh Load memo v2 into genesis for test validator (#15425) 2021-02-19 15:59:31 +08:00
run.sh Skip leader slots until a vote lands (#15607) 2021-03-25 18:54:51 -07:00
test-abi.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 make

On Mac M1s, make sure you set up your terminal & homebrew to use Rosetta. You can install it with:

$ softwareupdate --install-rosetta

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 development cluster

  • devnet - stable public cluster for development accessible via devnet.solana.com. Runs 24/7. Learn more about the public clusters

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 Solana Foundation's ("SF") best efforts. 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 SF or developer resources that SF provides, are for educational and inspiration purposes only. SF does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Solana blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resident in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or a person subject to similar blocking or denied party prohibitions.

The reader should be aware that U.S. export control and sanctions laws prohibit U.S. persons (and other persons that are subject to such laws) from transacting with persons in certain countries and territories or that are on the SDN list. As a project based primarily on open-source software, it is possible that such sanctioned persons may nevertheless bypass prohibitions, obtain the code comprising the Solana blockchain protocol (or other project code or applications) and deploy, integrate, or otherwise use it. Accordingly, there is a risk to individuals that other persons using the Solana blockchain protocol may be sanctioned persons and that transactions with such persons would be a violation of U.S. export controls and sanctions law. This risk applies to individuals, organizations, and other ecosystem participants that deploy, integrate, or use the Solana blockchain protocol code directly (e.g., as a node operator), and individuals that transact on the Solana blockchain through light clients, third party interfaces, and/or wallet software.