github.com/Finschia/finschia-sdk@v0.49.1/x/auth/atlas/atlas.toml (about)

     1  [module]
     2  description = "The auth module is responsible for specifying the base transaction and account types for an application, as well as AnteHandler and authentication logic."
     3  homepage = "https://github.com/cosmos/cosmos-sdk"
     4  keywords = [
     5    "authentication",
     6    "signatures",
     7    "ante",
     8    "transactions",
     9    "accounts",
    10  ]
    11  
    12  name = "x/auth"
    13  
    14  [bug_tracker]
    15  url = "https://github.com/cosmos/cosmos-sdk/issues"
    16  
    17  [[authors]]
    18  name = "alexanderbez"
    19  
    20  [[authors]]
    21  name = "fedekunze"
    22  
    23  [[authors]]
    24  name = "cwgoes"
    25  
    26  [[authors]]
    27  name = "alessio"
    28  
    29  [version]
    30  documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/auth/atlas/atlas-v0.39.1.md"
    31  repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2"
    32  sdk_compat = "v0.39.x"
    33  version = "v0.39.2"