tell a renter it is their workspace being refused - #183
Open
winterstacks wants to merge 1 commit into
Open
winterstacks wants to merge 1 commit into
winterstacks wants to merge 1 commit into
Conversation
a restore below the trust floor answered with the vault's error, so the message said the floor was sealed into an item and the code read vault_trust_floor_unmet. verified against a real lease, which is how the wrong noun turned up. Signed-off-by: Prism Network <opensource@prismnetwork.tech>
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.
Verifying the trust floor against a real lease produced this:
The enforcement is right, the wording is not. A workspace is not an item, and a renter who has never touched the vault is told about one. Workspaces now carry their own error and code.
Found by running it rather than reading it.