From 793f4a48a51b0d52951f6a0eecfa4dfa1086397b Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Fri, 9 Aug 2024 11:34:21 +0200 Subject: [PATCH] added changelog --- .changelog/unreleased/improvements/3598-remove-wasm-loader.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changelog/unreleased/improvements/3598-remove-wasm-loader.md diff --git a/.changelog/unreleased/improvements/3598-remove-wasm-loader.md b/.changelog/unreleased/improvements/3598-remove-wasm-loader.md new file mode 100644 index 0000000000..62db0b06d8 --- /dev/null +++ b/.changelog/unreleased/improvements/3598-remove-wasm-loader.md @@ -0,0 +1,2 @@ +- Do not try to download wasms artifacts from an untrusted source. + ([\#3598](https://github.com/anoma/namada/pull/3598)) \ No newline at end of file