-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* integrate wasmd into gaia * lint * upload contract script example * add to upgrade handler * lint * rm: windows & arm64 * docker libwasmvm_muslc wasmvm * actually set wasmd params in upgrade * add sleeps * Dockerfile use alpine3.18 Co-authored-by: Simon Warta <[email protected]> * arm64, WASMVM_VERSION, LINK_STATICALLY, AllCapabilities() * security: sha256sum wasmvm libwasmvm * appease linter * tests: use CGO, use correct libwasm; add CGO to runner img * tests: enable CGO in upgrade tests * tests: bump hermes version * tests: print output for upgrate test * tests: print output for upgrate test * attempt building in upgrade container * attempt building in upgrade container * tests: attempt building in upgrade container * tests: correctly download libwasmvm DLLs * chore: cleanup workflow file * tests: increase hermes gas multiplier * wasm: add wasmstack to ibc router * e2e: update ibc failed multihop tests * ante remove unused WasmKeeper * add burner macc perm to wasm * lint * tests: reduce multipliers for hermes --------- Co-authored-by: Simon Warta <[email protected]> Co-authored-by: MSalopek <[email protected]>
- Loading branch information
1 parent
2758025
commit 3511d88
Showing
26 changed files
with
230 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ builds: | |
goos: | ||
- darwin | ||
- linux | ||
- windows | ||
goarch: | ||
- amd64 | ||
- arm64 | ||
|
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
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
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
Oops, something went wrong.