Closed SpicyLemon closed 4 months ago
The recent update to the provenance
project includes a bug fix for the relocation of the wasm directory, enhancements to the Swagger API documentation, and dependency updates such as bumping the version of github.com/hashicorp/go-getter
. Additionally, the wasmDir
variable in app/app.go
now points to a more specific path by adding a "wasm" subdirectory.
File/Path | Change Summary |
---|---|
CHANGELOG.md |
Documented bug fix, Swagger API documentation updates, and dependency bumps. |
app/app.go |
Updated wasmDir declaration to include the "wasm" subdirectory. |
In a rabbit's code, paths realign,
Swift and sure, byte trails combine.
Wasm finds its proper place,
Swagger's docs keep up the pace.
Dependencies rise like morning sun,
Provenance, your journey's just begun! 🌟✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Put the wasm directory back to
data/wasm/wasm
. That is what it is inv1.18
(and before).Yesterday, I worked on adding a step to the upgrade that would move the directory, but that comes with complications that would be better to not rush. Specifically, during the app initialization, the wasm module creates some stuff in there (if it doesn't already exist). And it looks like there's some new stuff in there. So we'd have to do some sort of merger of the old and new, and do it in a way that, upon a failure, doesn't really screw things up for people.
We can try to move it again later, when we've got more time to evaluate the sticking points and get some decent testing on it first.
Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passesSummary by CodeRabbit
Bug Fixes
wasm
directory.Documentation
Chores
github.com/hashicorp/go-getter
.