Go to file
Tyera Eulberg ed53a70b5c
Cli: transfer ALL; check spend+fee in client (#10012)
* lamports->SOL in user-facing error msg

* Check for sufficient balance for spend and fee

* Add ALL option to solana transfer

* Rework TransferAmount to check for sign_only in parse

* Refactor TransferAmount & fee-check handling to be more general

* Add addl checks mechanism

* Move checks out of cli.rs

* Rename to SpendAmount to be more general & move

* Impl ALL/spend helpers for create-nonce-account

* Impl spend helpers for create-vote-account

* Impl ALL/spend helpers for create-stake-account

* Impl spend helpers for ping

* Impl ALL/spend helpers for pay

* Impl spend helpers for validator-info

* Remove unused fns

* Remove retry_get_balance

* Add a couple unit tests

* Rework send_util fn signatures
2020-05-14 12:24:14 -06:00
.buildkite Remove , 2020-03-23 22:12:16 -07:00
.github Mark PRs stale after 7 days instead of 30 (#7528) 2019-12-17 14:37:35 -07:00
accounts-bench Bump clap from 2.33.0 to 2.33.1 (#9978) 2020-05-11 14:32:50 -07:00
archiver Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
archiver-lib Bump serde from 1.0.106 to 1.0.110 (#9964) 2020-05-10 16:24:25 -07:00
archiver-utils Update dalek version 2020-04-28 21:02:47 -06:00
banking-bench Update dalek version 2020-04-28 21:02:47 -06:00
bench-exchange Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
bench-streamer Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
bench-tps Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
chacha Update dalek version 2020-04-28 21:02:47 -06:00
chacha-cuda Only build x86_64-unknown-linux-gnu on docs.rs 2020-04-16 19:06:17 -07:00
chacha-sys Security changes (#9923) 2020-05-08 10:00:23 -07:00
ci Reenable move (#9841) 2020-05-01 12:51:29 -07:00
clap-utils Cli: transfer ALL; check spend+fee in client (#10012) 2020-05-14 12:24:14 -06:00
cli Cli: transfer ALL; check spend+fee in client (#10012) 2020-05-14 12:24:14 -06:00
cli-config Bump serde_yaml from 0.8.11 to 0.8.12 (#9966) 2020-05-10 18:11:23 -07:00
client Cli: transfer ALL; check spend+fee in client (#10012) 2020-05-14 12:24:14 -06:00
core `solana-gossip spy` can now specify a shred version (#10040) 2020-05-13 19:37:40 -07:00
crate-features Update dalek version 2020-04-28 21:02:47 -06:00
docs fix docs makefile (#10016) 2020-05-13 09:08:25 -07:00
dos `solana-gossip spy` can now specify a shred version (#10040) 2020-05-13 19:37:40 -07:00
download-utils Revert "Bump console from 0.10.1 to 0.11.2 (#9763)" 2020-04-28 10:43:18 -07:00
faucet Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
genesis Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
genesis-programs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
gossip `solana-gossip spy` can now specify a shred version (#10040) 2020-05-13 19:37:40 -07:00
install Cli: transfer ALL; check spend+fee in client (#10012) 2020-05-14 12:24:14 -06:00
keygen Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
ledger Refactor blockstore recovery code (#10008) 2020-05-13 10:09:38 -07:00
ledger-tool Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
local-cluster Repair alternate versions of dead slots (#9805) 2020-05-05 14:07:21 -07:00
log-analyzer Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
logger Upgrade to Rust 1.43.0 (#9754) 2020-04-29 18:02:05 -07:00
measure Only build x86_64-unknown-linux-gnu on docs.rs 2020-04-16 19:06:17 -07:00
merkle-tree Only build x86_64-unknown-linux-gnu on docs.rs 2020-04-16 19:06:17 -07:00
metrics Add metrics for logging time taken in replaystage steps (#9933) 2020-05-08 03:46:29 -07:00
multinode-demo Pass around --max-genesis-archive-unpacked-size (#9161) 2020-04-29 18:53:34 -07:00
net Pass around --max-genesis-archive-unpacked-size (#9161) 2020-04-29 18:53:34 -07:00
net-shaper Bump clap from 2.33.0 to 2.33.1 (#9978) 2020-05-11 14:32:50 -07:00
net-utils Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
perf Bump serde from 1.0.106 to 1.0.110 (#9964) 2020-05-10 16:24:25 -07:00
programs Remove hash field from account (#9915) 2020-05-12 23:39:46 +08:00
ramp-tps Bump clap from 2.33.0 to 2.33.1 (#9978) 2020-05-11 14:32:50 -07:00
rayon-threadlimit Bump num_cpus from 1.12.0 to 1.13.0 (#9682) 2020-04-23 13:08:06 -07:00
remote-wallet Bump dialoguer from 0.5.1 to 0.6.2 (#9970) 2020-05-11 08:21:16 -07:00
runtime Fix unstable test after eager rent collection (#10031) 2020-05-13 10:35:58 -07:00
scripts Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
sdk Cli: transfer ALL; check spend+fee in client (#10012) 2020-05-14 12:24:14 -06:00
sdk-c Bump cbindgen from 0.14.1 to 0.14.2 (#9900) 2020-05-06 09:07:57 -07:00
stake-accounts Bump clap from 2.33.0 to 2.33.1 (#9978) 2020-05-11 14:32:50 -07:00
stake-monitor Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
streamer Only build x86_64-unknown-linux-gnu on docs.rs 2020-04-16 19:06:17 -07:00
sys-tuner Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
system-test Reduce stability testcase throughput to 40k TPS (#9959) 2020-05-10 08:34:47 -07:00
tokens Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
transaction-status Bump serde from 1.0.106 to 1.0.110 (#9964) 2020-05-10 16:24:25 -07:00
upload-perf Bump serde_json from 1.0.52 to 1.0.53 (#9957) 2020-05-10 11:46:29 -07:00
validator `solana-gossip spy` can now specify a shred version (#10040) 2020-05-13 19:37:40 -07:00
version Fix crash when CI_COMMIT=HEAD (#9994) 2020-05-11 22:49:29 -07:00
vote-signer Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
watchtower Advertise node software version in gossip (#9981) 2020-05-11 15:02:01 -07:00
.clippy.toml
.codecov.yml
.gitbook.yaml Clean up wallet URL paths (#9667) 2020-04-22 16:48:21 -07:00
.gitignore Generate CLI usage (#8637) 2020-03-04 17:44:30 -07:00
.mergify.yml Allow v1.0 backports from v1.1 2020-04-06 11:26:39 -07:00
.travis.yml Try enabling windows build again, maybe it's more stable now 2020-03-17 11:14:08 -07:00
CONTRIBUTING.md Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
Cargo.lock Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
Cargo.toml Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
LICENSE
README.md Update link 2020-04-18 15:11:55 -07:00
RELEASE.md Move docs from book/ to docs/ (#8469) 2020-02-26 07:11:38 -08:00
fetch-perf-libs.sh Re-enable gpu sigverify (#9870) 2020-05-06 15:44:55 -07:00
run.sh Support ad-hoc genesis args in run.sh (#9697) 2020-04-23 22:48:53 -07: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

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

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.