forked from safe-global/safe-smart-account
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Readme * Update CHANGELOG.md * Update package.json * Update bug_report.md * Update feature_request.md * Update safe_tx_gas.md * Update alexey_audit.md * Update audit_1_1_1.md * Update audit_1_2_0.md * Update audit_1_3_0.md * Update rv_1_0_0.md
- Loading branch information
Showing
11 changed files
with
72 additions
and
72 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
* Alexey Akhunov (<[email protected]>) | ||
|
||
##### Notes | ||
The audit report was based on commit [942968d66a4fa200fe9757d02b377dbfc3c88636](https://github.com/gnosis/safe-contracts/commit/942968d66a4fa200fe9757d02b377dbfc3c88636) | ||
The audit report was based on commit [942968d66a4fa200fe9757d02b377dbfc3c88636](https://github.com/safe-global/safe-contracts/commit/942968d66a4fa200fe9757d02b377dbfc3c88636) | ||
|
||
Changes made until commit [898cc8969736bc190db1b7c446e050f49177f898](https://github.com/gnosis/safe-contracts/commit/898cc8969736bc190db1b7c446e050f49177f898) have been checked with symbolic execution and can be found in the attached pdf (see table `SecuredTokenTransfer::transferToken`). | ||
Changes made until commit [898cc8969736bc190db1b7c446e050f49177f898](https://github.com/safe-global/safe-contracts/commit/898cc8969736bc190db1b7c446e050f49177f898) have been checked with symbolic execution and can be found in the attached pdf (see table `SecuredTokenTransfer::transferToken`). | ||
|
||
##### Files | ||
* [Audit Report](Gnosis_Safe_Audit_Report.pdf) | ||
* [Symbolic execution](Gnosis_Safe_Symbolic_Execution.pdf) | ||
* [Symbolic execution](Gnosis_Safe_Symbolic_Execution.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
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
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@gnosis.pm/safe-contracts", | ||
"version": "1.3.0", | ||
"description": "Ethereum multisig contract", | ||
"homepage": "https://github.com/gnosis/safe-contracts/", | ||
"homepage": "https://github.com/safe-global/safe-contracts/", | ||
"license": "GPL-3.0", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
|
@@ -32,16 +32,16 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gnosis/gnosis-safe.git" | ||
"url": "git+https://github.com/safe-global/safe-contracts.git" | ||
}, | ||
"keywords": [ | ||
"Ethereum", | ||
"Wallet", | ||
"Safe" | ||
], | ||
"author": "[email protected]", | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/gnosis/gnosis-safe/issues" | ||
"url": "https://github.com/safe-global/safe-contracts/issues" | ||
}, | ||
"devDependencies": { | ||
"@gnosis.pm/mock-contract": "^4.0.0", | ||
|