Add system prove-proxy endpoints to network configuration - #2
Merged
Merged
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
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
system_prove_proxy_urlto all three network configurations.prove_proxy_urlunchanged for user-facing proving requests.multi_chainGenesis contracts, ABI files, token artifacts, and compiler provenance unchanged.Head commit:
dd9f3384e2b0be8621036c58a3b36248d3138404.The net diff against
multi_chainis one file, nine added lines inconfig.json.Related Change
Companion configuration for PsyProtocol/psy-node#10.
The node PR already pins this remotely published Genesis commit, resolving its submodule conflict while retaining the role-split configuration.
Endpoint Behavior
The new system endpoint defaults to the existing prove-proxy URL in each network. These defaults support an
all-role proxy; they do not provision or route two separate processes.Deployments that split
userandsystemroles must override the system endpoint to reach the actual system-role process. A user-only endpoint is not a valid relayer system endpoint; the companion node change checks the reported role.This PR does not deploy services, change live routing, regenerate contracts, or alter Genesis balances. The separate local Genesis regeneration audit and its artifact differences are not included.
Validation
Validated with the companion node merge against
multi_chainat5b7f4e1e11adf4607a958bc39e863a2a80b5a7a6:cargo test --release --locked -p psy_config --lib: 6 passed.cargo test --release --locked -p psy_prover --test prove_proxy_role: 5 passed.system_prove_proxy: 5 passed, covering required configuration, blank entries, system-role acceptance, user-role rejection, and closed-port failure.user_pool_url_is_not_a_fallback: 1 passed.multi_chain: onlyconfig.jsondiffers; generated artifact hashes and sizes were verified.No live deployment or transaction E2E was performed for this configuration PR.