Skip to content

Proto: update [delegated_balance] rpc

Boubacar Sall requested to merge bsall@fix-rpc-delegated-balance-in-K into master

Context

Since the introduction of frozen bonds the [delegated_balance] rpc reports an incorrect value when a delegate has frozen bonds. This MR fixes that, by computing the delegated balance as delegated balance = staking balance - full balance.

Manually testing the MR

CI.
In particular : dune exec src/proto_alpha/lib_protocol/test/integration/main.exe -- test "^frozen bonds"

Edited by Boubacar Sall

Merge request reports