File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
.changelog/unreleased/improvements Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments