Skip to content

fix: typo#1470

Closed
jhkimqd wants to merge 2 commits intoagglayer:developfrom
jhkimqd:fix/v0.9.0-rc1
Closed

fix: typo#1470
jhkimqd wants to merge 2 commits intoagglayer:developfrom
jhkimqd:fix/v0.9.0-rc1

Conversation

@jhkimqd
Copy link
Contributor

@jhkimqd jhkimqd commented Feb 5, 2026

🔄 Changes Summary

-fix typo DelayBeetweenCertificates -> DelayBetweenCertificates to pass spellcheck CI in Kurtosis-CDK

Signed-off-by: Ji Hwan <jkim@polygon.technology>
networkConfigDeprecatedHint = "NetworkConfig is deprecated, use L1NetworkConfig instead"
l1NetworkConfigUsePolTokenAddrHint = "Use L1NetworkConfig.POLTokenAddr instead"
l1NetworkConfigUseRollupAddrHint = "Use L1NetworkConfig.RollupAddr instead"
delayBetweenRetriesHint = "AggSender.DelayBeetweenRetries is deprecated, " +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have to modify this line, this was a previous fix typo.
In any case you can add a new entry:
AggSender.TriggerASAP.DelayBeetweenRetries-> AggSender.TriggerASAP.DelayBetweenCertificates
But I think that is not required because v0.9.0-rc1 introduce this config parameter

AggchainProofURL = "http://localhost:5576"
UseAggkitProverTLS = true
GenerateAggchainProofTimeout = "1h"
DelayBeetweenRetries = "1s"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to revert this change: This is a test to check that deprecated entries as detected, so must have the typo

joanestebanr added a commit that referenced this pull request Feb 5, 2026
## 🔄 Changes Summary
- Fix typo: `AggSender.TriggerASAP.DelayBeetweenCertificates`

## ⚠️ Breaking Changes
- Deprecated field ` `AggSender.TriggerASAP.DelayBeetweenCertificates`
in favour of `DelayBetweenCertificates`
    DelayBetweenCertificates = "1s"
```
[AggSender.TriggerASAP]

```

## 📋 Config Updates
- 🧾 **Diff/Config snippet**: [Optional: Enumerate config changes/provide
snippet of changes]

## 🔗 Related PRs
- #1470

---------

Signed-off-by: Ji Hwan <jkim@polygon.technology>
Co-authored-by: Ji Hwan <jkim@polygon.technology>
joanestebanr added a commit that referenced this pull request Feb 5, 2026
## 🔄 Changes Summary
- Fix typo: `AggSender.TriggerASAP.DelayBeetweenCertificates`

## ⚠️ Breaking Changes
- Deprecated field ` `AggSender.TriggerASAP.DelayBeetweenCertificates`
in favour of `DelayBetweenCertificates`
    DelayBetweenCertificates = "1s"
```
[AggSender.TriggerASAP]

```

## 📋 Config Updates
- 🧾 **Diff/Config snippet**: [Optional: Enumerate config changes/provide
snippet of changes]

## 🔗 Related PRs
- #1470

---------

Signed-off-by: Ji Hwan <jkim@polygon.technology>
Co-authored-by: Ji Hwan <jkim@polygon.technology>
@joanestebanr
Copy link
Collaborator

This PR have moved to a new PR #1471

joanestebanr added a commit that referenced this pull request Feb 5, 2026
Cherry-pick from `develop` #1471

## 🔄 Changes Summary
- Fix typo: `AggSender.TriggerASAP.DelayBeetweenCertificates`

## ⚠️ Breaking Changes
- Deprecated field ` `AggSender.TriggerASAP.DelayBeetweenCertificates`
in favour of `DelayBetweenCertificates`
    DelayBetweenCertificates = "1s"
```
[AggSender.TriggerASAP]

```

## 📋 Config Updates
- 🧾 **Diff/Config snippet**: [Optional: Enumerate config changes/provide
snippet of changes]

## 🔗 Related PRs
- #1470

Signed-off-by: Ji Hwan <jkim@polygon.technology>
Co-authored-by: Ji Hwan <jkim@polygon.technology>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants