From 0cf7dabf89b40820f8c6a3aa8a3fc6d03addfa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Sun, 21 May 2023 09:04:42 +0200 Subject: [PATCH] changelog: add #1238 --- .../unreleased/improvements/1238-optinal-multicore-feature.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/improvements/1238-optinal-multicore-feature.md diff --git a/.changelog/unreleased/improvements/1238-optinal-multicore-feature.md b/.changelog/unreleased/improvements/1238-optinal-multicore-feature.md new file mode 100644 index 0000000000..ee1a0c1ba1 --- /dev/null +++ b/.changelog/unreleased/improvements/1238-optinal-multicore-feature.md @@ -0,0 +1,4 @@ +- Added `multicore` feature flag to the namada and namada_core + crate that can be switched off for JS WASM build. + Additionally, changed the `trait ShieldedUtils` to be async. + ([\#1238](https://github.com/anoma/namada/pull/1238)) \ No newline at end of file