-
Notifications
You must be signed in to change notification settings - Fork 78
Add scala.reflect.Selectable implementation to AuthHandshaker for Scala 3 compatibility #1130
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
Open
realcodywburns
wants to merge
1,065
commits into
input-output-hk:develop
Choose a base branch
from
chippr-robotics:rplx-testing
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add scala.reflect.Selectable implementation to AuthHandshaker for Scala 3 compatibility #1130
realcodywburns
wants to merge
1,065
commits into
input-output-hk:develop
from
chippr-robotics:rplx-testing
Conversation
This file contains hidden or 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
…-to-cli Add comprehensive help system to CLI tools
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…ntainer-pipelines Add pre-configured Docker images for ETC networks and nightly builds
…ction-issue Fix network parameter validation in fukuii-launcher
Co-authored-by: realcodywburns <[email protected]>
…-configuration Fix logging configuration: update package names and default log levels
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…-errors Fix NumberFormatException during network sync from empty BigInt deserialization
…dition Co-authored-by: realcodywburns <[email protected]>
Add interactive TUI for real-time node monitoring
…import Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…kfetcher-error Standardize implicit IORuntime naming in fetcher classes
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…g-logging Add comprehensive debug logging to BlockFetcher for network sync troubleshooting
…tion - Enhanced PeersClient logging to show peer selection criteria evaluation - Added detailed logging for blacklist status and peer availability - Improved FetchRequest logging to show request lifecycle - Enhanced status exchange logging to debug peer disconnections - Added peer handshake state logging with fork validation details Co-authored-by: realcodywburns <[email protected]>
- Fix LoggingAdapter argument limit (max 4 args) in PeerListSupportNg - Fix bestPeer signature to use Pekko LoggingAdapter instead of slf4j Logger - Split long log statements into multiple calls to respect argument limits - Applied scalafmt formatting across all modified files Co-authored-by: realcodywburns <[email protected]>
…g-logging Add verbose debug logging for peer connection and fork validation failures
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…ck-sync-error Add block sync troubleshooting guide with core-geth ForkId verification
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…config-file Add production-ready bootnode configuration for peer discovery
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…cess-logs Log analysis for sync process: Critical peer connection failure diagnosis (with fast-sync follow-up)
Co-authored-by: realcodywburns <[email protected]>
Co-authored-by: realcodywburns <[email protected]>
…trailing whitespace Co-authored-by: realcodywburns <[email protected]>
…andling ForkId handling improvements for block-0 nodes to prevent peer rejection
…la 3 compatibility
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.
Description
A clear and concise description of what this pull request does or fixes.
Proposed Solution
Optional Explain how does this PR solves the problem stated in Description. You can also enumerate different alternatives considered while approaching this task.
Important Changes Introduced
Optional Notice Reviewers about changes that were introduced while developing this task
Testing
Optional Leave some recommendations should be useful while reviewers are testing this PR