diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..e43b0f9889 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/testnets/rome/specification/README.md b/testnets/rome/specification/README.md index 127712db2c..d2e07908ce 100644 --- a/testnets/rome/specification/README.md +++ b/testnets/rome/specification/README.md @@ -1,38 +1,49 @@ -# Rome Testnet Specification - -## Table Of Contents - -- [Document](#document) -- [Caveat](#caveat) -- [Glossary](#glossary) -- [Overview](#overview) -- [Substrate Runtime](#substrate-runtime) - - [Runtime Version](#runtime-version) - - [Native Version](#native-version) - - [Substrate Version](#substrate-version) - - [Modules](#modules) - - [TokenMint](#tokenmint) - - [RecurringReward](#recurringreward) - - [Staking](#staking) - - [Hiring](#hiring) - - [VersionedStore](#versionedstore) - - [VersionedStorePermissions](#versionedstorepermissions) - - [ContentDirectoryWorkingGroup](#contentdirectoryworkinggroup) - - [Forum](#forum) - - [Proposals](#proposals) - - [CouncilElection](#councilelection) - - [Council](#council) - - [Memo](#memo) - - [Membership](#membership) - - [Migration](#migration) - - [Actors](#actors) - - [DataObjectTypeRegistry](#dataobjecttyperegistry) - - [DataDirectory](#datadirectory) - - [DataObjectStorageRegistry](#dataobjectstorageregistry) - - [DownloadSessions](#downloadsessions) - - [SRML Modules](#srml-modules) - - [Runtime API](#runtime-apis) - +Rome Testnet Specification +========================== + +Table Of Contents +----------------- + + - [Document](#document) + - [Caveat](#caveat) + - [Glossary](#glossary) + - [Overview](#overview) + - [Substrate Runtime](#substrate-runtime) + - [Runtime Version](#runtime-version) + - [Native Version](#native-version) + - [Substrate Version](#substrate-version) + - [Modules](#modules) + - [TokenMint](#tokenmint) + - [RecurringReward](#recurringreward) + - [Staking](#staking) + - [Hiring](#hiring) + - [VersionedStore](#versionedstore) + - [VersionedStorePermissions](#versionedstorepermissions) + - [ContentDirectoryWorkingGroup](#contentdirectoryworkinggroup) + - [Forum](#forum) + - [Proposals](#proposals) + - [CouncilElection](#councilelection) + - [Council](#council) + - [Memo](#memo) + - [Membership](#membership) + - [Discovery](#discovery) + - [Migration](#migration) + - [Actors](#actors) + - [DataObjectTypeRegistry](#dataobjecttyperegistry) + - [DataDirectory](#datadirectory) + - [DataObjectStorageRegistry](#dataobjectstorageregistry) + - [DownloadSessions](#downloadsessions) + - [SRML Modules](#srml-modules) + - [Runtime APIs](#runtime-apis) + - [Core](#core) + - [Metadata](#metadata) + - [BlockBuilder](#blockbuilder) + - [TaggedTransactionQueue](#taggedtransactionqueue) + - [OffchainWorkerApi](#offchainworkerapi) + - [GrandpaApi](#grandpaapi) + - [AuraApi](#auraapi) + - [AuthoritiesApi](#authoritiesapi) + ## Document @@ -104,7 +115,7 @@ These are the Joystream specific modules, for each module, there is either a lin An integrated explanation of the modules constituting the storage system is found [here](runtime/storage-modules.md). -#### TokenMint +#### TokenMint - **Description**: Transferrable capacity constrained token minting. - **Specification**: [**READ HERE**](runtime/token-mint-module.md) diff --git a/testnets/rome/specification/runtime/.DS_Store b/testnets/rome/specification/runtime/.DS_Store deleted file mode 100644 index e566103ae4..0000000000 Binary files a/testnets/rome/specification/runtime/.DS_Store and /dev/null differ diff --git a/testnets/rome/specification/runtime/img/versioned_data_store_example.png b/testnets/rome/specification/runtime/img/versioned_data_store_example.png new file mode 100644 index 0000000000..8f353350ad Binary files /dev/null and b/testnets/rome/specification/runtime/img/versioned_data_store_example.png differ diff --git a/testnets/rome/specification/runtime/versioned_data_store_example.png b/testnets/rome/specification/runtime/versioned_data_store_example.png deleted file mode 100644 index 3625a744ca..0000000000 Binary files a/testnets/rome/specification/runtime/versioned_data_store_example.png and /dev/null differ