load balance for sudo account.#8
Merged
Merged
Conversation
shibshib
approved these changes
Mar 7, 2023
|
|
||
| pub fn finney_config() -> Result<ChainSpec, String> { | ||
| let path: PathBuf = std::path::PathBuf::from("/Users/ec2-user/repos/subtensorv3/nakamoto_gen.json"); | ||
| let path: PathBuf = std::path::PathBuf::from("/Users/sam/Documents/GIT/subtensorv3/nakamoto_gen.json"); |
Contributor
There was a problem hiding this comment.
Careful here, this is your local path right? should keep it as ec2-user
igoraxz
added a commit
to igoraxz/subtensor
that referenced
this pull request
Jun 19, 2026
…open guard, safer recycle Acts on an external PR audit: - #1 terminal settlement order-dependence: price every position's K_D/cover against ONE frozen pre-settlement reserve snapshot (spec §11.1) instead of reserves mutated by earlier positions' escrow restoration. Short + long. Adds order-independence regression tests (short + long) vs the frozen snapshot. - RaoFoundation#7 warm-EMA open guard: reject open_short/open_long with ColdEmaNotAllowed when pEMA==0 (fresh subnet); removes the cold-EMA griefing surface. Converts the prior cold-EMA-open test to expect rejection-then-admit-after-warm. - RaoFoundation#8 recycle_custody_tao: withdraw-then-reduce-issuance (is_ok-gated) so a capped withdraw shortfall can never desync TotalIssuance. - docs: mark in-kind close + fee-pool divergence + warm-EMA gate in DESIGN.md. - #4 long terminal equity survival verified already handled (settle-before-destroy ordering + dereg_long_equity_survives_full_dissolve_path); no code change. 78 derivatives tests + 1261 full pallet suite pass. Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
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.