-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated netty #3538
Merged
Merged
Updated netty #3538
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
siladu
approved these changes
Mar 8, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! |
frankisawesome
pushed a commit
to frankisawesome/besu
that referenced
this pull request
Mar 16, 2022
* updated netty Signed-off-by: Sally MacFarlane <[email protected]>
frankisawesome
added a commit
that referenced
this pull request
Mar 16, 2022
* Prepare fo release 22.1.2 Signed-off-by: Danno Ferrin <[email protected]> * remove orion refs (#3494) Signed-off-by: Sally MacFarlane <[email protected]> * Handle TTD and mining pre and post merge (#3486) * handle TTD and mining pre and post merge without creating a regression in behavior for clique networks Signed-off-by: garyschulte <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Reject locally-sourced transactions below the minimum gas price when not mining (#3397) * Refactor TransactionPool to accept MiningParameters * Check for zero GasPrice Frontier Transactions * if you are not mining your node could fill up with pending transactions. * make low-or-no-gas transactions viable for local transactions Signed-off-by: Antony Denyer <[email protected]> Co-authored-by: garyschulte <[email protected]> * 3378 ws engine (#3493) * implements execution engine APIs over websockets Signed-off-by: Justin Florentine <[email protected]> * QBFT Migration: allow active mining coordinator to be shutdown (#3438) Call the shutdown task async to allow the BftProcessor CountDownLatch to complete. Start the next coordinator only once the previous shutdown is complete. Fixes #3003 Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Danno Ferrin <[email protected]> * to remove deprecated proto dependency, needed to add jaeger-proto dependency (#3485) Signed-off-by: Sally MacFarlane <[email protected]> * Rename field random to prevRandao (#3495) * rename field random to prevRandao Signed-off-by: Daniel Lehrner <[email protected]> * Improve contract validation errors (#3499) For each contract validation error return a relevant error instead of the incorrect "INSUFFICIENT_GAS" error. Signed-off-by: Danno Ferrin <[email protected]> * Update ef bootnodes (#3502) * update ef bootnodes Signed-off-by: Frank Li <[email protected]> * fix typo in bootnode Signed-off-by: Frank Li <[email protected]> * update mainnet config Signed-off-by: Frank Li <[email protected]> * Add GitHub action to verify gradle-wrapper.jar (#3503) Checks that the gradle wrapper jar is from an official release. See https://github.com/gradle/wrapper-validation-action for more details. Signed-off-by: Adrian Sutton <[email protected]> * Bugfix/terminal block check (#3501) * speculative use of backward sync in forkchoiceupdated * reorg newPayload tests to not return INVALID_TERMINAL_BLOCK for as-yet-unknown parent hashes Signed-off-by: garyschulte <[email protected]> * Refactor trace api methods (#3510) * abstract trace classes Signed-off-by: Frank Li <[email protected]> * add spdx headers Signed-off-by: Frank Li <[email protected]> * FullSync Future should stop when total terminal difficulty is reached (#3423) * FullSync Future should stop when total terminal difficulty is reached Signed-off-by: Jiri Peinlich <[email protected]> * [MINOR] typo in resource class (#3516) * medium Signed-off-by: Sally MacFarlane <[email protected]> * typo Signed-off-by: Sally MacFarlane <[email protected]> * debug_accountAt - fixed issue with contract code (#3518) * fixed bug with contract code > 32 bytes Signed-off-by: Sally MacFarlane <[email protected]> * move Vijay to emeritus (#3514) Signed-off-by: Sally MacFarlane <[email protected]> * trace_get (#3477) * Initial commit for trace_get implementation. No tests. * test files for trace_get Signed-off-by: Mark Terry <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> Signed-off-by: Frank Li <[email protected]> * [MINOR] addressed some sonar code smells (#3520) * addressed some sonar code smells Signed-off-by: Sally MacFarlane <[email protected]> * updated several dependencies (#3523) Signed-off-by: Sally MacFarlane <[email protected]> * Log initial sync stats every 10 secs at max to avoid spamming logs (#3525) Signed-off-by: Fabio Di Fabio <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Updated dependencies including log4j (#3529) * updated some more dependencies * changed errorprone back Signed-off-by: Sally MacFarlane <[email protected]> * upgrade vertx (#3530) Signed-off-by: Sally MacFarlane <[email protected]> * trace_rawTransaction (#3459) * Json RPC endpoint and test files for trace_rawTransaction * cache the block number to make sure we are using the same block Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> Co-authored-by: MadelineMurray <[email protected]> * Feature/trace callmany (#3468) * unit test + working code + test spec files Signed-off-by: Frank Li <[email protected]> Signed-off-by: Stefan Pingel <[email protected]> Co-authored-by: Frank Li <[email protected]> Signed-off-by: Frank Li <[email protected]> * add trace_callMany to CHANGELOG (#3531) Signed-off-by: Stefan Pingel <[email protected]> Signed-off-by: Frank Li <[email protected]> * 3465 jwt auth (#3508) * refactored auth to allow variant JWT rules to be adopted by different stacks * configures JWT secret from a file, or creates a temporary one * jwt auth is optional for engine apis * test coverage of new cli options Signed-off-by: Justin Florentine <[email protected]> * [Issue 3115] Support mining beneficiary transitions (#3505) Signed-off-by: Meredith Baxter <[email protected]> Signed-off-by: Frank Li <[email protected]> * MERGE: engine_exchangeTransitionConfigurationV1 API (#3473) Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: garyschulte <[email protected]> * docker executor (#3535) Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> * Trace APIs: add revert reason (#3539) * added revertReason * added test file for trace_transaction with revertReason Signed-off-by: Sally MacFarlane <[email protected]> * Updated netty (#3538) * updated netty Signed-off-by: Sally MacFarlane <[email protected]> * check types before providing a PowMiningCoordinator (#3548) Signed-off-by: Justin Florentine <[email protected]> * add kiln network, add network option for fast-sync capable (#3547) * add kiln network, add network option for fast-sync capable Signed-off-by: garyschulte <[email protected]> * Richer return information for Precompiled Contracts (#3546) Allow precompiled contracts to return richer information instead of results/fail. System/precompile contracts can now revert, fail, refund gas, etc. instead of just succeed or fail. Signed-off-by: Danno Ferrin <[email protected]> * Refactor graphqlcontext since getContext() is deprecated (#3536) * refactor graphqlcontext since getContext() is deprecated Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Always show privacyGroupId on PrivateTransactionReceipt (#3544) - This is to provide a clearer way of knowing which privacyGroupId a private transaction ended up in. Signed-off-by: Antony Denyer <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Acceptance test for execution engine apis (#3533) * added acceptance test for execution engine apis * removed check of payload id length Signed-off-by: Daniel Lehrner <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * fix: AuthProvider deprecated, refactor TomlAuth with AuthenticationProvider (#3550) Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * modified batch request test to avoid async complete issue (#3556) Signed-off-by: garyschulte <[email protected]> Signed-off-by: Frank Li <[email protected]> * Stratum mining errata (#3554) * couple bits of additional plumbing to ensure transitionCoordinator correctly routes stratum ethash observers Signed-off-by: garyschulte <[email protected]> * ignore flaky test (#3566) Signed-off-by: Sally MacFarlane <[email protected]> * remove requirement for CL to have zero blocknumber for TransitionConfiguration (#3565) Signed-off-by: garyschulte <[email protected]> * added trace logging of parameter RPC calls (#3553) * added trace logging of parameter RPC calls Signed-off-by: Sally MacFarlane <[email protected]> * Revert "upgrade vertx (#3530)" (#3567) This reverts commit 9d2d87e. Signed-off-by: Sally MacFarlane <[email protected]> * added extra info to issue template (#3551) Signed-off-by: Sally MacFarlane <[email protected]> * Added debug logging to header download step. (#3568) Signed-off-by: Mark Terry <[email protected]> Signed-off-by: Frank Li <[email protected]> * [#2766]fix: clean up deprecation warnings (#3511) * clean up deprecation warnings *Quantity Interface getValue() * LegacyPrivateStateStorage * GraphQLDataFetcherContext Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * updated TTD for Kiln (#3573) Signed-off-by: Daniel Lehrner <[email protected]> * add execution engine endpoints to docker ports (#3575) * add execution engine endpoints to docker ports Signed-off-by: garyschulte <[email protected]> * Warn if consensus client doesn't call transition configuration endpoint within 120 seconds (#3569) * add qos timer to engine_exchangeTransitionConfiguration Signed-off-by: garyschulte <[email protected]> Co-authored-by: Justin Florentine <[email protected]> * updated tests to ensure hex values are returned (#3564) Signed-off-by: Justin Florentine <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * [MINOR] corrections to changelog and typos (#3580) * typos * 3379 was the pr to merge branch * added link for 3202 Signed-off-by: Sally MacFarlane <[email protected]> * [MINOR] xl executor for quorum ATs (nightly) (#3571) * xl executor Signed-off-by: Sally MacFarlane <[email protected]> * WebSocket batch test - remove Ignore (#3579) * remove ignore of batch websocket test Signed-off-by: Sally MacFarlane <[email protected]> * Added --version flag to subcommands [#2762] (#3577) * added --version flag to subcommands (#2762) Signed-off-by: Davide Savazzi <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Frank Li <[email protected]> * Add headings to Besu help (#3559) * Headings are bold and cyan * grouping graphQL related options * Json RPC Http Option Group Json RPC Websocket Option Group Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * update picocli (#3552) Signed-off-by: Sally MacFarlane <[email protected]> * change gradle version Signed-off-by: Frank Li <[email protected]> Co-authored-by: Danno Ferrin <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: garyschulte <[email protected]> Co-authored-by: Antony Denyer <[email protected]> Co-authored-by: Justin Florentine <[email protected]> Co-authored-by: Simon Dudley <[email protected]> Co-authored-by: Daniel Lehrner <[email protected]> Co-authored-by: Adrian Sutton <[email protected]> Co-authored-by: Jiri Peinlich <[email protected]> Co-authored-by: mark-terry <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]> Co-authored-by: MadelineMurray <[email protected]> Co-authored-by: Stefan Pingel <[email protected]> Co-authored-by: mbaxter <[email protected]> Co-authored-by: Sandra Wang <[email protected]> Co-authored-by: Davide Savazzi <[email protected]>
garyschulte
pushed a commit
to garyschulte/besu
that referenced
this pull request
May 2, 2022
* updated netty Signed-off-by: Sally MacFarlane <[email protected]>
eum602
pushed a commit
to lacchain/besu
that referenced
this pull request
Nov 3, 2023
* updated netty Signed-off-by: Sally MacFarlane <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated dependencies
Changelog