Prepare doc update for audit report appendix

This commit is contained in:
Richard Meissner 2019-12-10 20:00:23 +01:00
parent 60cfd91953
commit 91e6491b66
4 changed files with 24 additions and 18 deletions

View File

@ -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
----------------------

View File

@ -1,14 +0,0 @@
### Audit Results
##### Auditor
* G0 Group (https://github.com/g0-group)
* Adam Kolář (@adamkolar)
* Nick Munoz-McDonald (@NickErrant)
##### Notes
All changes until commit [78494bcdbc61b3db52308a25f0556c42cf656ab1](https://github.com/gnosis/safe-contracts/commit/78494bcdbc61b3db52308a25f0556c42cf656ab1) have been audited.
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)

20
docs/audit_1_1_1.md Normal file
View File

@ -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)

View File

@ -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: {