Feature/zig 0.16 stable - #13
Merged
Merged
Conversation
…maller LOCs per file
- migrate mutex and condition users to explicit std.Io APIs - remove the zeicoin.threading public export - pass io through core, app, and libp2p synchronization owners
- Add ZEICOIN_API_BIND_IP parsing with ownership cleanup - Bind the client API server independently from the P2P bind address
- Replace hardcoded bootstrap IP examples with a DNS multiaddr - Keep bootstrap seed guidance aligned with supported multiaddr formats
- Change the compiled-in testnet bootstrap fallback to bootstrap.zeicoin.com - Replace the old host IP in reachability tests with a documentation-reserved public IP
- Enforce /p2p peer IDs during libp2p Noise dialing - Preserve bootstrap multiaddrs through startup and reconnect paths - Add host coverage for rejecting mismatched pinned peer identities
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
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.
Summary
ZEICOIN_API_BIND_IPto bind the client API independently from the P2P addressbootstrap.zeicoin.com) instead of hardcoded IP