From 11540233019047dbfd0f5c65ecb94e1ef6ba72e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 27 Jun 2024 16:42:07 +0100 Subject: [PATCH] changelog: add #3402 --- .../unreleased/improvements/3402-refactor-out-namada-crate.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/improvements/3402-refactor-out-namada-crate.md diff --git a/.changelog/unreleased/improvements/3402-refactor-out-namada-crate.md b/.changelog/unreleased/improvements/3402-refactor-out-namada-crate.md new file mode 100644 index 0000000000..3d76329a2a --- /dev/null +++ b/.changelog/unreleased/improvements/3402-refactor-out-namada-crate.md @@ -0,0 +1,4 @@ +- Added two new crates, namada_vm and namada_vp and removed namada crate that + contained various loosely related code. Moved the native VP implementations + to the relevant crates and replaced their cross-dependencies with dependency- + injection. ([\#3402](https://github.com/anoma/namada/pull/3402)) \ No newline at end of file