Skip to content

Commit 0b199d3

Browse files
batconjurermergify[bot]
authored andcommitted
Added changelog
(cherry picked from commit dca71ec)
1 parent 4d6caa7 commit 0b199d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- Querying the conversion state becomes more difficult as nodes progress
2+
to higher and higher epochs. For instance, on a mainnet clone running on
3+
accelerated epochs, client queries for conversions always timeout (even after
4+
modifying timeout_broadcast_tx_commit) when the node goes beyond a certain
5+
MASP epoch. This happens because the conversion state grows linearly with
6+
the MASP epoch counter. This PR attempts to address this problem by making
7+
the conversions RPC endpoint require that clients specify the MASP epoch
8+
they want conversions from. This implies two things: first the size of the
9+
response from the conversions RPC endpoint should now be constant (equal to
10+
the number of tokens in the shielded rewards program), and second a client
11+
requiring all conversions now has to do a separate query for each MASP epoch.
12+
([\#4776](https://github.com/namada-net/namada/pull/4776))

0 commit comments

Comments
 (0)