-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Including casmwasm fix in this release (#834)
* Allow releasing for tags with appended info (#829) * We need to release for tags like v1.0.0-beta1, which currently doesn't work. This regex change should alow that Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> * Tweak matching string because it's not regex (#830) Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> * Fix decoding of wasm job payload on execution (#833) * Add a panic to get the stacktrace * log the payload * Fix the incorrect decoding of wasm messages * Linting --------- Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com> --------- Co-authored-by: Tyler Ruppert <{ID}+{username}@users.noreply.github.com>
1 parent
a215aae
commit 5916f8f
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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