8000 docs: Add audits page by MalteHerrmann · Pull Request #1090 · evmos/evmos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs: Add audits page #1090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- (cmd) [\#1027](https://github.com/evmos/evmos/pull/1027) Apply Google CLI Syntax for required and optional args.
- (ibc) [\#1081](https://github.com/evmos/evmos/pull/1081) Added utils functions for ibc denoms.
- (ibc/erc20) [\#1085](https://github.com/evmos/evmos/pull/1085) Added wrapper for ibc transfer to automatically convert erc20 tokens to cosmos coins.
- (docs) [\#1090](https://github.com/evmos/evmos/pull/1090) Add audits page to documentation.

## [v9.1.0] - 2022-10-25

Expand Down
15 changes: 15 additions & 0 deletions docs/about/intro/audits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
order: 4
-->

# Audits

Evmos is connecting two major worlds in the crypto universe by enabling compatibility between the Ethereum and Cosmos ecosystems. This does not come without its difficulties, and security always is a top priority for the Evmos developers.

Each feature is extensively tested and internally audited by the team before being brought to the users. However, external audits are a valuable and necessary assurance for the security of the protocol itself and with that, also for anyone deploying on or using Evmos.

## Publicly Available Audits

This page lists the publicly available audits, that have been conducted on the Evmos and Ethermint codebases:

- [Informal Systems Security Audit](https://github.com/informalsystems/audits/blob/main/Evmos2021Q4/informal-evmos-report-2021q4.pdf)
0