github.com/Finschia/finschia-sdk@v0.48.1/x/evidence/atlas/manifest.toml (about) 1 [module] 2 # Name of the module. (Required) 3 name = "x/evidence" 4 5 # Description of the module. (Optional) 6 description = "The evidence module is responsible for storing and handling evidence of misbeaviour." 7 8 # Link to where the module is located, it can also be a link to your project. (Optional) 9 homepage = "https://github.com/cosmos/cosmos-sdk" 10 11 #List of key words describing your module (Optional) 12 keywords = [ 13 "evidence", 14 "misbeaviour", 15 "accountability" 16 ] 17 18 19 [bug_tracker] 20 # A URL to a site that provides information or guidance on how to submit or deal 21 # with security vulnerabilities and bug reports. 22 url = "https://github.com/cosmos/cosmos-sdk/issues" 23 24 # To list multiple authors, multiple [[authors]] need to be created 25 [[authors]] 26 # Name of one of the authors. Typically their Github name. (Required) 27 name = "alexanderbez" 28 29 [[authors]] 30 name = "fedekunze" 31 32 [[authors]] 33 name = "aaronc" 34 35 [version] 36 # The repository field should be a URL to the source repository for your module. 37 # Typically, this will point to the specific GitHub repository release/tag for the 38 # module, although this is not enforced or required. (Required) 39 repo = "https://github.com/cosmos/cosmos-sdk" 40 41 # The documentation field specifies a URL to a website hosting the module's documentation. (Optional) 42 documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/evidence/atlas/atlas-v0.41.x.md" 43 44 # The module version to be published. (Required) 45 version = "v0.41" 46 47 # An optional Cosmos SDK version compatibility may be provided. (Optional) 48 sdk_compat = "v0.41"