feat: arcup curl error handling, EVM blocklist load fix, ProcessSyncedValue error reply, quake storage config#7
Merged
ZhiyuCircle merged 2 commits intocirclefin:mainfrom Apr 7, 2026
Conversation
…dValue error reply, quake storage config - arcup: redirect info/warn/error to stderr, fail on HTTP errors with curl -f, surface update_arcup curl errors - arcup install: respect ARC_DIR in env file, fail on HTTP errors - evm: remove can_load_account indirection, propagate load_account errors directly - consensus: send reply before propagating error in ProcessSyncedValue (CCHAIN-1498), add error path tests - quake: add legacy_state_root and storage.v2 manifest fields - docs: improve installation cargo install instructions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ZhiyuCircle
approved these changes
Apr 7, 2026
HeshamASH
referenced
this pull request
in HeshamASH/arc-node
Apr 18, 2026
Documented the EVM-CREATOR Blocklist Bypass (Target #7) in Report.md with full CVSS 4.0 assessment and PoC details. Added critical learning to .jules/sentinel.md regarding the flaw in using value-based checks for entity-level compliance. Also documented a related finding for EVM-SELFDESTRUCT blocklist bypass. Co-authored-by: HeshamASH <69015641+HeshamASH@users.noreply.github.com>
malmon-circle
pushed a commit
that referenced
this pull request
Apr 24, 2026
…dValue error reply, quake storage config (#7) ## Summary - **arcup**: redirect info/warn/error to stderr, fail on HTTP errors with `curl -f`, surface `update_arcup` curl errors, respect `ARC_DIR` in env file - **evm**: remove `can_load_account` indirection, propagate `load_account` errors directly in blocklist check - **consensus**: send reply before propagating error in `ProcessSyncedValue` (CCHAIN-1498), add error path tests - **quake**: add `legacy_state_root` and `storage.v2` manifest fields - **docs**: improve installation cargo install instructions (drop hardcoded `--root /usr/local`) ## Test plan - [ ] `arcup install` and `arcup` self-update fail gracefully on bad URLs - [ ] EVM blocklist check propagates load errors instead of silently skipping - [ ] ProcessSyncedValue sends reply on validation failure before returning error - [ ] Quake manifest generation includes `legacy_state_root` and `storage.v2` fields --------- Co-authored-by: Claude Opus 4.6 (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.
Summary
curl -f, surfaceupdate_arcupcurl errors, respectARC_DIRin env file
can_load_accountindirection, propagateload_accounterrors directly in blocklist checkProcessSyncedValue(CCHAIN-1498), add error path testslegacy_state_rootandstorage.v2manifest fields--root /usr/local)Test plan
arcup installandarcupself-update fail gracefully on bad URLslegacy_state_rootandstorage.v2fields