From f9740740aa5dd8b5862f42986deb1d8b2a8df856 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Wed, 11 Oct 2023 05:29:56 -0700 Subject: [PATCH] Update PRs (#5268) --- .../hyperledger-labs/did-webs-resolver.md | 52 ---- .../hyperledger-labs/yui-ibc-solidity.md | 54 ---- .../hyperledger/fabric-private-chaincode.md | 56 ---- pull-requests/hyperledger/fabric.md | 241 ------------------ pull-requests/hyperledger/iroha.md | 2 +- trending/recent-prs.md | 2 +- 6 files changed, 2 insertions(+), 405 deletions(-) diff --git a/pull-requests/hyperledger-labs/did-webs-resolver.md b/pull-requests/hyperledger-labs/did-webs-resolver.md index 6b978536d..f2bf982ed 100644 --- a/pull-requests/hyperledger-labs/did-webs-resolver.md +++ b/pull-requests/hyperledger-labs/did-webs-resolver.md @@ -118,55 +118,3 @@ See corresponding spec change: https://github.com/trustoverip/tswg-did-method-we -
- - - - - - - - - -
- PR #11 - - - Add "versionId" DID document metadata property - -
- - - See spec support for "versionId" DID document metadata property: https://github.com/trustoverip/tswg-did-method-webs-specification/pull/49 -
-
- Created At 2023-10-04 10:28:01 +0000 UTC -
-
- -
- - - - - - - - - -
- PR #10 - - - Add support for JsonWebKey and ConditionalProof2022 - -
- - - This implements changes in https://github.com/trustoverip/tswg-did-method-webs-specification/pull/39 and https://github.com/trustoverip/tswg-did-method-webs-specification/pull/41 -
-
- Created At 2023-10-04 10:04:09 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger-labs/yui-ibc-solidity.md b/pull-requests/hyperledger-labs/yui-ibc-solidity.md index 936b1bf14..8b568f96d 100644 --- a/pull-requests/hyperledger-labs/yui-ibc-solidity.md +++ b/pull-requests/hyperledger-labs/yui-ibc-solidity.md @@ -90,57 +90,3 @@ based on https://github.com/hyperledger-labs/yui-ibc-solidity/pull/215 -
- - - - - - - - - -
- PR #215 - - - feat: ics30 interfaces - -
- - - for https://github.com/hyperledger-labs/yui-ibc-solidity/issues/184 - -I need this + your work on memo to have work on ibc hooks eth version -
-
- Created At 2023-10-04 11:33:26 +0000 UTC -
-
- -
- - - - - - - - - -
- PR #214 - - - feat: dev shell to easy build and run e2e - -
- - - `nix develop` enters shell which can do all make and e2e and protogen, without anything installed beforehand -
-
- Created At 2023-10-04 10:28:40 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger/fabric-private-chaincode.md b/pull-requests/hyperledger/fabric-private-chaincode.md index d7b9d1c0f..838f0925e 100644 --- a/pull-requests/hyperledger/fabric-private-chaincode.md +++ b/pull-requests/hyperledger/fabric-private-chaincode.md @@ -742,59 +742,3 @@ You can disable automated security fix PRs for this repo from the [Security Aler -
- - - - - - - - - -
- PR #721 - - - Upgrade yq from v3.x to v4.x - -
- - - Some example scripts still use an older version of yq. To run the example scripts properly newer version of yq is added. - - - -**What this PR does / why we need it**: Upgrades the yq V3.x to yq v4.x - -**Which issue(s) this PR fixes**: -- upgrades the yq from v3.x to v4.x -- updates the yq codes in the list of files below : - - `./samples/deployment/test-network/setup.sh` - - `./samples/deployment/fabric-smart-client/the-simple-testing-network/env.sh` - - `./samples/deployment/test-network/update-connection.sh` - - `./samples/deployment/test-network/fabric-samples/test-network-nano-bash/README.md` - - `./README.md` - - `./utils/docker/dev_peer_cc-builder/Dockerfile` - - `./utils/docker/base-dev/Dockerfile` - -Fixes #719 - -
-
- Created At 2023-10-04 10:44:47 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger/fabric.md b/pull-requests/hyperledger/fabric.md index 12fed6081..dfdb55229 100644 --- a/pull-requests/hyperledger/fabric.md +++ b/pull-requests/hyperledger/fabric.md @@ -305,244 +305,3 @@ Update add_orderer.md to reflect the correct way to add a new orderer to an exis -
- - - - - - - - - -
- PR #4465 - - - Bft bp block verifier peer - -
- - - -#### Type of change -- New feature - -#### Description - -Peer using an updatable block verifier - - -#### Related issues - - -
-
- Created At 2023-10-04 12:19:49 +0000 UTC -
-
- -
- - - - - - - - - -
- PR #4464 - - - Bump github.com/consensys/gnark-crypto from 0.6.0 to 0.12.0 - -
- dependenciesgo - - Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.6.0 to 0.12.0. -
-Release notes -

Sourced from github.com/consensys/gnark-crypto's releases.

-
-

v0.12.0

-

What's Changed

- -

Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.11.2...v0.12.0

-

v0.11.2

-

What's Changed

- -

New Contributors

- -

Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.11.1...v0.11.2

-

v0.11.1

-

Security

- -
-

... (truncated)

-
-
-Changelog -

Sourced from github.com/consensys/gnark-crypto's changelog.

-
-

-

[v0.11.1] - 2023-07-11

-

Fix

-
    -
  • ECDSA HashToInt bytes-bits mismatch (#428)
  • -
-

-

[v0.11.0] - 2023-05-02

-

Build

-
    -
  • go generate
  • -
  • generify bn254 changes
  • -
  • generify bn254 kzg changes
  • -
  • generify marshal changes
  • -
  • generify bn254 kzg changes
  • -
  • bump go1.20
  • -
  • update ci github action dependencies
  • -
-

Chore

-
    -
  • PR feedback
  • -
-

Docs

-
    -
  • make comments more godoc friendly
  • -
  • remove comment
  • -
  • remove DO NOT EDIT from non-autogenerated files
  • -
-

Feat

-
    -
  • fix v computation in ECDSA signature (#385)
  • -
  • make mapToCurve public to allow for custom cofactor clearing (#372)
  • -
  • add Double in affine coordinates
  • -
  • kzg.Vk.WriteRawTo
  • -
  • bn254 encoder to support uint64 slices
  • -
  • pairing: return 1 after easy part if result is 1
  • -
-

Fix

-
    -
  • handle all bitmask in point deserialization
  • -
  • littleEndian -> bigEndian
  • -
  • import utils
  • -
  • don't ignore multiexp error
  • -
  • minor errors
  • -
  • generation mistake
  • -
  • bn254 incorporate evals into kzg batch challenge
  • -
  • kzg: nb of digests in BatchVerifyMultiPoints should be nonzeo
  • -
  • linter: ineffassign in Fpk marshal
  • -
-

Perf

-
    -
  • kzg: remove G2 scalar mul in single verification
  • -
-

Refactor

-
    -
  • break pedersen key into proving (committing) and verifying
  • -
- -
-

... (truncated)

-
-
-Commits -
    -
  • 81ffe9c Merge pull request #449 from Consensys/fix/malleability_sig
  • -
  • 4719f0a chore: generate
  • -
  • 015c708 test: ensure the test path is taken
  • -
  • 64de55e chore: generate
  • -
  • 4c8d1aa refactor: make marshal errors private
  • -
  • 666b963 chore: generate
  • -
  • f6e00f8 chore: use *big.Int (convention)
  • -
  • 045e256 chore: generate
  • -
  • 14d20d5 fix: remove test that signature value R.X == 0
  • -
  • 44c64cd fix: check EdDSA signature values not zero
  • -
  • Additional commits viewable in compare view
  • -
-
-
- - -[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/consensys/gnark-crypto&package-manager=go_modules&previous-version=0.6.0&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) - -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-automerge-start) -[//]: # (dependabot-automerge-end) - ---- - -
-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 merge` will merge this PR after your CI passes on it -- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it -- `@dependabot cancel merge` will cancel a previously requested merge and block automerging -- `@dependabot reopen` will reopen this PR if it is closed -- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -- `@dependabot show 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) -You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperledger/fabric/network/alerts). - -
-
-
- Created At 2023-10-04 11:38:42 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger/iroha.md b/pull-requests/hyperledger/iroha.md index d49a00f5d..c394bd705 100644 --- a/pull-requests/hyperledger/iroha.md +++ b/pull-requests/hyperledger/iroha.md @@ -80,7 +80,7 @@ Closes #3874 - [x] I've used the standard signed-off commit format (or will squash just before merging) - [x] All applicable CI checks pass (or I promised to make them pass later) - [ ] (optional) I've written unit tests for the code changes -- [ ] I replied to all comments after code review, marking all implemented changes with thumbs up +- [x] I replied to all comments after code review, marking all implemented changes with thumbs up diff --git a/trending/recent-prs.md b/trending/recent-prs.md index 4a0f5a5f2..72da3dc0c 100644 --- a/trending/recent-prs.md +++ b/trending/recent-prs.md @@ -7,7 +7,7 @@ [538](https://github.com/hyperledger-labs/fabric-operations-console/pull/538) remove a few settings from the settings api -[2460](https://github.com/hyperledger/sawtooth-core/pull/2460) Fix compiler and clippy errors +[6015](https://github.com/hyperledger/besu/pull/6015) Set version to 23.10.0 [See more >>>](https://start-here.hyperledger.org/pull-requests)