diff --git a/pull-requests/hyperledger-labs/cc-tools.md b/pull-requests/hyperledger-labs/cc-tools.md
index 6cf50351c..aedbe42ed 100644
--- a/pull-requests/hyperledger-labs/cc-tools.md
+++ b/pull-requests/hyperledger-labs/cc-tools.md
@@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger-labs/cc-tools
# cc-tools [GitHub](https://github.com/hyperledger-labs/cc-tools){: .btn .mr-4 }
+
+
+
+
+ PR #39
+ |
+
+
+ Fix resolve history reference
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+ Created At 2023-10-19 19:01:47 +0000 UTC
+
+
+
diff --git a/pull-requests/hyperledger-labs/open-enterprise-agent.md b/pull-requests/hyperledger-labs/open-enterprise-agent.md
index 0eac48928..03d48e6bd 100644
--- a/pull-requests/hyperledger-labs/open-enterprise-agent.md
+++ b/pull-requests/hyperledger-labs/open-enterprise-agent.md
@@ -339,29 +339,3 @@ Fixes ATL-4094
-
-
-
-
- PR #756
- |
-
-
- broken link in README.md
-
- |
-
-
-
- docs
- |
-
-
- |
-
-
-
- Created At 2023-10-13 00:38:21 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/besu.md b/pull-requests/hyperledger/besu.md
index 9d763079b..479a5abec 100644
--- a/pull-requests/hyperledger/besu.md
+++ b/pull-requests/hyperledger/besu.md
@@ -10,6 +10,123 @@ permalink: /pull-requests/hyperledger/besu
# besu [GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 }
+
+
+
+
+ PR #6063
+ |
+
+
+ Merge main into 23.10.x branch
+
+ |
+
+
+
+
+ |
+
+ ## PR description
+Merge main into 23.10.x branch
+
+#5996
+ |
+
+
+
+ Created At 2023-10-20 00:35:49 +0000 UTC
+
+
+
+
+
+
+
+ PR #6062
+ |
+
+
+ Update changelog release
+
+ |
+
+
+
+
+ |
+
+ Fix changelog - Add issue numbers
+ |
+
+
+
+ Created At 2023-10-20 00:24:09 +0000 UTC
+
+
+
+
+
+
+
+ PR #6060
+ |
+
+
+ Dencun corner cases
+
+ |
+
+
+
+
+ |
+
+ cherry pick 2 changes from #6054
+* EIP-3541 regression in Cancun - https://github.com/hyperledger/besu/pull/6054/files#diff-22b78733e37a697fa8d1d8a02d2a87fe5ccea9cf67c34ce5e6311f024c14abd6L643-R738
+* EIP-4788 conformance corner case - https://github.com/hyperledger/besu/pull/6054/files#diff-61db834b59eae5ce5c438462505de1add8fa244deda830742060d15f668a9806R39-R44
+ |
+
+
+
+ Created At 2023-10-19 23:58:24 +0000 UTC
+
+
+
+
+
+
+
+ PR #6059
+ |
+
+
+ Trie log blobdb
+
+ |
+
+
+
+
+ |
+
+
+
+## PR description
+Move trie log storage to blobdb
+
+## Fixed Issue(s)
+
+
+See #5866
+ |
+
+
+
+ Created At 2023-10-19 22:59:29 +0000 UTC
+
+
+
@@ -540,30 +657,3 @@ fixed #6033
-
-
-
-
- PR #6028
- |
-
-
- remove code duplication
-
- |
-
-
-
-
- |
-
- ## PR description
-Noticed that these lines of code were duplicated.
- |
-
-
-
- Created At 2023-10-13 00:18:09 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/fabric-ca.md b/pull-requests/hyperledger/fabric-ca.md
index 036d887e1..eb8bd67fb 100644
--- a/pull-requests/hyperledger/fabric-ca.md
+++ b/pull-requests/hyperledger/fabric-ca.md
@@ -124,278 +124,3 @@ You can disable automated security fix PRs for this repo from the [Security Aler
-
-
-
-
- PR #382
- |
-
-
- Bump github.com/consensys/gnark-crypto from 0.9.1 to 0.12.0
-
- |
-
-
-
- dependenciesgo
- |
-
- Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.9.1 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
-
-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.9.1&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-ca/network/alerts).
-
-
- |
-
-
-
- Created At 2023-10-12 21:10:52 +0000 UTC
-
-
-
-
-
-
-
- PR #381
- |
-
-
- Add readthedocs config file.
-
- |
-
-
-
-
- |
-
- For more background see https://blog.readthedocs.com/migrate-configuration-v2/
- |
-
-
-
- Created At 2023-10-12 19:54:11 +0000 UTC
-
-
-
-
-
-
-
- PR #380
- |
-
-
- Upgrade to latest urllib3.
-
- |
-
-
-
-
- |
-
- #### Type of change
-
-- Improvement (improvement to code, performance, etc)
-
-#### Description
-
-Upgrade urllib3 to address https://nvd.nist.gov/vuln/detail/CVE-2023-43804
-
-#### Additional details
-
-I tested it by running `make docs` locally. Didn't see any issues with resultant documentation or with the execution/run.
-
-#### Related issues
-
-N/A
-
-#### Release Note
-Should not impact users at all; just needed to keep our docs secure.
-
-
- |
-
-
-
- Created At 2023-10-12 18:32:51 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/fabric-private-chaincode.md b/pull-requests/hyperledger/fabric-private-chaincode.md
index 559c0891f..6f5f26815 100644
--- a/pull-requests/hyperledger/fabric-private-chaincode.md
+++ b/pull-requests/hyperledger/fabric-private-chaincode.md
@@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger/fabric-private-chaincode
# fabric-private-chaincode [GitHub](https://github.com/hyperledger/fabric-private-chaincode){: .btn .mr-4 }
+
+
+
+
+ PR #738
+ |
+
+
+ Upgrade ego v1.4.1
+
+ |
+
+
+
+ dependencies
+ |
+
+
+ |
+
+
+
+ Created At 2023-10-19 23:28:44 +0000 UTC
+
+
+
diff --git a/pull-requests/hyperledger/iroha.md b/pull-requests/hyperledger/iroha.md
index 234901a38..2053fba06 100644
--- a/pull-requests/hyperledger/iroha.md
+++ b/pull-requests/hyperledger/iroha.md
@@ -526,125 +526,3 @@ Closes #{issue_number}
-
-
-
-
- PR #3990
- |
-
-
- [fix] #0000: Fix executor downloading in update_configs.sh
-
- |
-
-
-
- Bugiroha2CI
- |
-
- ## Description
-
-
-
-
-
-### Linked issue
-
-
-
-Closes #{issue_number}
-
-
-
-### Benefits
-
-
-
-### Checklist
-
-- [x] I've read `CONTRIBUTING.md`
-- [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
-
-
-
-
-
- |
-
-
-
- Created At 2023-10-12 19:42:53 +0000 UTC
-
-
-
-
-
-
-
- PR #3989
- |
-
-
- [BACKPORT] #3966: Copy validator.wasm for stable and fix bin path
-
- |
-
-
-
- Bugiroha2
- |
-
- ## Description
-
-- `validator.wasm` copied to `configs/peer/stable`
-- Fixed copy-paste mistake in `update_configs.sh`
-- Fixed docker default entrypoint (not sure if it will work, can't test on Mac)
-
-
-
-
-
-### Linked issue
-
-
-
-- Closes #3966
-
-
-
-### Benefits
-
-
-
-### Checklist
-
-- [x] I've read `CONTRIBUTING.md`
-- [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
-
-
-
-
-
- |
-
-
-
- Created At 2023-10-12 19:39:21 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/solang.md b/pull-requests/hyperledger/solang.md
index 157642b30..624f447d6 100644
--- a/pull-requests/hyperledger/solang.md
+++ b/pull-requests/hyperledger/solang.md
@@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger/solang
# solang [GitHub](https://github.com/hyperledger/solang){: .btn .mr-4 }
+
+
+
+
+ PR #1572
+ |
+
+
+ Fix slice length
+
+ |
+
+
+
+
+ |
+
+ When converting [this example](https://github.com/solana-developers/program-examples/blob/main/tokens/pda-mint-authority/solang/solidity/pda-mint-authority.sol) to the new Solidity annotation syntax, I uncovered a small bug in slice creation, in which we were not casting the length to `uint64`, leading to an `InvalidLength` error in Solana's runtime.
+ |
+
+
+
+ Created At 2023-10-19 20:04:20 +0000 UTC
+
+
+
diff --git a/trending/recent-prs.md b/trending/recent-prs.md
index 48b0376b0..b9001f252 100644
--- a/trending/recent-prs.md
+++ b/trending/recent-prs.md
@@ -1,13 +1,13 @@
-[384](https://github.com/hyperledger/fabric-ca/pull/384) Log expiry overrides
+[6063](https://github.com/hyperledger/besu/pull/6063) Merge main into 23.10.x branch
-[135](https://github.com/hyperledger-labs/fabric-operator/pull/135) Fix release build
+[6062](https://github.com/hyperledger/besu/pull/6062) Update changelog release
-[546](https://github.com/hyperledger-labs/fabric-operations-console/pull/546) add buttons to delete all components or the wallet
+[6060](https://github.com/hyperledger/besu/pull/6060) Dencun corner cases
-[453](https://github.com/hyperledger-labs/private-data-objects/pull/453) A couple random fixes for installer and service startup scripts
+[738](https://github.com/hyperledger/fabric-private-chaincode/pull/738) Upgrade ego v1.4.1
-[173](https://github.com/hyperledger/anoncreds-spec/pull/173) Added non revocation presentation proof holder
+[6059](https://github.com/hyperledger/besu/pull/6059) Trie log blobdb
[See more >>>](https://start-here.hyperledger.org/pull-requests)