From e57fc60a7650f142ed5e855acbdc790e21a4ea14 Mon Sep 17 00:00:00 2001 From: wonge97 <84043208+wonge97@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:30:29 -0500 Subject: [PATCH] add new audits to documentation. fix broken link (#715) --- docs/additional/audits.rst | 56 +++++++++++++++++++++----------------- docs/index.rst | 2 +- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/docs/additional/audits.rst b/docs/additional/audits.rst index d89c0ec251..53af53c7e9 100644 --- a/docs/additional/audits.rst +++ b/docs/additional/audits.rst @@ -4,28 +4,34 @@ Audits Below are links to our third-party audit reports. -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| **Release** | **Reports** | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| ERC721OrdersFeature | * `ABDK Consulting `__ | -| | | -| | | -| ERC1155OrdersFeature | | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| Exchange V4 | * `Consensys Diligence (December 2020) `__ | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| Exchange V3 | * `Trail of Bits `__ | -| | * `Consensys Diligence (Exchange) `__ | -| | * `Consensys Diligence (Staking) `__ | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| Exchange V2.1 | * `First `_ | -| | * `Consensys Diligence `_ | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| MultiAssetProxy | * `Consensys Diligence `__ | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| ERC1155Proxy | * `Consensys Diligence `__ | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| StaticCallProxy | * No third-party audit. | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ -| ERC20BridgeProxy | * No third-party audit. | -+----------------------+---------------------------------------------------------------------------------------------------------------------------+ ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| **Release** | **Reports** | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| Governance | * `Ourovoros `__ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| MultiplexFeature | * `ABDK Consulting `__ | +| | | +| MetaTransactions | | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| ERC721OrdersFeature | * `ABDK Consulting `__ | +| | | +| | | +| ERC1155OrdersFeature | | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| Exchange V4 | * `Consensys Diligence (December 2020) `__ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| Exchange V3 | * `Trail of Bits `__ | +| | * `Consensys Diligence (Exchange) `__ | +| | * `Consensys Diligence (Staking) `__ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| Exchange V2.1 | * `First `_ | +| | * `Consensys Diligence `_ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| MultiAssetProxy | * `Consensys Diligence `__ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| ERC1155Proxy | * `Consensys Diligence `__ | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| StaticCallProxy | * No third-party audit. | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ +| ERC20BridgeProxy | * No third-party audit. | ++----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/docs/index.rst b/docs/index.rst index d06546ee7b..f9bd2741ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ This documentation is aimed to serve as the canonical technical documentation fo - Subsections will provide a deep dive into each contracts - Tutorial and tools to get started building with/on top of 0x Protocol -To learn more about why 0x Protocol was created, read the whitepaper `here `_ and at `0xProtocol.org `_. +To learn more about why 0x Protocol was created, read the whitepaper `here `_ and at `0xProtocol.org `_. All code is open sourced on `GitHub `_.