Skip to content

Commit

Permalink
Prepare doc update for audit report appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner committed Dec 10, 2019
1 parent 60cfd91 commit 91e6491
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Documentation

Audits/ Formal Verification
---------
- [by G0 Group](docs/audit_1_1_0.md)
- [by Runtime Verification](docs/rv_1_0_0.md)
- [by Alexey Akhunov](docs/alexey_audit.md)
- [for Version 1.1.1 by G0 Group](docs/audit_1_1_1.md)
- [for Version 1.0.0 by Runtime Verification](docs/rv_1_0_0.md)
- [for Version 0.2.0 by Alexey Akhunov](docs/alexey_audit.md)

Security and Liability
----------------------
Expand Down
14 changes: 0 additions & 14 deletions docs/audit_1_1_0.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/audit_1_1_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Audit Results

##### Auditor
* G0 Group (https://github.com/g0-group)
* Adam Kolář (@adamkolar)
* Nick Munoz-McDonald (@NickErrant)

##### Notes
All changes for 1.1.1 until commit [TBD](https://github.com/gnosis/safe-contracts/commit/TBD) have been audited and the result were added to an appendix to the original report.

All changes for 1.1.0 until commit [78494bcdbc61b3db52308a25f0556c42cf656ab1](https://github.com/gnosis/safe-contracts/commit/78494bcdbc61b3db52308a25f0556c42cf656ab1) have been audited and are considered in the audit report.

The audit was initially performed on commit [1a9e5ce768e134c556770ea50e114fd83666b8a8](https://github.com/gnosis/safe-contracts/commit/1a9e5ce768e134c556770ea50e114fd83666b8a8)

##### Files
* [Audit Report](Gnosis_Safe_Audit_Report_1_1_0.pdf)
* [Audit Report Appendix](Gnosis_Safe_Audit_Report_Appendix_1_1_1.pdf)

##### Files
* [Audit Report Appendix (based on 1.1.0 Audit Report)](Gnosis_Safe_Audit_Report_Appendix_1_1_1.pdf)
2 changes: 1 addition & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
return new HDWalletProvider(mnemonic, 'https://mainnet.infura.io/v3/' + token)
},
network_id: '1',
gasPrice: 10000000000, // 25 Gwei
gasPrice: 25000000000, // 25 Gwei
}
},
solc: {
Expand Down

0 comments on commit 91e6491

Please sign in to comment.