Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DVT-1057 replace block data structure with LRU cache to fix memory le…
…ak (#148) * ensure that the ticker stops when function returns * fix: go routine error handling * fix: call the clean up function * feat: use LRU cache for blocks * replace dat structure with LRU * rm comments relate to original block data * fix: comments * more fixes to make page down work wit LRU cache * feat: page down working yay * down button also works again * more fixes to down function * fix: updates properly when left on * up arrow doesn't work yet * working up arrows and page up * clean up appending history * revert pending tx slicing * replace window off set with start block value for the screen * up and down complete * leo review * make gen doc * remove get block by number and use range * fix: leave on running and is ok --------- Co-authored-by: Léo Vincent <[email protected]>
- Loading branch information