ci(update-ghw-pin): updated workflows with latest version pin
Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: Tripura Repalle <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Added additional checklist items for PR review process.
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.2.0. - [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.266.0 to 0.268.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.266.0...v0.268.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.268.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops) from 3.11.0 to 3.12.1. - [Release notes](https://github.com/getsops/sops/releases) - [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsops/sops/compare/v3.11.0...v3.12.1) --- updated-dependencies: - dependency-name: github.com/getsops/sops/v3 dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Aurora Gaffney <[email protected]>
Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/go-telegram/bot/releases) - [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-telegram/bot/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/go-telegram/bot dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/blinklabs-io/gouroboros](https://github.com/blinklabs-io/gouroboros) from 0.157.0 to 0.158.3. - [Release notes](https://github.com/blinklabs-io/gouroboros/releases) - [Commits](https://github.com/blinklabs-io/gouroboros/compare/v0.157.0...v0.158.3) --- updated-dependencies: - dependency-name: github.com/blinklabs-io/gouroboros dependency-version: 0.158.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This PR introduces the API and implementation of an in-memory database to store Peras votes received from other peers via ObjectDiffusion. NOTES; * To keep things compartmentalized, `O.C.Peras.Vote.Aggregation` implements the tricky parts of the vote aggregation logic within a given round, exposing only the interesting event of having _just_ reached quorum via the `VoteGeneratedCert` and `VoteDidntGenerateCert` pattern synonyms. * Having multiple winners in the same round should, in principle, be impossible under the right parameterization (i.e. quorum threshold >= 75%). Since this will be ultimately become a tunable parameter, we resort to throw a `MultipleWinnersInRound` exception instead of a bare call to `error`. In addition, selecting the committee via Local Sortition in the future will add an extra level of statistical uncertainty that needs to be accounted for. This is because the _actual_ size of voting committee might differ from the _expected_ one, so one needs to end up asking for a stronger quorum to be reached before declaring a round winner. This is now kept as a separate `PerasQuorumStakeSafetyMargin` parameter. * This PR is already rather large, so state-machine testing is implemented separately in [Peras 15](https://github.com/IntersectMBO/ouroboros-consensus/pull/1809).
Bumps the actions-deps group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.13.3` | `2.14.2` | | [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `6.0.2` | | [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) | `13` | `14` | | [actions/setup-node](https://github.com/actions/setup-node) | `3.9.1` | `6.2.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.31.6` | `4.32.4` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.2` | `4.8.3` | | [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) | `2.12.0` | `3.5.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `6.0.0` | | [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) | `2.21.0` | `2.23.0` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | | [coursier/cache-action](https://github.com/coursier/cache-action) | `6.3.3` | `8.0.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `7.0.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `6.19.2` | | [scalacenter/sbt-dependency-submission](https://github.com/scalacenter/sbt-dependency-submission) | `2.3.1` | `3.2.1` | | [actions/setup-java](https://github.com/actions/setup-java) | `2.5.1` | `5.2.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.3` | Updates `step-security/harden-runner` from 2.13.3 to 2.14.2 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/df199fb7be9f65074067a9eb93f12bb4c5547cf2...5ef0c079ce82195b2a36a210272d6b661572d83e) Updates `actions/checkout` from 3.6.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `olafurpg/setup-scala` from 13 to 14 - [Release notes](https://github.com/olafurpg/setup-scala/releases) - [Commits](https://github.com/olafurpg/setup-scala/compare/v13...32ffa16635ff8f19cc21ea253a987f0fdf29844c) Updates `actions/setup-node` from 3.9.1 to 6.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.9.1...6044e13b5dc448c55e2357c09f80417699197238) Updates `github/codeql-action` from 3.31.6 to 4.32.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/497990dfed22177a82ba1bbab381bc8f6d27058f...89a39a4e59826350b863aa6b6252a07ad50cf83e) Updates `actions/dependency-review-action` from 4.8.2 to 4.8.3 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261...05fe4576374b728f0c523d6a13d64c25081e0803) Updates `gradle/gradle-build-action` from 2.12.0 to 3.5.0 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/a8f75513eafdebd8141bd1cd4e30fcd194af8dfa...ac2d340dc04d9e1113182899e983b5400c17cda1) Updates `actions/upload-artifact` from 4.6.1 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...b7c566a772e6b6bfb58ed0dc250532a479d7789f) Updates `EnricoMi/publish-unit-test-result-action` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/34d7c956a59aed1bfebf31df77b8de55db9bbaaf...c950f6fb443cb5af20a377fd0dfaa78838901040) Updates `amannn/action-semantic-pull-request` from 5 to 6 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/e32d7e603df1aa1ba07e981f2a23455dee596825...48f256284bd46cdaab1048c3721360e808335d50) Updates `coursier/cache-action` from 6.3.3 to 8.0.1 - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/288585e12960315492c10d496fafb65b57d9a89b...e47d7d35a0d3a2c7f649ca5c63dfc2bbfaa002e7) Updates `actions/download-artifact` from 4.3.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...37930b1c2abaa49bbe596cd826c3c89aef350131) Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/e468171a9de216ec08956ac3ada2f0791b6bd435...8d2750c68a42422c14e847fe6c8ac0403b4cbd6f) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...c94ce9fb468520275223c153574b00df6fe4bcc9) Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/263435318d21b8e681c14492fe198d362a7d2c83...10e90e3645eae34f1e60eeb005ba3a3d33f178e8) Updates `scalacenter/sbt-dependency-submission` from 2.3.1 to 3.2.1 - [Release notes](https://github.com/scalacenter/sbt-dependency-submission/releases) - [Commits](https://github.com/scalacenter/sbt-dependency-submission/compare/f3c0455a87097de07b66c3dc1b8619b5976c1c89...f43202114d7522a4b233e052f82c2eea8d658134) Updates `actions/setup-java` from 2.5.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/91d3aa4956ec4a53e477c4907347b5e3481be8c9...be666c2fcd27ec809703dec50e508c2fdc7f6654) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/f49aabe0b5af0936a0987cfb85d86b75731b0186...4eaacf0543bb3f2c246792bd56e8cdeffafb205a) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: olafurpg/setup-scala dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: github/codeql-action dependency-version: 4.32.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/dependency-review-action dependency-version: 4.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: gradle/gradle-build-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: coursier/cache-action dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: scalacenter/sbt-dependency-submission dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-java dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: William Hankins <[email protected]>