From 31067363f35e197e2ef0516a128d14ea7c943078 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Tue, 10 Oct 2023 05:29:06 -0700 Subject: [PATCH] Update PRs (#5263) --- pull-requests/hyperledger-labs/fablo.md | 26 --- .../hyperledger-labs/open-enterprise-agent.md | 60 +------ .../hyperledger-labs/yui-ibc-solidity.md | 28 +++ pull-requests/hyperledger/besu.md | 165 ++++++++++++++---- pull-requests/hyperledger/fabric.md | 69 ++++---- pull-requests/hyperledger/iroha.md | 101 +++++------ trending/recent-prs.md | 10 +- 7 files changed, 244 insertions(+), 215 deletions(-) diff --git a/pull-requests/hyperledger-labs/fablo.md b/pull-requests/hyperledger-labs/fablo.md index 636cb6cfb..3ea0e0be9 100644 --- a/pull-requests/hyperledger-labs/fablo.md +++ b/pull-requests/hyperledger-labs/fablo.md @@ -229,29 +229,3 @@ You can disable automated security fix PRs for this repo from the [Security Aler -
- - - - - - - - - -
- PR #416 - - - Add Istio - -
- - - -
-
- Created At 2023-10-03 09:30:22 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger-labs/open-enterprise-agent.md b/pull-requests/hyperledger-labs/open-enterprise-agent.md index 87826500a..0a1688fc2 100644 --- a/pull-requests/hyperledger-labs/open-enterprise-agent.md +++ b/pull-requests/hyperledger-labs/open-enterprise-agent.md @@ -138,7 +138,7 @@ The performance tests expect a local prometheus instance to be running to push m - polluxprism-agentconnect + polluxprism-agentinfraconnect Signed-off-by: Shailesh Patil @@ -462,61 +462,3 @@ Fixes https://input-output.atlassian.net/browse/ATL-5827 -
- - - - - - - - - -
- PR #743 - - - build: add local developement keycloak and init script - -
- infra - - # Overview - - -A preparation work for Keycloak integration. This should enable easy local dev Keycloak instance with `realm`, `client` and static `client-secret` initialized. - -```bash -PORT=8080 docker-compose -f infrastructure/shared/docker-compose-mt-keycloak.yml --env-file ./infrastructure/local/.env up -``` - -## Checklist - -### My PR contains... -* [x] No code changes (changes to documentation, CI, metadata, etc.) -* [ ] Bug fixes (non-breaking change which fixes an issue) -* [ ] Improvements (misc. changes to existing features) -* [ ] Features (non-breaking change which adds functionality) - -### My changes... -* [ ] are breaking changes -* [x] are not breaking changes -* [ ] If yes to abovscriptse: I have updated the documentation accordingly - -### Documentation -* [ ] My changes do not require a change to the project documentation -* [ ] My changes require a change to the project documentation -* [ ] If yes to above: I have updated the documentation accordingly - -### Tests -* [ ] My changes can not or do not need to be tested -* [ ] My changes can and should be tested by unit and/or integration tests -* [ ] If yes to above: I have added tests to cover my changes -* [ ] If yes to above: I have taken care to cover edge cases in my tests - -
-
- Created At 2023-10-03 09:42:24 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger-labs/yui-ibc-solidity.md b/pull-requests/hyperledger-labs/yui-ibc-solidity.md index d854b4ed6..c67032453 100644 --- a/pull-requests/hyperledger-labs/yui-ibc-solidity.md +++ b/pull-requests/hyperledger-labs/yui-ibc-solidity.md @@ -10,6 +10,34 @@ permalink: /pull-requests/hyperledger-labs/yui-ibc-solidity # yui-ibc-solidity [GitHub](https://github.com/hyperledger-labs/yui-ibc-solidity){: .btn .mr-4 } +
+ + + + + + + + + +
+ PR #220 + + + [DRAFT] Osmosis IBC hooks + +
+ + + for https://github.com/hyperledger-labs/yui-ibc-solidity/issues/219 + +based on https://github.com/hyperledger-labs/yui-ibc-solidity/pull/215 +
+
+ Created At 2023-10-10 11:10:15 +0000 UTC +
+
+
diff --git a/pull-requests/hyperledger/besu.md b/pull-requests/hyperledger/besu.md index 6627a42a8..68a862f94 100644 --- a/pull-requests/hyperledger/besu.md +++ b/pull-requests/hyperledger/besu.md @@ -10,6 +10,140 @@ permalink: /pull-requests/hyperledger/besu # besu [GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 } +
+
+ + + + + + + + +
+ PR #6010 + + + [Plugin API] - TransactionSelector - Send TransactionSelectionResult to the plugin when not transaction is not selected + +
+ + + ## PR description +Adds the `TransactionSelectionResult` to `TransactionSelector.onTransactionNotSelected` so that plugins have more context. + +Addresses the comment in this PR https://github.com/hyperledger/besu/pull/6005#r1351753669 + +
+
+ Created At 2023-10-10 10:48:23 +0000 UTC +
+
+ +
+ + + + + + + + + +
+ PR #6009 + + + Cache last blocks data (block headers, block bodies, transactions' receipts and total difficulty) + +
+ + + Cache last blocks data (block headers, block bodies, transactions' receipts and total difficulty). +The default number of blocks to keep in the cache is 0. + +This PR will mainly improve the performances of some RPC calls : +- Eth_getBlockByNumber +- Eth_getBlockByHash +- Eth_feeHistory +- Eth_getTransactionReceipt +- ... + +The biggest improvement is on Eth_feeHistory. + +The new cache in DefaultBlockchain uses **1.35 GiB** on Mainnet **for 2048 last blocks** : +- Transactions receipts : 676 MiB +- Blocks' bodies : 555 MiB +- Blocks' headers : 2 MiB +- Total difficulty : less than 1 MiB + + +![image](https://github.com/hyperledger/besu/assets/5099602/6f8a9b9e-0d73-414b-899c-03351f9db302) + +
+
+ Created At 2023-10-10 10:41:01 +0000 UTC +
+
+ +
+ + + + + + + + + +
+ PR #6007 + + + docs: fix typo + +
+ + + +
+
+ Created At 2023-10-10 09:30:15 +0000 UTC +
+
+ +
+ + + + + + + + + +
+ PR #6006 + + + Describe the migration to and how to configure the layered txpool + +
+ + + + + +## PR description + +Read the rendered version [here](https://github.com/fab-10/besu/blob/release-23.10.x/CHANGELOG.md#layered-transaction-pool-the-new-default-transaction-pool-implementation) + +
+
+ Created At 2023-10-10 09:07:42 +0000 UTC +
+
+
@@ -518,34 +652,3 @@ Exposes getSize to transaction interface so it can be used by plugins -
-
- - - - - - - - -
- PR #5980 - - - Only use the builder to create transactions - -
- - - - - -## PR description - -Remove all the overloaded `Transaction`' constructors, and only allow to create a transaction using the `Builder` -
-
- Created At 2023-10-03 11:28:23 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger/fabric.md b/pull-requests/hyperledger/fabric.md index 183695141..6572e7e42 100644 --- a/pull-requests/hyperledger/fabric.md +++ b/pull-requests/hyperledger/fabric.md @@ -10,6 +10,38 @@ permalink: /pull-requests/hyperledger/fabric # fabric [GitHub](https://github.com/hyperledger/fabric){: .btn .mr-4 } +
+ + + + + + + + + +
+ PR #4473 + + + remove an unused parameter + +
+ + + #### Type of change + +- Improvement (improvement to code, performance, etc) + +#### Description + +This commit removes an unused parameter named "namespace" from a function that computes the expiring block number for a private key stored in a collection with a "block to live" policy. +
+
+ Created At 2023-10-10 12:14:22 +0000 UTC +
+
+
@@ -641,40 +673,3 @@ N/A -
-
- - - - - - - - -
- PR #4458 - - - Expose block censorship timeout in config - -
- - - #### Type of change - -- Improvement (improvement to code) -- Test update - -#### Description - -As described in issue #4401 - -#### Related issues - -issue #4401 -
-
- Created At 2023-10-03 09:14:44 +0000 UTC -
-
- diff --git a/pull-requests/hyperledger/iroha.md b/pull-requests/hyperledger/iroha.md index c4497d6eb..75a57473c 100644 --- a/pull-requests/hyperledger/iroha.md +++ b/pull-requests/hyperledger/iroha.md @@ -10,6 +10,50 @@ permalink: /pull-requests/hyperledger/iroha # iroha [GitHub](https://github.com/hyperledger/iroha){: .btn .mr-4 } +
+ + + + + + + + + +
+ PR #3979 + + + [refactor] #3874: Remove `IsAssetDefinitionOwner` + +
+ iroha2 + + ### Notes +Two previous pull requests for the issue were closed without merge because of conflicts and messy commit histories. See #3919 #3920 . I have followed all the discussed steps in #3920 but some tests (in `mod.rs`) are still failing. + + +### Linked issue + +This query was introduced only for the purposes of validator. Since #3442 we can use `FindAssetDefinitionById` to do the exact same thing. + +Closes #3874 + +### 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-10 11:57:06 +0000 UTC +
+
+
@@ -657,60 +701,3 @@ Less complexity, no more threading multiple port numbers to configuration -
-
- - - - - - - - -
- PR #3949 - - - [refactor]: move expression len out of public API into core - -
- iroha2 - - ## Description - -let's not pollute public API with internal stuff - -### Linked issue - - - -Closes #{issue_number} - - - -### Benefits - - - -### Checklist - -- [ ] I've read `CONTRIBUTING.md` -- [ ] I've used the standard signed-off commit format (or will squash just before merging) -- [ ] 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-03 08:48:19 +0000 UTC -
-
- diff --git a/trending/recent-prs.md b/trending/recent-prs.md index a4f57b4f5..bff4bf3fe 100644 --- a/trending/recent-prs.md +++ b/trending/recent-prs.md @@ -1,13 +1,13 @@ -[374](https://github.com/hyperledger/iroha-java/pull/374) Get rid of manual free ports finding +[4473](https://github.com/hyperledger/fabric/pull/4473) remove an unused parameter -[2756](https://github.com/hyperledger/cacti/pull/2756) build(deps): bump webpki from 0.22.1 to 0.22.4 in /weaver/common/protos-rs +[3979](https://github.com/hyperledger/iroha/pull/3979) [refactor] #3874: Remove `IsAssetDefinitionOwner` -[4472](https://github.com/hyperledger/fabric/pull/4472) Add inspect option into checkcommitreadiness command to output discre… +[220](https://github.com/hyperledger-labs/yui-ibc-solidity/pull/220) [DRAFT] Osmosis IBC hooks -[6005](https://github.com/hyperledger/besu/pull/6005) [Plugin API] - TransactionSelector - Notify plugins when transaction is selected/rejected +[6010](https://github.com/hyperledger/besu/pull/6010) [Plugin API] - TransactionSelector - Send TransactionSelectionResult to the plugin when not transaction is not selected -[12](https://github.com/hyperledger-labs/pdo-contracts/pull/12) New jupyter notebooks for exchange contract family +[6009](https://github.com/hyperledger/besu/pull/6009) Cache last blocks data (block headers, block bodies, transactions' receipts and total difficulty) [See more >>>](https://start-here.hyperledger.org/pull-requests)