Skip to content

chore(deps): bump alpine from 8ddefa9 to a2d49ea#2117

Merged
alexeykiselev merged 1 commit into
masterfrom
dependabot/docker/alpine-a2d49ea
Jun 11, 2026
Merged

chore(deps): bump alpine from 8ddefa9 to a2d49ea#2117
alexeykiselev merged 1 commit into
masterfrom
dependabot/docker/alpine-a2d49ea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps alpine from 8ddefa9 to a2d49ea.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps alpine from `8ddefa9` to `a2d49ea`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jun 11, 2026
@alexeykiselev alexeykiselev merged commit 43c2e26 into master Jun 11, 2026
19 checks passed
@alexeykiselev alexeykiselev deleted the dependabot/docker/alpine-a2d49ea branch June 11, 2026 07:19
alexeykiselev added a commit that referenced this pull request Jun 19, 2026
* WIP: Base itest suite added with support of feature 25 added.

* Fixed Docker connection API version.
Simple two node finality test added.

* Rise level of log message.

* Scala node commitment for generation added to finality smoke itest.
Ordering of commitments state hash records fixed with new key.

* Correct BLS keys generation for Go and Scala miners.
Updated genesis.json configuration to support go/scala/no -mining.
Enabled log level check added before querying latest finalized block height.

* Fixed BLS key generation for non-mining accounts.

* Copilot review issues fixed.
Function to retrieve and compare finalized blocks heights added and called in test.

* Review fixes.
Section about env vars added to itest README.

* WIP. Function to burn deposit added.

* WIP. TransactionID field added to commitments item.
New way of storing block generators.

* New way of storing and initializing of generator set implemented.
Storing of transaction ID added to commitments.
JSON tags added to GeneratorInfo which in turn used in API.

* Default values for new setting added.

* Fixed height issue then querying generating balance from generator set.
Functions complexities updated for RideV9.
Test on RideV9 estimation added.
Logging improved.

* NG activation check added to mined block action of Sync state.

* Fixed copilot review issues.

* Fixed JSON names for finalized block API.

* Duplicate sync peer field removed.
Sync peer suspending added on block application error in NG state.
Sync peer suspending added on timeout and empty signatures reply in Sync state.

* Endorsements validation during block application depend on finalized height from the block itself.
FinalizationVoting validation improved. Tests fixed.
Endorsement generation for mined blocks simplified.
Function BuildLocalEndorsementMessage added to state API. Mocks updated.

* Peers suspending replaced with blacklisting.

* Switching to Idle state directly after receiving empty signatures from a peer.

* Select peer with the maximus score if no peer sync selected.

* Review fixes.

* GeneratorInfo balance is zeroed on ban of generator.
Logging improved.

* Correct deposit reset for conflicting endorsers implemented.
Reset function extracted and refactored.

* Bug of resetting only one deposit fixed.

* Moved deposit reset for generators of conflicting endorsements to the proper place.

* Deposit reset moved to initial snapshot creation function.

* Panic fixed.
Test added.

* ConflictHeight field added to GeneratorInfo.

* Removed NG state reset on block endorsement received.
Logging improved.
Generators checks added on block endorsement processing.

* Conflict endorsement detection extracted from Add function.
AddConflict function added to EndorsementPool.

* Fixed memoization of endorsement.

* Logging improved. String function added to micro-block and some of its fields.

* Endorsements pool clean up added after micro-block application.

* Unused blockGenerator field and its accessors removed from EndorsementPool and interface.

* Forming of partial finalization for conflicting endorsements only added.

* Correct finalization voting combining added during micro-block mining.

* Fixed panic on string function.

* Integration test on conflicting endorsement processing added.
Legacy state hash recalculation on banning generator added.

* Tagging of processed endorsements added to endorsements pool.
Function to remove only processed endorsements added.
Tests added.

* Log message fixed.

* chore(deps): bump alpine from `8ddefa9` to `a2d49ea` (#2117)

Bumps alpine from `8ddefa9` to `a2d49ea`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Some review issues fixed.

* Endorsement pool reimplemented. Tests rewritten.
Integration test on Go-node accept conflicting endorsement added.

* Build tag fixed.

* Better logging of micro-block mining task.
Function Equals added to BlockID type. Test added.

* Fixed 'TestWycheProofSecP256Verify' for windows OS.

* chore(deps): bump alpine from `a2d49ea` to `28bd5fe` (#2118)

Bumps alpine from `a2d49ea` to `28bd5fe`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implemented 'debug/blacklist' HTTP API method. (#2119)

* Implemented 'debug/blacklist' HTTP API method.

* Review fixes.

* Add 'TestApp_PeersAll'.

* Add 'TestNodeApi_PeersBlackList'.

* Add more info to log record

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Use RFC UTC time in blacklist reason by API call

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Small changes in 'App.PeersBlackList'.

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Added the error in case of required block is not in cache.

* chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#2120)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@df4cb1c...9c091bb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Eskov <mr.eskov1@yandex.ru>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant