add new audits to documentation. fix broken link (#715)
This commit is contained in:
parent
4379e15a4d
commit
e57fc60a76
@ -4,28 +4,34 @@ Audits
|
|||||||
|
|
||||||
Below are links to our third-party audit reports.
|
Below are links to our third-party audit reports.
|
||||||
|
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Release** | **Reports** |
|
| **Release** | **Reports** |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| Governance | * `Ourovoros <https://github.com/0xProject/protocol/blob/development/contracts/governance/audits/0xProtocol-06-04-2023-Final.pdf>`__ |
|
||||||
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| MultiplexFeature | * `ABDK Consulting <https://github.com/0xProject/ZEIPs/blob/master/zeip96_images/ABDK_0x_MetaTransaction_v_1_0.pdf>`__ |
|
||||||
|
| | |
|
||||||
|
| MetaTransactions | |
|
||||||
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ERC721OrdersFeature | * `ABDK Consulting <https://s3.us-east-2.amazonaws.com/zeips.0x.org/audits/abdk-consulting/ABDK_0x_Solidity_v_1_0.pdf>`__ |
|
| ERC721OrdersFeature | * `ABDK Consulting <https://s3.us-east-2.amazonaws.com/zeips.0x.org/audits/abdk-consulting/ABDK_0x_Solidity_v_1_0.pdf>`__ |
|
||||||
| | |
|
| | |
|
||||||
| | |
|
| | |
|
||||||
| ERC1155OrdersFeature | |
|
| ERC1155OrdersFeature | |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Exchange V4 | * `Consensys Diligence (December 2020) <https://consensys.net/diligence/audits/2020/12/0x-exchange-v4/>`__ |
|
| Exchange V4 | * `Consensys Diligence (December 2020) <https://consensys.net/diligence/audits/2020/12/0x-exchange-v4/>`__ |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Exchange V3 | * `Trail of Bits <http://zeips.0x.org.s3-website.us-east-2.amazonaws.com/audits/56/trail-of-bits/audit.pdf>`__ |
|
| Exchange V3 | * `Trail of Bits <http://zeips.0x.org.s3-website.us-east-2.amazonaws.com/audits/56/trail-of-bits/audit.pdf>`__ |
|
||||||
| | * `Consensys Diligence (Exchange) <https://diligence.consensys.net/audits/2019/09/0x-v3-exchange/>`__ |
|
| | * `Consensys Diligence (Exchange) <https://diligence.consensys.net/audits/2019/09/0x-v3-exchange/>`__ |
|
||||||
| | * `Consensys Diligence (Staking) <https://diligence.consensys.net/audits/2019/10/0x-v3-staking/>`__ |
|
| | * `Consensys Diligence (Staking) <https://diligence.consensys.net/audits/2019/10/0x-v3-staking/>`__ |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Exchange V2.1 | * `First <https://docs.google.com/document/d/1jYv6V21MfCSwCS5fxD6ZyaLWGzkpRSUO0lZpST94XsA/edit>`_ |
|
| Exchange V2.1 | * `First <https://docs.google.com/document/d/1jYv6V21MfCSwCS5fxD6ZyaLWGzkpRSUO0lZpST94XsA/edit>`_ |
|
||||||
| | * `Consensys Diligence <https://github.com/ConsenSys/0x_audit_report_2018-07-23>`_ |
|
| | * `Consensys Diligence <https://github.com/ConsenSys/0x_audit_report_2018-07-23>`_ |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| MultiAssetProxy | * `Consensys Diligence <https://github.com/ConsenSys/0x-audit-report-2018-12>`__ |
|
| MultiAssetProxy | * `Consensys Diligence <https://github.com/ConsenSys/0x-audit-report-2018-12>`__ |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ERC1155Proxy | * `Consensys Diligence <https://github.com/ConsenSys/0x-audit-report-2019-05>`__ |
|
| ERC1155Proxy | * `Consensys Diligence <https://github.com/ConsenSys/0x-audit-report-2019-05>`__ |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| StaticCallProxy | * No third-party audit. |
|
| StaticCallProxy | * No third-party audit. |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| ERC20BridgeProxy | * No third-party audit. |
|
| ERC20BridgeProxy | * No third-party audit. |
|
||||||
+----------------------+---------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
@ -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
|
- Subsections will provide a deep dive into each contracts
|
||||||
- Tutorial and tools to get started building with/on top of 0x Protocol
|
- 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 <https://github.com/0xProject/whitepaper/blob/master/0x_white_paper.pdf>`_ and at `0xProtocol.org <httpsL//0xProtocol.org>`_.
|
To learn more about why 0x Protocol was created, read the whitepaper `here <https://github.com/0xProject/whitepaper/blob/master/0x_white_paper.pdf>`_ and at `0xProtocol.org <https://0xProtocol.org>`_.
|
||||||
|
|
||||||
All code is open sourced on `GitHub <https://github.com/0xProject/protocol>`_.
|
All code is open sourced on `GitHub <https://github.com/0xProject/protocol>`_.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user