-
Notifications
You must be signed in to change notification settings - Fork 45
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 #344 from bob-collective/derrek/docs-add-audits
docs: add "Audits" page
- Loading branch information
Showing
7 changed files
with
26 additions
and
2 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,24 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Audits | ||
--- | ||
|
||
# Audits | ||
|
||
## BOB Mainnet | ||
|
||
In Phase 1 of our [roadmap](/docs/learn/bob-stack/roadmap.md), "Optimistic BOB" is an OP-stack rollup on Ethereum. We inherit the hard work of the Optimism Collective, including the many [security reviews](https://github.com/ethereum-optimism/optimism/tree/v1.1.4/technical-documents/security-reviews) they have secured for our infrastructure. | ||
|
||
## BOB Gateway | ||
|
||
BOB's most novel product is our intent-based Bitcoin bridge, called "[BOB Gateway](/docs/learn/guides/bob-gateway/index.md)." The reports below show the results of audits for every major release so far. | ||
|
||
### Common Prefix | ||
|
||
- April 2024: BOB Onramp Smart Contract Audit. [Report](Common-Prefix-Audit-Report-2024.pdf) | ||
|
||
### Pashov | ||
|
||
- April 2024: BOB Onramp Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v1.pdf) | ||
- August 2024: BOB Gateway V2 Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v2.pdf) | ||
- September 2024: BOB Gateway V3 Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v3.pdf) |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 5 | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Privileged Roles in BOB Mainnet | ||
|