diff --git a/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png b/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png new file mode 100644 index 0000000000..7c20603126 Binary files /dev/null and b/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png b/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png index 7c20603126..c3f47bbe62 100644 Binary files a/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png and b/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png b/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png index c3f47bbe62..bdf72f67cc 100644 Binary files a/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png and b/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/image (1) (1) (1) (1) (1).png b/.gitbook/assets/image (1) (1) (1) (1) (1).png index bdf72f67cc..ef9c9aabe2 100644 Binary files a/.gitbook/assets/image (1) (1) (1) (1) (1).png and b/.gitbook/assets/image (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/image (1) (1) (1).png b/.gitbook/assets/image (1) (1) (1).png index ef9c9aabe2..46c75b3215 100644 Binary files a/.gitbook/assets/image (1) (1) (1).png and b/.gitbook/assets/image (1) (1) (1).png differ diff --git a/.gitbook/assets/image (1) (1).png b/.gitbook/assets/image (1) (1).png index 46c75b3215..db81843857 100644 Binary files a/.gitbook/assets/image (1) (1).png and b/.gitbook/assets/image (1) (1).png differ diff --git a/.gitbook/assets/image (1).png b/.gitbook/assets/image (1).png index db81843857..dcc459fad4 100644 Binary files a/.gitbook/assets/image (1).png and b/.gitbook/assets/image (1).png differ diff --git a/.gitbook/assets/image.png b/.gitbook/assets/image.png index dcc459fad4..14da174535 100644 Binary files a/.gitbook/assets/image.png and b/.gitbook/assets/image.png differ diff --git a/concepts/block-production/README.md b/concepts/block-production/README.md index df2060ceb6..924f1329c8 100644 --- a/concepts/block-production/README.md +++ b/concepts/block-production/README.md @@ -11,3 +11,7 @@ There are two primary parties in Stacks block production: miners and stackers. M Stacking is another action conducted by stackers that is a necessary prerequisite to signing. We'll cover how all of this works together in the next three sections. For an in-depth overview of the technical aspects of how block production works after the Nakmoto Upgrade, be sure to read through [SIP-021](https://github.com/stacksgov/sips/blob/feat/sip-021-nakamoto/sips/sip-021/sip-021-nakamoto.md). + +Here's a diagram outlining the block production process under Nakamoto rules. We'll dig into each part of this in the following docs. + +
diff --git a/concepts/transactions/post-conditions.md b/concepts/transactions/post-conditions.md index bbfde89ae4..b1c2e446eb 100644 --- a/concepts/transactions/post-conditions.md +++ b/concepts/transactions/post-conditions.md @@ -28,7 +28,7 @@ When you use a Stacks wallet like the Hiro web wallet and initiate a transaction Here's what that looks like: -
+
In this example, if the smart contract does not transfer one fabulous-frog NFT and and take 50 STX from the user, the transaction will abort. diff --git a/guides-and-tutorials/running-a-signer/README.md b/guides-and-tutorials/running-a-signer/README.md index 2628d09fcf..889e1be505 100644 --- a/guides-and-tutorials/running-a-signer/README.md +++ b/guides-and-tutorials/running-a-signer/README.md @@ -195,7 +195,7 @@ To make sure your signer is running successfully, run `docker ps` to list your r You should see something like this -
+
Now check the logs of that container by running: @@ -304,7 +304,7 @@ If when running your node you get a connection refused error that looks like thi First, be sure that you have the proper entry point specified in your `node-config.toml` file as specified in the [How to Run a Signer](./) doc. -
+
If you are inside a Docker container with default bridging mode, then localhost is not available, and you'll need to point to the Docker host. diff --git a/nakamoto-upgrade/nakamoto-in-10-minutes.md b/nakamoto-upgrade/nakamoto-in-10-minutes.md index a0524e42cb..790f2e727d 100644 --- a/nakamoto-upgrade/nakamoto-in-10-minutes.md +++ b/nakamoto-upgrade/nakamoto-in-10-minutes.md @@ -44,7 +44,7 @@ This elegant design creates a cooperative relationship between miners and stacke Here is a diagram outlining miner and signer behavior. -
+
### Bitcoin MEV Mitigation