From bf0efccb9f2cc08e26147e4500afbc876a51497d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Fri, 25 Nov 2022 19:24:39 +0100 Subject: [PATCH] changelog: add #733 --- .changelog/unreleased/improvements/733-core-crate-split.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/improvements/733-core-crate-split.md diff --git a/.changelog/unreleased/improvements/733-core-crate-split.md b/.changelog/unreleased/improvements/733-core-crate-split.md new file mode 100644 index 0000000000..6ad3737cae --- /dev/null +++ b/.changelog/unreleased/improvements/733-core-crate-split.md @@ -0,0 +1,4 @@ +- Public parts of shared `namada` crate have been split up into a + `namada_core` crate. The `namada_proof_of_stake`, `namada_vp_prelude` + and `namada_tx_prelude` crates now depend on this `namada_core` crate. + ([#733](https://github.com/anoma/namada/pull/733))