├── .github └── ISSUE_TEMPLATE │ ├── Allocator application.md │ ├── datacap-removal-proposal.yml │ ├── deprecated-notary-application.md │ ├── ldn-application-exception.md │ └── modification.md ├── README.md ├── images ├── governance-layers.jpg └── interaction-diagram.jpg ├── notaries ├── README.md └── templates │ ├── README.md │ ├── client-evaluation.md │ ├── sample-client-application.md │ └── sample-notary-application.md ├── quality-tracking-metrics.md └── root-key-holders └── README.md /.github/ISSUE_TEMPLATE/Allocator application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/.github/ISSUE_TEMPLATE/Allocator application.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/datacap-removal-proposal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/.github/ISSUE_TEMPLATE/datacap-removal-proposal.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/deprecated-notary-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/.github/ISSUE_TEMPLATE/deprecated-notary-application.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ldn-application-exception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/.github/ISSUE_TEMPLATE/ldn-application-exception.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/modification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/.github/ISSUE_TEMPLATE/modification.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/README.md -------------------------------------------------------------------------------- /images/governance-layers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/images/governance-layers.jpg -------------------------------------------------------------------------------- /images/interaction-diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/images/interaction-diagram.jpg -------------------------------------------------------------------------------- /notaries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/notaries/README.md -------------------------------------------------------------------------------- /notaries/templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/notaries/templates/README.md -------------------------------------------------------------------------------- /notaries/templates/client-evaluation.md: -------------------------------------------------------------------------------- 1 | TBD 2 | -------------------------------------------------------------------------------- /notaries/templates/sample-client-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/notaries/templates/sample-client-application.md -------------------------------------------------------------------------------- /notaries/templates/sample-notary-application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/notaries/templates/sample-notary-application.md -------------------------------------------------------------------------------- /quality-tracking-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/quality-tracking-metrics.md -------------------------------------------------------------------------------- /root-key-holders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filecoin-project/notary-governance/HEAD/root-key-holders/README.md --------------------------------------------------------------------------------