Skip to content

Commit

Permalink
Merge pull request #1 from bwhm/bedeho-add-rome-spec
Browse files Browse the repository at this point in the history
Bedeho add rome spec
  • Loading branch information
bedeho authored Oct 2, 2019
2 parents 26caa4c + d50bdf5 commit 19f1617
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
83 changes: 47 additions & 36 deletions testnets/rome/specification/README.md
Original file line number Diff line number Diff line change
@@ -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)
<!-- - [Communication Protocols](#communication-protocols) -->
Rome Testnet Specification
==========================

Table Of Contents
-----------------
<!-- TOC START min:1 max:4 link:true asterisk:false update:true -->
- [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)
<!-- TOC END -->

## Document

Expand Down Expand Up @@ -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)
Expand Down
Binary file removed testnets/rome/specification/runtime/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 19f1617

Please sign in to comment.