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