-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1257 from jbesraa/2024-11-08-template-distributio…
…n-msgs-docs Docs for Template Distribution Messages
- Loading branch information
Showing
9 changed files
with
246 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# template_distribution_sv2 | ||
|
||
[![crates.io](https://img.shields.io/crates/v/template_distribution_sv2.svg)](https://crates.io/crates/template_distribution_sv2) | ||
[![docs.rs](https://docs.rs/template_distribution_sv2/badge.svg)](https://docs.rs/template_distribution_sv2) | ||
[![rustc+](https://img.shields.io/badge/rustc-1.75.0%2B-lightgrey.svg)](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html) | ||
[![license](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/stratum-mining/stratum/blob/main/LICENSE.md) | ||
[![codecov](https://codecov.io/gh/stratum-mining/stratum/branch/main/graph/badge.svg)](https://app.codecov.io/gh/stratum-mining/stratum/tree/main/protocols%2Fv2%2Ftemplate_distribution_sv2) | ||
|
||
`template_distribution_sv2` is a Rust crate that implements a set of messages defined in the | ||
Template Distribution Protocol of Stratum V2. The Template Distribution protocol can be used to | ||
receive updates of the block templates to use in mining. | ||
|
||
For further information about the messages, please refer to [Stratum V2 documentation - Job Distribution](https://stratumprotocol.org/specification/07-Template-Distribution-Protocol/). | ||
|
||
## Build Options | ||
|
||
This crate can be built with the following features: | ||
- `std`: Enables support for standard library features. | ||
- `with_serde`: Enables support for serialization and deserialization using Serde. | ||
- `prop_test`: Enables support for property testing. | ||
|
||
*Note that `with_serde` feature flag is only used for the Message Generator, and deprecated for any | ||
other kind of usage. It will likely be fully deprecated in the future.* | ||
|
||
## Usage | ||
|
||
To include this crate in your project, run: | ||
|
||
```bash | ||
$ cargo add template_distribution_sv2 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.