Promote staging → main - #1025
Open
harrymove-ctrl wants to merge 9 commits into
Open
harrymove-ctrl wants to merge 9 commits into
harrymove-ctrl wants to merge 9 commits into
Conversation
Add a pull request template and a short contributing note so humans and agents write user facing PR bodies the same way Walrus Sites does, for uniform release tracking on docs.wal.app/changelog.
Use relayer (not server) for area prefixes; simplify changelog to two non exclusive boxes; rename section to When opening a PR; drop the agents and humans template sentence.
First status read is immediate. Later polls grow 1.5x from the caller interval toward 5s, with the 100ms floor kept. Status reads still use pollDeadlineMs, and Retry-After stays clamped to the remaining budget so that remainder still buys one read. A timeout that saw a 429 says so.
…waitforrememberjob-poll-backoff-no-public-api-change fix(sdk): cap remember-job poll backoff (WALM-623)
…guidance docs: raise maxDistance guidance to 0.8
…ch-walrus-changelog docs: align PR descriptions with Walrus Sites changelog style
Promote dev → staging
This branch was successfully deployed
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.
Takes current
stagingontomain(production release).What’s in this hop
privateKeyresolves${ENV_VAR};serverUrl,accountId, and other strings stay literal.waitForRememberJobbackoff to 5s with immediate first poll; honorpollDeadlineMsand clampedRetry-After.maxDistanceguidance (docs: raise maxDistance guidance to 0.8 #1023).