feat: add wasm registry config to local deployment#647
Merged
reecepbcups merged 6 commits intomainfrom May 20, 2025
Merged
Conversation
dakom
approved these changes
May 20, 2025
Collaborator
dakom
left a comment
There was a problem hiding this comment.
if it helps the template, let's get this in a.s.a.p.... but @reecepbcups for a follow-up issue:
- where does the localhost port here come from? hardcoding 8090 feels kinda arbitrary
- should this stuff as a whole (other than dynamic domain) not come from wavs.toml somehow?
Member
Author
|
Collaborator
|
ok cool, I opened #651 but stuck it on the 0.5.0 low-priority roadmap :) |
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
ref: Lay3rLabs/wavs-foundry-template#163
This allows a local only registry to be run for rapid iteration with a pre testnet/prod enviroment. This avoids the need to setup wa.dev API keys and just allows it to work for users.
NOTE: this means the template no longer uses the
set-source-digest --wasm-digest <>command.