Skip to content

Commit

Permalink
Merge pull request #3402 from anoma/tomas/refactor-out-namada-crate
Browse files Browse the repository at this point in the history
refactor out namada crate
  • Loading branch information
mergify[bot] authored Jul 30, 2024
2 parents 1e21ae8 + 1154023 commit 63e81bb
Show file tree
Hide file tree
Showing 244 changed files with 5,658 additions and 4,645 deletions.
Original file line number Diff line number Diff line change
@@ -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))
Loading

0 comments on commit 63e81bb

Please sign in to comment.