diff --git a/docs/bridges/audits.md b/docs/bridges/audits.md index fe6758ea..f3247804 100644 --- a/docs/bridges/audits.md +++ b/docs/bridges/audits.md @@ -23,19 +23,15 @@ The scope for auditing includes the following repos: ### g0 -(intermediate reports, final pending) - **Completed**: June 28, 2024 **Conclusion**: 1 critical issue, 3 medium issues, 4 minor issues, 4 note issues. All issues has been resolved or acknowledged. -**Audit Report**:[g0-Gnosis-Hashi Audit Report](../../static/files//g0%20-%20Gnosis%20Hashi%20Audit%20Report.pdf) +**Audit Report**:[g0-Gnosis-Hashi Audit Report](../../static/files/g0-Hashi-Gnosis-FinalAuditReport.pdf) ### Least Authority -(intermediate reports, final pending) - **Completed**: June 12, 2024 **Conclusion**: 4 issues, 13 suggestions. All issues has been resolved or acknowledged. -**Audit Report**:[Least Authority-Gnosis-Hashi Audit Report](../../static/files/Least%20Authority-Gnosis%20Hash%20Audit%20Report.pdf) +**Audit Report**:[Least Authority-Gnosis-Hashi Audit Report](../../static/files/Least%20Authority-Gnosis%20Hashi%20Final%20Audit%20Report.pdf) ## xDAI bridge upgrade Audit by Omega and ChainSafe diff --git a/docs/node/manual/validator/deposit.md b/docs/node/manual/validator/deposit.md index 8c120fed..4a3a0ec3 100644 --- a/docs/node/manual/validator/deposit.md +++ b/docs/node/manual/validator/deposit.md @@ -34,7 +34,7 @@ In this example we use MetaMask. ![](/img/node/UI-1A.png) -![](/img/node/UI-2A.png) +![](/img/node/UI-2A.jpg) ### Step 2: Upload `deposit_data.json` @@ -44,23 +44,23 @@ In this example we use MetaMask. If you can't upload the file, you may want to check the file permissions to make sure the user account you are logged in as has read permissions. You can grant permissions using the `sudo chmod` command. ::: - +![](/img/node/upload-info1.jpg) ### Step 3: Validate Deposit data 3. The app will validate the json file and list the number of validator deposits you are making and the required GNO to deposit. Click **Deposit** to continue. - +![](/img/node/deposit-2.png) -### Step 4: Acknowledge Risks + -### Step 5: Verify Transaction Parameters +### Step 4: Verify Transaction Parameters You are responsible for the transaction. Fraudulent websites might try to lure you into sending funds to them, instead of the official deposit contract. Make sure that you are sending the transaction with the correct data. @@ -91,15 +91,15 @@ Check that the transaction's data includes the Deposit Contract address ([0x0B98 ::: -### Step 6: Complete Deposit +### Step 5: Complete Deposit -5. Complete the deposit. +4. Complete the deposit. ![](/img/node/confirm.png) ![](/img/node/dep-made.png) -### Step 7: Validator Activation +### Step 6: Validator Activation :::tip @@ -111,6 +111,13 @@ It will take about 1.5 hours for your validators to start proposing and attestin - This is roughly 1 hour and 25 minutes before the validators start proposing and attesting blocks on the Gnosis Chain. - Once live, you can view your validator(s) on the explorer. Copy the pubkey(s) listed in the deposit_data.json file (a key will be generated for each validator as "pubkey": "<your-public-key>") and paste into the search box at [https://gnosischa.in/](https://gnosischa.in/). +### Step 7 (optional): Subscribe Autoclaim + +5. Select the Autoclaim Rewards tab. Set the frequency and minimum threshold for automatic token claims based on your preference. After configuring, click **Register** to continue. + + +![](/img/node/autoclaim.jpg) + ## Option 2: Direct interaction with Contracts A modification to the Gnosis Chain deposit contract allows you to deposit in batches (this functionality is not available for the ETH2 deposit contract). One transaction can be used to initiate deposits for up to 128 validators. The assumption is that every validator deposits 1 GNO in every entry of the batch. The following script simplifies the process. @@ -242,8 +249,8 @@ It will take about 1.5 hours for your validators to start proposing and attestin Required: -1. Chiado Testnet xDai: https://faucet.chiadochain.net/ -2. Chiado Testnet GNO: This can be obtained from discord upon request +1. Chiado Testnet xDai and GNO: https://faucet.chiadochain.net/ +2. Connect to Deposit UI [https://deposit.gnosischain.com/](https://deposit.gnosischain.com) using Gnosis Chiado Testnet and follow the Option 1: Deposit UI. -You can run the [deposit UI](https://deposit.gnosischain.com) locally following its repository `README` instructions: -[https://github.com/gnosischain/gbc-deposit-ui#gnosis-beacon-chain-deposit-ui](https://github.com/gnosischain/gbc-deposit-ui#gnosis-beacon-chain-deposit-ui) + diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index d969d5c4..56d7764b 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -30,7 +30,8 @@ const FeatureList = [ title: 'Tools for Builders', link: '/tools', subtitle: - 'RPC Providers, Faucets, etc. Everything you need to to develop on Gnosis.', + + 'RPC Providers, Faucets, etc. Everything you need to develop on Gnosis.', Svg: require('@site/static/img/features/tools.svg').default, }, { diff --git a/static/files/Least Authority-Gnosis Hash Audit Report.pdf b/static/files/Least Authority-Gnosis Hash Audit Report.pdf deleted file mode 100644 index 17c10aba..00000000 Binary files a/static/files/Least Authority-Gnosis Hash Audit Report.pdf and /dev/null differ diff --git a/static/files/Least Authority-Gnosis Hashi Final Audit Report.pdf b/static/files/Least Authority-Gnosis Hashi Final Audit Report.pdf new file mode 100644 index 00000000..a7c56ba5 Binary files /dev/null and b/static/files/Least Authority-Gnosis Hashi Final Audit Report.pdf differ diff --git a/static/files/g0 - Gnosis Hashi Audit Report.pdf b/static/files/g0-Hashi-Gnosis-FinalAuditReport.pdf similarity index 100% rename from static/files/g0 - Gnosis Hashi Audit Report.pdf rename to static/files/g0-Hashi-Gnosis-FinalAuditReport.pdf diff --git a/static/img/node/UI-1A.png b/static/img/node/UI-1A.png index 47485e5d..68f21de4 100644 Binary files a/static/img/node/UI-1A.png and b/static/img/node/UI-1A.png differ diff --git a/static/img/node/UI-2A.jpg b/static/img/node/UI-2A.jpg new file mode 100644 index 00000000..862f9fa5 Binary files /dev/null and b/static/img/node/UI-2A.jpg differ diff --git a/static/img/node/UI-2A.png b/static/img/node/UI-2A.png deleted file mode 100644 index 3c72644d..00000000 Binary files a/static/img/node/UI-2A.png and /dev/null differ diff --git a/static/img/node/autoclaim.jpg b/static/img/node/autoclaim.jpg new file mode 100644 index 00000000..df955a42 Binary files /dev/null and b/static/img/node/autoclaim.jpg differ diff --git a/static/img/node/confirm.png b/static/img/node/confirm.png index 49ea6606..7c0a7e9b 100644 Binary files a/static/img/node/confirm.png and b/static/img/node/confirm.png differ diff --git a/static/img/node/dep-made.png b/static/img/node/dep-made.png index 1ff77c06..cb858010 100644 Binary files a/static/img/node/dep-made.png and b/static/img/node/dep-made.png differ diff --git a/static/img/node/deposit-2.png b/static/img/node/deposit-2.png index 389a11de..9382f29f 100644 Binary files a/static/img/node/deposit-2.png and b/static/img/node/deposit-2.png differ diff --git a/static/img/node/upload-info1.jpg b/static/img/node/upload-info1.jpg new file mode 100644 index 00000000..3c29b8a6 Binary files /dev/null and b/static/img/node/upload-info1.jpg differ diff --git a/static/img/node/upload-info1.png b/static/img/node/upload-info1.png deleted file mode 100644 index c2b737c8..00000000 Binary files a/static/img/node/upload-info1.png and /dev/null differ