Open abitmore opened 2 years ago
Is there a paginated backend call for a full account's proposals
? The quick & dirty way (and easiest) is to introduce pagination anyways even if all is loaded initially (then the rendering overhead is reduced)
Is there a paginated backend call for a full account's
proposals
?
Not yet.
get_full_accounts
returns 500
records by default` (see https://github.com/bitshares/bitshares-core/pull/2190).get_proposed_transactions
returns all.The quick & dirty way (and easiest) is to introduce pagination anyways even if all is loaded initially (then the rendering overhead is reduced)
Is your feature request related to a problem? Please describe.
There are hundreds of proposals in the
committee-account
now. It makes the page very slow to load. https://wallet.bitshares.org/#/account/committee-account/Describe the solution you'd like Pagination?
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context 2022-01-22 bitCNY blackswan: issues and solutions about individual settlements