-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: settlemint/network-bootstrapper
base: v1.3.0
head repository: settlemint/network-bootstrapper
compare: v1.3.1
- 7 commits
- 7 files changed
- 3 contributors
Commits on Nov 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f3cb75a - Browse repository at this point
Copy the full SHA f3cb75aView commit details
Commits on Nov 14, 2025
-
chore(deps): update github/codeql-action digest to 014f16e (#102)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `0499de3` -> `014f16e` | [](https://securityscorecards.dev/viewer/?uri=github.com/github/codeql-action) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1098ddc - Browse repository at this point
Copy the full SHA 1098ddcView commit details -
chore(deps): update dependency @inquirer/prompts to v7.10.1 (#103)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@inquirer/prompts](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | dependencies | patch | [`7.10.0` -> `7.10.1`](https://renovatebot.com/diffs/npm/@inquirer%2fprompts/7.10.0/7.10.1) | [](https://securityscorecards.dev/viewer/?uri=github.com/SBoudrias/Inquirer.js) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (@​inquirer/prompts)</summary> ### [`v7.10.1`](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0043fd - Browse repository at this point
Copy the full SHA c0043fdView commit details -
chore(deps): update dependency viem to v2.39.0 (#104)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [viem](https://viem.sh) ([source](https://redirect.github.com/wevm/viem)) | dependencies | minor | [`2.38.6` -> `2.39.0`](https://renovatebot.com/diffs/npm/viem/2.38.6/2.39.0) | [](https://securityscorecards.dev/viewer/?uri=github.com/wevm/viem) | --- ### Release Notes <details> <summary>wevm/viem (viem)</summary> ### [`v2.39.0`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.39.0) [Compare Source](https://redirect.github.com/wevm/viem/compare/[email protected]@2.39.0) ##### Minor Changes - [`c348b3e3f261503aea0ce684ecce31002c06ca94`](https://redirect.github.com/wevm/viem/commit/c348b3e3f261503aea0ce684ecce31002c06ca94) Thanks [@​jxom](https://redirect.github.com/jxom)! - Added `sender` and `nonce` properties to `getTransaction` to support `eth_getTransactionBySenderAndNonce`. ##### Patch Changes - [#​4058](https://redirect.github.com/wevm/viem/pull/4058) [`eb5fb8894ca982dcb2f2e30e3be1c8953afeb799`](https://redirect.github.com/wevm/viem/commit/eb5fb8894ca982dcb2f2e30e3be1c8953afeb799) Thanks [@​tuphan-dn](https://redirect.github.com/tuphan-dn)! - Fixed a bug where the timeout in `waitForUserOperationReceipt` was not properly cleared after the receipt was returned. - [#​4074](https://redirect.github.com/wevm/viem/pull/4074) [`7d88fcdc0a91a445863e28d0c3fca0ec606e7a00`](https://redirect.github.com/wevm/viem/commit/7d88fcdc0a91a445863e28d0c3fca0ec606e7a00) Thanks [@​askmyselfwhy](https://redirect.github.com/askmyselfwhy)! - Added Helios Testnet. - [#​4081](https://redirect.github.com/wevm/viem/pull/4081) [`9172f8cf92d7b23c3e82bfffba076d4eacad7108`](https://redirect.github.com/wevm/viem/commit/9172f8cf92d7b23c3e82bfffba076d4eacad7108) Thanks [@​sandyup](https://redirect.github.com/sandyup)! - Added Silent Data Mainnet. - [#​4080](https://redirect.github.com/wevm/viem/pull/4080) [`2bfa29ea935d3be6fec17dfb75c9baf303504a46`](https://redirect.github.com/wevm/viem/commit/2bfa29ea935d3be6fec17dfb75c9baf303504a46) Thanks [@​antonimmo](https://redirect.github.com/antonimmo)! - Updated ApeChain name. - [#​4073](https://redirect.github.com/wevm/viem/pull/4073) [`cfdb8b329313ca70c0aa7c7f5805d55547869e72`](https://redirect.github.com/wevm/viem/commit/cfdb8b329313ca70c0aa7c7f5805d55547869e72) Thanks [@​akitothemoon](https://redirect.github.com/akitothemoon)! - Added POTOS Mainnet. - [#​4068](https://redirect.github.com/wevm/viem/pull/4068) [`b0ab1c2faf47a795656e1189957f8491b255976b`](https://redirect.github.com/wevm/viem/commit/b0ab1c2faf47a795656e1189957f8491b255976b) Thanks [@​mangosago99](https://redirect.github.com/mangosago99)! - Added Xone mainnet and testnet. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b7282c - Browse repository at this point
Copy the full SHA 5b7282cView commit details -
chore(deps): update docker/dockerfile docker tag to v1.20 (#105)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/dockerfile](https://redirect.github.com/moby/buildkit) | syntax | minor | `1.19` -> `1.20` | [](https://securityscorecards.dev/viewer/?uri=github.com/moby/buildkit) | --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 961f4b9 - Browse repository at this point
Copy the full SHA 961f4b9View commit details
Commits on Nov 15, 2025
-
chore(deps): update namespacelabs/nscloud-checkout-action action to v8 (
#106) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [namespacelabs/nscloud-checkout-action](https://redirect.github.com/namespacelabs/nscloud-checkout-action) | action | major | `v7` -> `v8` | [](https://securityscorecards.dev/viewer/?uri=github.com/namespacelabs/nscloud-checkout-action) | --- ### Release Notes <details> <summary>namespacelabs/nscloud-checkout-action (namespacelabs/nscloud-checkout-action)</summary> ### [`v8`](https://redirect.github.com/namespacelabs/nscloud-checkout-action/compare/v7...v8) [Compare Source](https://redirect.github.com/namespacelabs/nscloud-checkout-action/compare/v7...v8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb6dee4 - Browse repository at this point
Copy the full SHA eb6dee4View commit details
Commits on Nov 18, 2025
-
fix(bootstrap): skip static nodes generation when keys artifact is ex… (
#111) …cluded Static nodes are derived from validator keys, so they should only be generated when the 'keys' artifact is included in --artifacts filter. This prevents unwanted ConfigMap conflicts when selectively generating artifacts. - Skip static nodes in screen output when keys are not generated - Skip static nodes.json file output when keys are not generated - Skip static-nodes ConfigMap in kubernetes output when keys are not generated - Update tests to verify static nodes respect the keys artifact filter When --artifacts is not specified, all artifacts default to enabled (including keys), so static nodes continue to be generated in that case. ## Summary by Sourcery Skip static nodes generation when the keys artifact is excluded to avoid unwanted ConfigMap conflicts while preserving default behavior when no filter is specified Enhancements: - Omit static nodes from screen output, file output, and Kubernetes ConfigMaps if the keys artifact is disabled Tests: - Add tests to verify static nodes are only included when the keys filter is enabled and excluded otherwise
Configuration menu - View commit details
-
Copy full SHA for 694ade5 - Browse repository at this point
Copy the full SHA 694ade5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.3.1