fix(pair): F6-gate UpdateLimitOrderPrice and CleanLimitBook (#1234) #1288
No reviewers
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic!1288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/1234-f6-reprice-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
UpdateLimitOrderPricenow callsgate_asset_code_idsafter pause + blacklist, before DLL relink.CleanLimitBookis gated the same way. Keepers resume after unfreeze (same as L6 unpause). Claims stay gated (exit-path keep unchanged).UpdateLimitOrderPriceon the F6 write-path list. Ops no longer call reprice ungated.make verify-issue-1234(test + retest).make verify-issue-582stays green.Fixes #1234
Acceptance criteria
UpdateLimitOrderPriceaborts with existing asset-code-id errors. Resting order not unlinked/repriced.remainingunchanged (DLL prev/next unchanged).CleanLimitBookalso callsgate_asset_code_ids(documented: no DLL writes during freeze).UpdateLimitOrderPrice.make verify-issue-582+make verify-issue-1234pass (including retest).Test plan
make verify-issue-1234make verify-issue-582/limitsEdit already disabled whencode_id_frozen; failed execute still humanizes viatoastErrorMessage(no new UI path).Out of scope
drain skip: no occupying job for rebase/fix-pr/CI-wait; remaining continue
cl8y-agent-control: queued
implementjob2e45387f-6cd1-43c0-86df-b0c82f553549(not executed; no Hetzner VM).Implement validation (job
2e45387f-6cd1-43c0-86df-b0c82f553549)Reused open PR #1288 on branch
fix/1234-f6-reprice-gate(no siblingissue/1288head).Acceptance criteria
asset_code_id_pin_tests)CleanLimitBookgated; no DLL writes during freezeTests run
make verify-issue-1234/make verify-issue-1288: PASS (5/5 steps, retest included)make verify-issue-582: pin integration PASS; nestedverify-issue-584ops mocks FAIL on this VM (jqmissing + DRY_RUN whitelist stub) — CI gap on worker, not pair wasmGaps / follow-up
/limitsEdit remains disabled whencode_id_frozen; execute errors humanized via existingtoastErrorMessagehook comment (#1234)Latest commit:
verify-issue-1288Makefile alias →verify-issue-1234.