Skip to content

Disable block entry expansion [#3358]

Ethan Reesor requested to merge 3358-disable-block-entry-expansion into main

Closes #3358 (closed). Disables the function that accounts for the one-entry-per-account problem with the block ledger, because the performance of that function is abysmal. This does mean all but the last transaction per account per block will be hidden, but that seems acceptable for now.

Changelog: fix

Merge request reports