Celestia治理参数

本文档详细列出了Celestia主网的治理参数,包括各模块(如auth、bank、blob、consensus等)的参数及其默认值、功能描述,以及是否可以通过治理进行更改。重要参数包括最大区块大小、gas费用、投票参数、IBC设置、惩罚机制、质押参数和铸币参数等。

Celestia Governance Params(Celestia治理参数)

These are the parameters for mainnet. Note that not all of these parameters are changable via governance. This list also includes parameter that require a hardfork to change due to being manually hardcoded in the application or they are blocked by the x/paramfilter module.

以下是主网的参数。请注意,并非所有这些参数都可以通过治理进行更改。此列表还包括需要通过硬分叉才能更改的参数,因为它们是手动硬编码在应用程序中,或者被 x/paramfilter 模块阻止。

Parameters(参数)

Module.Parameter Default(默认值) Summary(概要) Changeable via Governance(是否可通过治理更改)
auth.MaxMemoCharacters 256 Largest allowed size for a memo in bytes.(备忘录允许的最大大小,以字节为单位。) True
auth.TxSigLimit 7 Max number of signatures allowed in a multisig transaction.(多重签名交易中允许的最大签名数。) True
auth.TxSizeCostPerByte 10 Gas used per transaction byte.(每笔交易字节消耗的 Gas。) True
auth.SigVerifyCostED25519 590 Gas used to verify Ed25519 signature.(验证 Ed25519 签名消耗的 Gas。) True
auth.SigVerifyCostSecp256k1 1000 Gas used to verify secp256k1 signature.(验证 secp256k1 签名消耗的 Gas。) True
bank.SendEnabled true Allow transfers.(允许转账) False
blob.GasPerBlobByte 8 Gas used per blob byte.(每个 blob 字节消耗的 Gas。) True
MaxBlockBytes 100MiB Hardcoded value in CometBFT for the protobuf encoded block.(CometBFT 中 protobuf 编码区块的硬编码值。) False
MaxSquareSize 128 Hardcoded maximum square size determined per shares per row or column for the original data square (not yet extended).(硬编码的最大正方形大小,根据原始数据正方形(尚未扩展)的每行或每列的份额确定。) False
blob.GovMaxSquareSize 64 Governance parameter for the maximum square size determined per shares per row or column for the original data square (not yet extended)s. If larger than MaxSquareSize, MaxSquareSize is used.(治理参数,用于确定原始数据正方形(尚未扩展)的每行或每列份额的最大正方形大小。如果大于 MaxSquareSize,则使用 MaxSquareSize。) True
consensus.block.MaxBytes 1.88MiB Governance parameter for the maximum size of the protobuf encoded block.(protobuf 编码区块最大大小的治理参数。) True
consensus.block.MaxGas -1 Maximum gas allowed per block (-1 is infinite).(每个区块允许的最大 Gas(-1 为无限)。) True
consensus.block.TimeIotaMs 1000 Minimum time added to the time in the header each block.(添加到每个区块头部的最小时间。) False
consensus.evidence.MaxAgeNumBlocks 120960 The maximum number of blocks before evidence is considered invalid. This value will stop CometBFT from pruning block data.(证据被视为无效之前的最大区块数。此值将阻止 CometBFT 修剪区块数据。) True
consensus.evidence.MaxAgeDuration 1814400000000000 (21 days) The maximum age of evidence before it is considered invalid in nanoseconds. This value should be identical to the unbonding period.(证据被视为无效之前的最大存在时间,以纳秒为单位。此值应与解绑期限相同。) True
consensus.evidence.MaxBytes 1MiB Maximum size in bytes used by evidence in a given block.(给定区块中证据使用的最大字节数。) True
consensus.validator.PubKeyTypes Ed25519 The type of public key used by validators.(验证者使用的公钥类型。) False
consensus.Version.AppVersion 1 Determines protocol rules used for a given height. Incremented by the application upon an upgrade.(确定给定高度使用的协议规则。在升级时由应用程序递增。) False
distribution.CommunityTax 0.02 (2%) Percentage of the inflation sent to the community pool.(发送到社区池的通货膨胀百分比。) True
distribution.WithdrawAddrEnabled true Enables delegators to withdraw funds to a different address.(允许委托人将资金提取到不同的地址。) True
distribution.BaseProposerReward 0 Reward in the mint demonination for proposing a block.(以铸币 denom 计价的,用于奖励区块提议者的奖励。) True
distribution.BonusProposerReward 0 Extra reward in the mint denomination for proposers based on the voting power included in the commit.(基于 commit 中包含的投票权,以铸币 denom 计价的,用于奖励区块提议者的额外奖励。) True
gov.DepositParams.MinDeposit 10_000_000_000 utia (10,000 TIA) Minimum deposit for a proposal to enter voting period.(提案进入投票期的最低存款额。) True
gov.DepositParams.MaxDepositPeriod 604800000000000 (1 week) Maximum period for token holders to deposit on a proposal in nanoseconds.(token 持有者对提案进行存款的最大期限,以纳秒为单位。) True
gov.VotingParams.VotingPeriod 604800000000000 (1 week) Duration of the voting period in nanoseconds.(投票期的持续时间,以纳秒为单位。) True
gov.TallyParams.Quorum 0.334 (33.4%) Minimum percentage of total stake needed to vote for a result to be considered valid.(要使结果被认为是有效的,所需的总 stake 的最小百分比。) True
gov.TallyParams.Threshold 0.50 (50%) Minimum proportion of Yes votes for proposal to pass.(提案通过所需的赞成票的最小比例。) True
gov.TallyParams.VetoThreshold 0.334 (33.4%) Minimum value of Veto votes to Total votes ratio for proposal to be vetoed.(提案被否决所需的反对票与总票数之比的最小值。) True
ibc.ClientGenesis.AllowedClients []string{"06-solomachine", "07-tendermint"} List of allowed IBC light clients.(允许的 IBC 轻客户端列表。) True
ibc.ConnectionGenesis.MaxExpectedTimePerBlock 7500000000000 (75 seconds) Maximum expected time per block in nanoseconds under normal operation.(正常运行下,每个区块的最大预期时间,以纳秒为单位。) True
ibc.Transfer.SendEnabled true Enable sending tokens via IBC.(允许通过 IBC 发送 token。) True
ibc.Transfer.ReceiveEnabled true Enable receiving tokens via IBC.(允许通过 IBC 接收 token。) True
slashing.SignedBlocksWindow 5000 The range of blocks used to count for downtime.(用于计算停机时间的区块范围。) True
slashing.MinSignedPerWindow 0.75 (75%) The percentage of SignedBlocksWindow that must be signed not to get jailed.(为了不被 jailed,在 SignedBlocksWindow 中必须签署的最小百分比。) True
slashing.DowntimeJailDuration 1 min Duration of time a validator must stay jailed.(验证者必须保持 jailed 状态的时间。) True
slashing.SlashFractionDoubleSign 0.02 (2%) Percentage slashed after a validator is jailed for double signing.(验证者因双重签名而被 jailed 后,被 slash 的百分比。) True
slashing.SlashFractionDowntime 0.00 (0%) Percentage slashed after a validator is jailed for downtime.(验证者因停机而被 jailed 后,被 slash 的百分比。) True
staking.UnbondingTime 1814400 (21 days) Duration of time for unbonding in seconds.(解绑的持续时间,以秒为单位。) False
staking.MaxValidators 100 Maximum number of validators.(验证者的最大数量。) False
staking.MaxEntries 7 Maximum number of entries in the redelegation queue.(重新委托队列中的最大条目数。) True
staking.HistoricalEntries 10000 Number of historical entries to persist in store.(要保留在存储中的历史条目数。) True
staking.BondDenom utia Bondable coin denomination.(可 bonding 的 coin denom。) False
staking.MinCommissionRate 0.05 (5%) Minimum commission rate used by all validators.(所有验证者使用的最低佣金率。) True
mint.BondDenom utia Denomination that is inflated and sent to the distribution module account.(被通胀并发送到 distribution 模块帐户的 denom。) False
mint.InitialInflationRate 0.08 (8%) The inflation rate the network starts at.(网络开始时的通货膨胀率。) False
mint.DisinflationRate 0.10 (10%) The rate at which the inflation rate decreases each year.(通货膨胀率每年下降的比率。) False
mint.TargetInflationRate 0.015 (1.5%) The inflation rate that the network aims to stabalize at.(网络旨在稳定的通货膨胀率。) False
qgb.DataCommitmentWindow 400 Number of blocks that are included in a signed batch (DataCommitment).(包含在已签名批次(DataCommitment)中的区块数。) True
  • 原文链接: github.com/celestiaorg/c...
  • 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
点赞 0
收藏 0
分享
本文参与登链社区写作激励计划 ,好文好收益,欢迎正在阅读的你也加入。

0 条评论

请先 登录 后评论
celestiaorg
celestiaorg
江湖只有他的大名,没有他的介绍。