Skip to content
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

Updating gradle to version 7.3 #3109

Merged
merged 3 commits into from
Nov 30, 2021
Merged

Conversation

gezero
Copy link
Contributor

@gezero gezero commented Nov 26, 2021

check the release notes to see what is new (jdk17 support among other things).

Signed-off-by: Jiri Peinlich jiri.peinlich@gmail.com

Changelog

check the [release
notes](https://docs.gradle.org/7.3/release-notes.html) to see what is new (jdk17 support among other things).

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla enabled auto-merge (squash) November 30, 2021 00:10
@sonarcloud
Copy link

sonarcloud bot commented Nov 30, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@macfarla macfarla merged commit ed40d51 into hyperledger:main Nov 30, 2021
jflo pushed a commit to jflo/besu that referenced this pull request Nov 30, 2021
check the [release
notes](https://docs.gradle.org/7.3/release-notes.html) to see what is new (jdk17 support among other things).

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
garyschulte added a commit that referenced this pull request Dec 14, 2021
* add more logging for get blocks form peers task (#3047)

* add more logging for get blocks form peers task

Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>

* (internal) Refactor PrivacyReorgTest to use mock enclave (#3103)

* init

Signed-off-by: Frank Li <b439988l@gmail.com>

* working test

Signed-off-by: Frank Li <b439988l@gmail.com>

* WIP | 3/4 tests working

Signed-off-by: Frank Li <b439988l@gmail.com>

* use constant rather than random (#3116)

Signed-off-by: Frank Li <b439988l@gmail.com>

* Updating gradle to version 7.3 (#3109)

check the [release
notes](https://docs.gradle.org/7.3/release-notes.html) to see what is new (jdk17 support among other things).

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Include invalid value in Enode error message (#3112)

* Include invalid value in Enode error message.

Makes it much easier for users to identify their mistake if the CLI argument after `--bootnodes <some-valid-enode>` has a typo. PicoCLI will treat any unrecognised option as another bootnode so it's very confusing to get an invalid enode message when the enode is fine and it's the next argument that's incorrect.

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Reduce log level down to debug on EthPeer Permissioning (#3114)

Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>

* Rename BftForksSchedule to ForksSchedule and prepare for some more generic use cases (#3108)

* Rename BftForksSchedule to ForkSchedule
* Make ForksSchedule generic beyond BftConfigOptions to allow it to work for MiningCoordinator
* Extract BftForksScheduleFactory from ForksSchedule
* Move ForksSchedule to common package

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

* Jiri maintainer (#3100)

* adds Jiri Peinlich as maintainer

Signed-off-by: Justin Florentine <justin+github@florentine.us>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Merge: engine_getPayload json-rpc endpoint (#3107)

Signed-off-by: garyschulte <garyschulte@gmail.com>

* Update bls12-381 native library (#2992)

* Update bls12-381 native library

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>

* QBFT migration: Create migrating mining coordinator (#3097)

Create MigratingMiningCoordinator, a schedulable mining coordinator that will switch between mining coordinators based on the consensus schedule.

#2999

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

* Remove duplicate code (TODO) in FlexiblePrivacyPrecompiledContract (#3132)

Signed-off-by: Romeet Puhar <Romeet27@outlook.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Change the ForkSchedule to take a single argument (#3133)

Signed-off-by: Jason Frame <jasonwframe@gmail.com>

* QBFT migration: Create a migrating protocol context (#3117)

Signed-off-by: Jason Frame <jasonwframe@gmail.com>

* baseFee as Wei instead of long (#3065)

* [Config] convert baseFee from long to wei

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>

* [MINOR] updating enclave AT code to remove orion references (#3143)

* cleanup orion messages

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Add Frank Li as a maintainer (#3120)

Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Tls configuration (#3105)

* Add support for configuring TLS protocols and ciphersuites

Two new command line options

--rpc-http-tls-protocols
--rpc-http-tls-ciphersuites

New test cases added for valid and invalid TLS protocols and ciphersuites

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

* Fixing tests and cleaning up the code

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

* Adding changelog note

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

* Making TLSv1.3 part of the default

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

Co-authored-by: cusden <ian.cusden@gmail.com>
Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* Migrating mining coordinator duplicate event (#3098)

Unsubscribe the active delegate mining coordinator from BlockAddedEvents

The MigratingMiningCoordinator acts as the observer on its behalf

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>

* Update log4j (#3151)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>

* Eip 4399 (#3111)

Signed-off-by: Justin Florentine <justin+github@florentine.us>

* merge kintsugi-v3 changes back to main (#3152)

* merge kintsugi-v3 changes back to main

Signed-off-by: garyschulte <garyschulte@gmail.com>

* uprev to 20.10.4-SNAPSHOT (#3159)

* uprev to 20.10.4-SNAPSHOT

Co-authored-by: Danno Ferrin <danno.ferrin@shemnon.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>

* Merge pull request from GHSA-7pg2-p5vj-xp5h

Shift operation expect the shift amount to be an unsigned int 256, even
though only 8 bits provides meaningful value. Besu optimized this by
casting this to an int, but it was signed, resulting in a bad shift
amount. To ensure that such errors don't cause issues again test the
binary data types as a potentially negative along the major int
types (8,16,32,64,128,256).

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>

* fixes for devnet-3
  compare UInt256.ZERO in RandomOperation
  remove MergeBlockImporter and defer to MainnetBlockImporter

Signed-off-by: garyschulte <garyschulte@gmail.com>

Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
Co-authored-by: Frank Li <39414003+frankisawesome@users.noreply.github.com>
Co-authored-by: Jiri Peinlich <jiri.peinlich@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Co-authored-by: Adrian Sutton <adrian.sutton@consensys.net>
Co-authored-by: Antony Denyer <git@antonydenyer.co.uk>
Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
Co-authored-by: Justin Florentine <justin+github@florentine.us>
Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Co-authored-by: RP27 <38156169+RP27@users.noreply.github.com>
Co-authored-by: Jason Frame <jasonwframe@gmail.com>
Co-authored-by: fab-10 <91944855+fab-10@users.noreply.github.com>
Co-authored-by: cusden <ian.cusden@gmail.com>
Co-authored-by: Danno Ferrin <danno.ferrin@shemnon.com>
Co-authored-by: Danno Ferrin <danno.ferrin@gmail.com>
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
check the [release
notes](https://docs.gradle.org/7.3/release-notes.html) to see what is new (jdk17 support among other things).

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants