diff --git a/.changelog/unreleased/improvements/3655-speed-up-ctx-build.md b/.changelog/unreleased/improvements/3655-speed-up-ctx-build.md new file mode 100644 index 00000000000..91ef6477701 --- /dev/null +++ b/.changelog/unreleased/improvements/3655-speed-up-ctx-build.md @@ -0,0 +1,5 @@ +- Speeds up client commands on networks with massive balances.toml + files. Previosuly, to retrieve the native token of some network, + we had to parse these giant files. Now, we only parse the + necessary genesis toml files required to retrieve the native token. + ([\#3655](https://github.com/anoma/namada/pull/3655)) \ No newline at end of file