diff --git a/.changelog/unreleased/SDK/2561-remove-update-vp.md b/.changelog/unreleased/SDK/2561-remove-update-vp.md new file mode 100644 index 0000000000..ff78b36dc4 --- /dev/null +++ b/.changelog/unreleased/SDK/2561-remove-update-vp.md @@ -0,0 +1,3 @@ +- `InitAccount` and `UpdateAccount` don't require `vp_code_hash` anymore. + `TxInitAccount`. `TxUpdateAccount` and `TxInitValidator` don't have a path to + the vp code anymore. ([\#2561](https://github.com/anoma/namada/pull/2561)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/2561-remove-update-vp.md b/.changelog/unreleased/improvements/2561-remove-update-vp.md new file mode 100644 index 0000000000..9dccd33f2d --- /dev/null +++ b/.changelog/unreleased/improvements/2561-remove-update-vp.md @@ -0,0 +1,2 @@ +- Removed custom vps for established accounts. + ([\#2561](https://github.com/anoma/namada/pull/2561)) \ No newline at end of file