Skip to content

Commit aadb5ce

Browse files
chore: fix spelling errors (#2512)
chore: spelling errors fixes Co-authored-by: github-merge-queue <[email protected]>
1 parent 190565e commit aadb5ce

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ May 17, 2024
788788
consumer and provider dedicated types where possible.
789789
([\#1350](https://github.com/cosmos/interchain-security/pull/1350))
790790
- [Provider](x/ccv/provider)
791-
- Add `QueryAllPairsValConAddrByConsumerChainID` method to get list of all pairs `valConsensus` address by `Consummer chainID`. ([\#1503](https://github.com/cosmos/interchain-security/pull/1503))
791+
- Add `QueryAllPairsValConAddrByConsumerChainID` method to get list of all pairs `valConsensus` address by `Consumer chainID`. ([\#1503](https://github.com/cosmos/interchain-security/pull/1503))
792792
793793
### STATE BREAKING
794794

docs/docs/build/modules/03-consumer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The consumer module contains the following parameters.
354354

355355
`DistributionTransmissionChannel` is the provider chain IBC channel used for receiving consumer chain reward distribution token transfers. This is automatically set during the consumer-provider handshake procedure.
356356

357-
Providing an IBC transfer channel enables a consumer chain to re-use one of the existing channels to the provider for consumer chain rewards distribution.
357+
Providing an IBC transfer channel enables a consumer chain to reuse one of the existing channels to the provider for consumer chain rewards distribution.
358358
This will preserve the `ibc denom` that may already be in use.
359359
This is especially important for standalone chains transitioning to become consumer chains.
360360
For more details, see the [changeover procedure](../../consumer-development/changeover-procedure.md).

docs/docs/features/reward-distribution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Consumer chains have the option of sharing _a portion of_ their block rewards (i
1111
These rewards are periodically sent from the consumer to the provider according to [consumer chain parameters](../build/modules/03-consumer.md#parameters) using an IBC transfer channel.
1212
This channel is created during consumer chain initialization, unless it is provided when creating a new consumer chain (see the [DistributionTransmissionChannel param](../build/modules/03-consumer.md#distributiontransmissionchannel)).
1313

14-
Providing an IBC transfer channel enables a consumer chain to re-use one of the existing channels to the provider for consumer chain rewards distribution.
14+
Providing an IBC transfer channel enables a consumer chain to reuse one of the existing channels to the provider for consumer chain rewards distribution.
1515
This will preserve the `ibc denom` that may already be in use.
1616
This is especially important for standalone chains transitioning to become consumer chains.
1717
For more details, see the [changeover procedure](../consumer-development/changeover-procedure.md).

docs/figures/hypha-consumer-start-process.excalidraw

+8-8
Original file line numberDiff line numberDiff line change
@@ -8422,11 +8422,11 @@
84228422
"locked": false,
84238423
"fontSize": 16,
84248424
"fontFamily": 1,
8425-
"text": "> high probablity\nall of them would\nhave the same\nvoting power, but\nif not, get the min",
8425+
"text": "> high probability\nall of them would\nhave the same\nvoting power, but\nif not, get the min",
84268426
"textAlign": "left",
84278427
"verticalAlign": "top",
84288428
"containerId": null,
8429-
"originalText": "> high probablity\nall of them would\nhave the same\nvoting power, but\nif not, get the min",
8429+
"originalText": "> high probability\nall of them would\nhave the same\nvoting power, but\nif not, get the min",
84308430
"autoResize": true,
84318431
"lineHeight": 1.25
84328432
},
@@ -14170,11 +14170,11 @@
1417014170
"locked": false,
1417114171
"fontSize": 16,
1417214172
"fontFamily": 1,
14173-
"text": "LC figures\nout that\nconsumer chain\nis unsecure",
14173+
"text": "LC figures\nout that\nconsumer chain\nis insecure",
1417414174
"textAlign": "left",
1417514175
"verticalAlign": "top",
1417614176
"containerId": null,
14177-
"originalText": "LC figures\nout that\nconsumer chain\nis unsecure",
14177+
"originalText": "LC figures\nout that\nconsumer chain\nis insecure",
1417814178
"autoResize": true,
1417914179
"lineHeight": 1.25
1418014180
},
@@ -15841,11 +15841,11 @@
1584115841
"locked": false,
1584215842
"fontSize": 16,
1584315843
"fontFamily": 1,
15844-
"text": "LC figures\nout that\nconsumer chain\nis unsecure",
15844+
"text": "LC figures\nout that\nconsumer chain\nis insecure",
1584515845
"textAlign": "left",
1584615846
"verticalAlign": "top",
1584715847
"containerId": null,
15848-
"originalText": "LC figures\nout that\nconsumer chain\nis unsecure",
15848+
"originalText": "LC figures\nout that\nconsumer chain\nis insecure",
1584915849
"autoResize": true,
1585015850
"lineHeight": 1.25
1585115851
},
@@ -33824,11 +33824,11 @@
3382433824
"locked": false,
3382533825
"fontSize": 16,
3382633826
"fontFamily": 1,
33827-
"text": "bogus header\n4. Febuary 2023\nsigned by Vm",
33827+
"text": "bogus header\n4. February 2023\nsigned by Vm",
3382833828
"textAlign": "center",
3382933829
"verticalAlign": "middle",
3383033830
"containerId": "dr-C5qJTTjNBk139hzYmq",
33831-
"originalText": "bogus header\n4. Febuary 2023\nsigned by Vm",
33831+
"originalText": "bogus header\n4. February 2023\nsigned by Vm",
3383233832
"autoResize": true,
3383333833
"lineHeight": 1.25
3383433834
},

tests/e2e/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ func DemocracyTestConfig(allowReward bool) TestConfig {
515515
return tr
516516
}
517517

518-
// PermissionlessTestConfig contains a provider chain and 2 cosumer chains with the same chain identifier
518+
// PermissionlessTestConfig contains a provider chain and 2 consumer chains with the same chain identifier
519519
func PermissionlessTestConfig() TestConfig {
520520
tr := TestConfig{
521521
Name: string(PermissionlessTestCfg),

x/ccv/provider/keeper/grpc_query_test.go

+16-16
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func TestQueryConsumerValidators(t *testing.T) {
191191
require.NoError(t, err)
192192

193193
// expect both opted-in and topN validator
194-
expRes := types.QueryConsumerValidatorsResponse{
194+
express := types.QueryConsumerValidatorsResponse{
195195
Validators: []*types.QueryConsumerValidatorsValidator{
196196
{
197197
ProviderAddress: providerAddr1.String(),
@@ -225,22 +225,22 @@ func TestQueryConsumerValidators(t *testing.T) {
225225
}
226226

227227
// sort the address of the validators by ascending lexical order as they were persisted to the store
228-
sort.Slice(expRes.Validators, func(i, j int) bool {
228+
sort.Slice(express.Validators, func(i, j int) bool {
229229
return bytes.Compare(
230-
expRes.Validators[i].ConsumerKey.GetEd25519(),
231-
expRes.Validators[j].ConsumerKey.GetEd25519(),
230+
express.Validators[i].ConsumerKey.GetEd25519(),
231+
express.Validators[j].ConsumerKey.GetEd25519(),
232232
) == -1
233233
})
234234

235235
res, err = pk.QueryConsumerValidators(ctx, &req)
236236
require.NoError(t, err)
237-
require.Equal(t, &expRes, res)
237+
require.Equal(t, &express, res)
238238

239239
// expect same result when consumer is in "initialized" phase
240240
pk.SetConsumerPhase(ctx, consumerId, types.CONSUMER_PHASE_INITIALIZED)
241241
res, err = pk.QueryConsumerValidators(ctx, &req)
242242
require.NoError(t, err)
243-
require.Equal(t, &expRes, res)
243+
require.Equal(t, &express, res)
244244

245245
// set consumer to the "launched" phase
246246
pk.SetConsumerPhase(ctx, consumerId, types.CONSUMER_PHASE_LAUNCHED)
@@ -259,7 +259,7 @@ func TestQueryConsumerValidators(t *testing.T) {
259259
})
260260
require.NoError(t, err)
261261

262-
expRes.Validators = append(expRes.Validators, &types.QueryConsumerValidatorsValidator{
262+
express.Validators = append(express.Validators, &types.QueryConsumerValidatorsValidator{
263263
ProviderAddress: providerAddr3.String(),
264264
ConsumerKey: &pk3,
265265
ConsumerPower: 3,
@@ -275,16 +275,16 @@ func TestQueryConsumerValidators(t *testing.T) {
275275
})
276276

277277
// sort the address of the validators by ascending lexical order as they were persisted to the store
278-
sort.Slice(expRes.Validators, func(i, j int) bool {
278+
sort.Slice(express.Validators, func(i, j int) bool {
279279
return bytes.Compare(
280-
expRes.Validators[i].ConsumerKey.GetEd25519(),
281-
expRes.Validators[j].ConsumerKey.GetEd25519(),
280+
express.Validators[i].ConsumerKey.GetEd25519(),
281+
express.Validators[j].ConsumerKey.GetEd25519(),
282282
) == -1
283283
})
284284

285285
res, err = pk.QueryConsumerValidators(ctx, &req)
286286
require.NoError(t, err)
287-
require.Equal(t, &expRes, res)
287+
require.Equal(t, &express, res)
288288

289289
// validator with no set consumer commission rate
290290
pk.DeleteConsumerCommissionRate(ctx, consumerId, providerAddr1)
@@ -597,7 +597,7 @@ func TestQueryConsumerChain(t *testing.T) {
597597
require.NoError(t, err)
598598
providerKeeper.SetConsumerClientId(ctx, consumerId, clientId)
599599

600-
expRes := types.QueryConsumerChainResponse{
600+
express := types.QueryConsumerChainResponse{
601601
ChainId: chainId,
602602
ConsumerId: consumerId,
603603
OwnerAddress: providerKeeper.GetAuthority(),
@@ -612,7 +612,7 @@ func TestQueryConsumerChain(t *testing.T) {
612612
// expect no error when neither the consumer init and power shaping params are set
613613
res, err := providerKeeper.QueryConsumerChain(ctx, &req)
614614
require.NoError(t, err)
615-
require.Equal(t, &expRes, res)
615+
require.Equal(t, &express, res)
616616

617617
err = providerKeeper.SetConsumerInitializationParameters(
618618
ctx,
@@ -628,13 +628,13 @@ func TestQueryConsumerChain(t *testing.T) {
628628
)
629629
require.NoError(t, err)
630630

631-
expRes.InitParams = &types.ConsumerInitializationParameters{SpawnTime: ctx.BlockTime()}
632-
expRes.PowerShapingParams = &types.PowerShapingParameters{Top_N: uint32(50)}
631+
express.InitParams = &types.ConsumerInitializationParameters{SpawnTime: ctx.BlockTime()}
632+
express.PowerShapingParams = &types.PowerShapingParameters{Top_N: uint32(50)}
633633

634634
// expect no error
635635
res, err = providerKeeper.QueryConsumerChain(ctx, &req)
636636
require.NoError(t, err)
637-
require.Equal(t, &expRes, res)
637+
require.Equal(t, &express, res)
638638
}
639639

640640
func TestQueryConsumerIdFromClientId(t *testing.T) {

x/ccv/provider/keeper/relay.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -489,14 +489,14 @@ func (k Keeper) HandleSlashPacket(ctx sdk.Context, consumerId string, data ccv.S
489489
_, err = k.stakingKeeper.SlashWithInfractionReason(ctx, providerConsAddr.ToSdkConsAddr(), int64(infractionHeight),
490490
data.Validator.Power, infractionParams.Downtime.SlashFraction, stakingtypes.Infraction_INFRACTION_DOWNTIME)
491491
if err != nil {
492-
k.Logger(ctx).Error("failed to slash vaidator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
492+
k.Logger(ctx).Error("failed to slash validator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
493493
return
494494
}
495495

496496
// jail validator
497497
err := k.stakingKeeper.Jail(ctx, providerConsAddr.ToSdkConsAddr())
498498
if err != nil {
499-
k.Logger(ctx).Error("failed to jail vaidator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
499+
k.Logger(ctx).Error("failed to jail validator", providerConsAddr.ToSdkConsAddr().String(), "err", err.Error())
500500
return
501501
}
502502
k.Logger(ctx).Info("HandleSlashPacket - validator jailed", "provider cons addr", providerConsAddr.String())

0 commit comments

Comments
 (0)