Conversation
…lity Replace all hardcoded port values with configurable constants to support different deployment environments and improve maintainability. Changes: - Replace hardcoded port 11000 with configurable interx_port parameter in network discovery - Update GetAllNodesV3 call to pass interx_port from configuration - Replace hardcoded getPubP2PList port with tc.InterxPort - Fix container hostname from interx.local to proxy.local - Add constants for local proxy port (80), sekai caller port (8080), and proxy caller port (8080) - Update dashboard API calls to use dynamic ports instead of hardcoded 11000 - Fix sekai caller port from hardcoded 8181 to correct internal port 8080 - Fix proxy/interx caller port from hardcoded 8081 to correct port 8080 - Update dev-compose.yml sekai port mapping from 8181:8181 to 8181:8080 - Upgrade kensho dependency to v0.12.1 for updated GetAllNodesV3 signature - Improve join command timeout handling to return success with informative message This allows the join command to work correctly with custom port configurations and properly handles long-running blockchain sync operations.
- Remove chunked genesis fetching from sekaid RPC - Remove sekaidRPCPort parameter from GetVerifiedGenesisFile - Change interx API endpoint from /api/genesis to /api/tendermint/genesis - Add genesis wrapper unwrapping logic for format normalization - Remove checksum verification (handled by interx) This simplifies the genesis handling as part of the port configuration cleanup, removing unnecessary sekaid RPC calls and relying on interx as the single source of truth for genesis data.
- Update all sekaid-related scripts to use correct external port 8181 - Add 00-sekaid-join.sh script for network joining - Update docker-sekaid-run.sh port mapping to 8181:8080 These changes ensure scripts use the correct external port mapping for the sekai caller API after the port configuration refactoring.
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.
No description provided.