-
-
Notifications
You must be signed in to change notification settings - Fork 5
Read-only mode #21
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Allow initializing a client in read-only mode that prevents write operations. Useful for CI, monitoring, or audit contexts where you want to query forge state without risk of accidental modifications.
Write calls should return a clear error rather than silently succeeding or panicking.