go-algorand icon indicating copy to clipboard operation
go-algorand copied to clipboard

Boxes: Add total-box-bytes and total-boxes to Account

Open michaeldiamant opened this issue 3 years ago • 1 comments

Problem

For consistency with existing Account model state, the story requests augmenting Account with total-box-bytes and total-boxes.

Here's the existing definition: https://github.com/algorand/go-algorand/blob/4688f93ac9bbbb346a871f08602b1fce20ee3d58/daemon/algod/api/algod.oas2.json#L1924-L1940

Solution

Dependencies

Urgency

michaeldiamant avatar Aug 26 '22 15:08 michaeldiamant

https://github.com/algorand/go-algorand/pull/4654 brings in the requested changes.

michaeldiamant avatar Oct 18 '22 02:10 michaeldiamant