Go to file
dependabot[bot] 6d9ed2c5c7
build(deps): bump serde_json from 1.0.107 to 1.0.108 (#34001)
* build(deps): bump serde_json from 1.0.107 to 1.0.108

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2023-11-10 13:29:23 +00:00
.buildkite ci: add the ability to use GCS backend for sccache (#33967) 2023-11-08 11:03:35 +08:00
.github ci: fixed sccache version for sccache-action (#33904) 2023-10-27 16:51:34 +00:00
account-decoder chore: impl decode for UiAccountData (#33632) 2023-11-06 13:24:13 +01:00
accounts-bench remove IncludeSlotInHash after feature activation on mnb (#33816) 2023-10-23 15:12:02 -07:00
accounts-cluster-bench
accounts-db Move filter_executable_program_accounts to bank.rs (#34004) 2023-11-09 14:40:04 -08:00
banking-bench Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
banks-client Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
banks-interface
banks-server
bench-streamer Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
bench-tps
bloom Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
bucket_map
cargo-registry Cleanup cargo registry code (#33879) 2023-10-26 12:58:20 -07:00
cd
ci scripts/cargo-clippy.sh: Extract our non-trivial `cargo clippy` command (#33982) 2023-11-08 02:50:38 -08:00
clap-utils
clap-v3-utils
cli Add support for fetching program in cargo registry (#33759) 2023-10-20 15:41:24 -07:00
cli-config
cli-output Add CLI command to show/dump v4 programs (#33693) 2023-10-13 12:13:45 -07:00
client
client-test Use program cache fork graph in extract() (#33806) 2023-10-25 06:04:38 -07:00
connection-cache Reduce ConnectionPool size used by send-transaction-service (#33548) 2023-10-10 16:34:03 -07:00
core adds keep-alive-interval to repair QUIC transport config (#33866) 2023-11-08 20:09:23 +00:00
cost-model Split compute budget instructions process from struct (#33852) 2023-10-26 22:12:56 -05:00
docs docs: updating apt install to apt upgrade (#33920) 2023-11-06 13:27:41 +01:00
dos
download-utils
entry
faucet
frozen-abi Cargo.toml: Sort dependency and feature lists (#33670) 2023-10-17 01:12:15 -07:00
genesis
genesis-utils Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
geyser-plugin-interface Made geyser interface repr(c) to improve interface stability (#33703) 2023-10-23 09:59:07 -07:00
geyser-plugin-manager Remove RwLock on BlockNotifier (#33981) 2023-11-08 10:27:50 -08:00
gossip improve batch_send error handling (#33936) 2023-10-31 23:39:26 -07:00
install Fix `solana-install init` making unnecessary API requests (#33949) 2023-11-06 17:06:49 -07:00
keygen
ledger Use is_trusted bool in insert_shreds() instead manually adjusting root (#34010) 2023-11-09 22:56:48 -06:00
ledger-tool Feature - Epoch boundary recompilation phase (#33477) 2023-11-09 13:10:59 +01:00
local-cluster Use is_trusted bool in insert_shreds() instead manually adjusting root (#34010) 2023-11-09 22:56:48 -06:00
log-analyzer
logger
measure
memory-management
merkle-root-bench
merkle-tree
metrics allow empty string for SOLANA_METRICS_CONFIG sanity checking (#33515) 2023-10-11 09:58:39 -07:00
multinode-demo multinode-demo scripts support --block-production-method arg (#33891) 2023-10-31 12:20:39 +08:00
net chore: remove install-nodejs.sh and install-redis.sh (#33684) 2023-10-13 12:47:06 +08:00
net-shaper
net-utils
notifier
perf
poh Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
poh-bench
program-runtime Feature - Epoch boundary recompilation phase (#33477) 2023-11-09 13:10:59 +01:00
program-test Define register_unique_recent_blockhash_for_test (#33880) 2023-10-27 12:30:45 +09:00
programs build(deps): bump serde_json from 1.0.107 to 1.0.108 (#34001) 2023-11-10 13:29:23 +00:00
pubsub-client
quic-client Correct num_packets stats (#33630) 2023-10-11 14:00:30 -07:00
rayon-threadlimit
rbpf-cli
remote-wallet Cargo.toml: Sort dependency and feature lists (#33670) 2023-10-17 01:12:15 -07:00
rpc Revert " Remove redundant bounds check from getBlock and getBlockTime… (#33996) 2023-11-08 18:16:51 -06:00
rpc-client Allow to create HTTP Sender with custom Client (#33580) 2023-10-10 14:40:35 -06:00
rpc-client-api
rpc-client-nonce-utils chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
rpc-test
runtime Move filter_executable_program_accounts to bank.rs (#34004) 2023-11-09 14:40:04 -08:00
scripts scripts/cargo-clippy.sh: Extract our non-trivial `cargo clippy` command (#33982) 2023-11-08 02:50:38 -08:00
sdk chore: Update light-poseidon to 0.2.0 (#33923) 2023-11-10 16:00:10 +09:00
send-transaction-service Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
stake-accounts
storage-bigtable
storage-proto
streamer improve batch_send error handling (#33936) 2023-10-31 23:39:26 -07:00
system-test
test-validator
thin-client
tokens cli: solana-tokens, validate inputs gracefully (#33926) 2023-11-02 18:06:00 -06:00
tpu-client
transaction-dos
transaction-status Add Blockstore::get_rooted_block_with_entries method (#33995) 2023-11-09 10:03:56 -07:00
turbine expands transport configs in turbine QUIC endpoint (#33864) 2023-11-08 20:28:19 +00:00
udp-client
upload-perf
validator Move and rename ledger services from core to ledger (#33947) 2023-11-08 11:58:31 -06:00
version
vote Crates have identical build.rs to frozen-abi can just be symlink (#33787) 2023-10-21 13:33:10 -05:00
watchtower docs: fix typo in watchtower/README.md (#33771) 2023-10-19 17:28:04 +02:00
web3.js
wen-restart We need to publish solana-wen-restart so we can publish 1.18.0 later. (#33662) 2023-10-11 11:27:09 -07:00
zk-keygen
zk-token-sdk [zk-token-sdk] Check that discrete log compression batch size is greater than 0 (#33699) 2023-10-24 11:11:28 -07:00
.clippy.toml
.codecov.yml
.gitignore
.mergify.yml
.travis.yml
CHANGELOG.md changelog: Uses fastboot by default (#33900) 2023-11-07 16:00:09 -05:00
CONTRIBUTING.md Fixed typing errors (#33778) 2023-10-20 11:33:41 +02:00
Cargo.lock build(deps): bump serde_json from 1.0.107 to 1.0.108 (#34001) 2023-11-10 13:29:23 +00:00
Cargo.toml build(deps): bump serde_json from 1.0.107 to 1.0.108 (#34001) 2023-11-10 13:29:23 +00:00
LICENSE
README.md
RELEASE.md
SECURITY.md Fixed typing errors (#33778) 2023-10-20 11:33:41 +02:00
cargo
cargo-build-bpf
cargo-build-sbf
cargo-test-bpf
cargo-test-sbf
fetch-perf-libs.sh
fetch-spl.sh
nextest.toml
run.sh
rust-toolchain.toml
rustfmt.toml
test-abi.sh
vercel.json

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

When building the master branch, please make sure you are using the latest stable rust version by running:

$ rustup update

When building a specific release branch, you should check the rust version in ci/rust-version.sh and if necessary, install that version by running:

$ rustup install VERSION

Note that if this is not the latest rust version on your machine, cargo commands may require an override in order to use the correct version.

On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, protobuf etc.

On Ubuntu:

$ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang cmake make libprotobuf-dev protobuf-compiler

On Fedora:

$ sudo dnf install openssl-devel systemd-devel pkg-config zlib-devel llvm clang cmake make protobuf-devel protobuf-compiler perl-core

2. Download the source code.

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

3. Build.

$ ./cargo build

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 the 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 Labs, Inc. (“SL”) good faith 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 SL or developer resources that SL provides are for educational and inspirational purposes only. SL 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 the 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. Accordingly, there is a risk to individuals that other persons using any of the code contained in this repo, or a derivation thereof, may be sanctioned persons and that transactions with such persons would be a violation of U.S. export controls and sanctions law.