Skip to content

Commit

Permalink
Merge pull request #1102 from 0xlukem/0xlukem/semrush-february-audit
Browse files Browse the repository at this point in the history
Semrush Audit February
  • Loading branch information
eshaben authored Feb 27, 2025
2 parents 0a388d8 + 78c759e commit e796a8a
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 68 deletions.
Binary file removed .snippets/code/builders/substrate/.DS_Store
Binary file not shown.
Binary file removed builders/.DS_Store
Binary file not shown.
57 changes: 29 additions & 28 deletions builders/ethereum/dev-env/tenderly.md

Large diffs are not rendered by default.

Binary file removed builders/integrations/.DS_Store
Binary file not shown.
Binary file removed builders/integrations/wallets/.DS_Store
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-1.webp
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-2.webp
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-3.webp
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-4.webp
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-5.webp
Binary file not shown.
Binary file modified images/builders/ethereum/dev-env/tenderly/tenderly-6.webp
Binary file not shown.
Binary file not shown.
Binary file removed images/builders/get-started/explorers/.DS_Store
Binary file not shown.
Binary file removed images/builders/integrations/wallets/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified images/learn/platform/technology-diagram.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions learn/dapp-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@ From the web-based editor, take the following steps to commit your changes to th
1. Click on the **Source Control** tab, which should show you how many pages have been added or changed
2. Review the files under the **Changes** section. Click the **+** button next to **Changes**, or as you review each file, click the **+** button next to the file name to add them to the list of **Staged Changes**

![Staging the changed files on GitHub's browser-based editor](/images/learn/dapps-list//directory-6.webp)
![Staging the changed files on GitHub's browser-based editor](/images/learn/dapps-list/directory-6.webp)

All of your files should now be under the **Staged Changes** section. All you have to commit and push the changes are:

1. Enter a descriptive commit message, such as "Add My Project", making sure to use your actual project name
2. Click **Commit & Push**

![Committing the staged files on GitHub's browser-based editor](/images/learn/dapps-list//directory-7.webp)
![Committing the staged files on GitHub's browser-based editor](/images/learn/dapps-list/directory-7.webp)

Now that you've committed the changes, you'll need to head over to the [`app-directory-data` repository](https://github.com/moonbeam-foundation/app-directory-data){target=\_blank} and open a pull request against the `develop` branch:

Expand All @@ -290,7 +290,7 @@ Now that you've committed the changes, you'll need to head over to the [`app-dir
3. Click the **Contribute** dropdown
4. Click the **Open pull request** button

![The main page of the app-directory-data repository on GitHub](/images/learn/dapps-list//directory-8.webp)
![The main page of the app-directory-data repository on GitHub](/images/learn/dapps-list/directory-8.webp)

You'll be taken to the **Comparing changes** page, where you'll need to:

Expand All @@ -299,7 +299,7 @@ You'll be taken to the **Comparing changes** page, where you'll need to:
3. Add a description of the changes
4. Click **Create pull request**

![Submit a pull request on the Comparing changes page of the app-directory-data repository on GitHub](/images/learn/dapps-list//directory-9.webp)
![Submit a pull request on the Comparing changes page of the app-directory-data repository on GitHub](/images/learn/dapps-list/directory-9.webp)

### The Review Process {: #review-process }

Expand Down
78 changes: 44 additions & 34 deletions llms.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node-operators/networks/collators/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Hardware recommendations:

**Q: What should I look for in the logs?**

**A:** Logs are very useful to determine if you are in sync and ready to join the collators pool. Look at the tail end of the logs to determine if:
**A:** Logs are very useful to determine if you are in sync and ready to join the collators pool. Look at the tail end of the logs to determine if:

1. Your Relay chain is in sync
2. Your parachain is in sync
Expand All @@ -142,7 +142,7 @@ You should see **Idle** in your logs when your node is in sync.

A common issue is joining the pool before your node is in sync. You will be unable to produce any blocks or receive any rewards. Wait until you are in sync and idle before joining the candidate pool.

![Relay chain not in sync yet](/images/node-operators/networks/run-a-node/docker/full-node-docker-2.webp)
--8<-- 'code/node-operators/networks/run-a-node/docker/terminal/logs.md'

The relay chain takes much longer to sync than the parachain. You will not see any finalized blocks until the relay chain has synced.

Expand Down

0 comments on commit e796a8a

Please sign in to comment.