From 9275b1291999ed893d5b5e9eafb0932e0beb3d1b Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:11 +0100 Subject: [PATCH 1/7] Fix typos in CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 81f2ed3cc0..677b3a3d6c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ ## Our Pledge -We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. From a5aed9720da7423b8b0b6039bf3e64f79391ed3c Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:13 +0100 Subject: [PATCH 2/7] Fix typos in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06deee5cb4..ab10dfe1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -859,7 +859,7 @@ to reset their chain states. - `clarity-cli` will now also print a serialized version of the resulting output from `eval` and `execute` commands. This serialization is in - hexademical string format and supports integration with other tools. (#2684) + hexadecimal string format and supports integration with other tools. (#2684) - The creation of a Bitcoin wallet with BTC version `> 0.19` is now supported on a private testnet. (#2647) - `lcov`-compatible coverage reporting has been added to `clarity-cli` for From 5cf9363883ee6045b7854d146eee0bf290c3b94d Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:15 +0100 Subject: [PATCH 3/7] Fix typos in SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index d3d4ada23d..10f66c47c3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,7 +16,7 @@ Learn more here: [https://bounty.stacks.org](https://bounty.stacks.org) Please visit [https://stacks.org/security](https://stacks.org/security) for the most up-to-date information on our security policy. -You may also contact us with any questions or to report a vulnerabilty using the following key(s): +You may also contact us with any questions or to report a vulnerability using the following key(s): | Name | Fingerprint | From 517f080671b555a9aee38a697ba7eab009fbcd08 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:16 +0100 Subject: [PATCH 4/7] Fix typos in net-test/README.md --- net-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-test/README.md b/net-test/README.md index b31bff22bb..bec25ae293 100644 --- a/net-test/README.md +++ b/net-test/README.md @@ -4,7 +4,7 @@ A rudimentary set of tools for testing multiple Stacks nodes at once, locally. Relevant files: * `bin/start.sh` -- start up a master node, a miner node, or a follower node, as - well as ancilliary processes. + well as ancillary processes. * `bin/faucet.sh` -- a rudimentary Bitcoin faucet. * `bin/txload.sh` -- a rudimentary Stacks transaction generator and load-tester. * `etc/*.in` -- templates that `bin/start.sh` uses to create configuration From f960e19b39edb00fa26a3590f9fa3998d0cbcfd3 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:18 +0100 Subject: [PATCH 5/7] Fix typos in docs/event-dispatcher.md --- docs/event-dispatcher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/event-dispatcher.md b/docs/event-dispatcher.md index da11740922..c303067ed5 100644 --- a/docs/event-dispatcher.md +++ b/docs/event-dispatcher.md @@ -258,7 +258,7 @@ Example: ### `POST /new_microblocks` -This payload includes data related to one or more microblocks that are either emmitted by the +This payload includes data related to one or more microblocks that are either emitted by the node itself, or received through the network. Example: From 0af11b9c13d79338aa8ccac3404db530da47fe70 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:19 +0100 Subject: [PATCH 6/7] Fix typos in sip/sip-004-materialized-view.md --- sip/sip-004-materialized-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/sip-004-materialized-view.md b/sip/sip-004-materialized-view.md index def065a175..f403c80468 100644 --- a/sip/sip-004-materialized-view.md +++ b/sip/sip-004-materialized-view.md @@ -1,4 +1,4 @@ -# SIP-004 Cryptographic Committment to Materialized Views +# SIP-004 Cryptographic Commitment to Materialized Views This document formerly contained SIP-004 before the Stacks 2.0 mainnet launched. From 7253cd46f2cb89a907c349e7ad94dd112300ad73 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Thu, 27 Feb 2025 22:05:22 +0100 Subject: [PATCH 7/7] Fix typos in stacks-signer/README.md --- stacks-signer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks-signer/README.md b/stacks-signer/README.md index 6e9e0be760..0c93e175f1 100644 --- a/stacks-signer/README.md +++ b/stacks-signer/README.md @@ -72,7 +72,7 @@ Generate a signature for stacking. - `--config`: The path to the signer configuration file. - `--pox-address`: The BTC address used to receive rewards - `--reward-cycle`: The reward cycle during which this signature is used -- `--method`: Stacking metod that can be used +- `--method`: Stacking method that can be used - `--period`: Number of cycles used as a lock period. Use `1` for stack-aggregation-commit method - `--max-amount`: The max amount of uSTX that can be used in this unique transaction - `--auth-id`: A unique identifier to prevent re-using this authorization @@ -146,7 +146,7 @@ Upload a chunk to the StackerDB instance. ``` - `--host`: The stacks node host to connect to. - `--contract`: The contract ID of the StackerDB instance. -- `--private_key`: The Stacks private key to use in hexademical format. +- `--private_key`: The Stacks private key to use in hexadecimal format. - `--slot-id`: The slot ID to get. - `--slot-version`: The slot version to get. - `--data`: The data to upload. If you wish to pipe data using STDIN, use with '-'.