He1DAr

Results 40 issues of He1DAr

> [Download the latest build](https://github.com/hirosystems/stacks-wallet/actions/runs/1987558644) This refactor aims to pave the way to restructure transaction signing and use the new fee estimation mechanism. - Persist public key, remove `stxAddress` and...

> [Download the latest build](https://github.com/hirosystems/stacks-wallet/actions/runs/2094676712) test build

Adding a new attribute average_fee to block response, closes #1209

Hello team! I'm working on a new feature to add historical blocks information to tx page, we need to display the previous average fee for these blocks: ![image](https://user-images.githubusercontent.com/97111756/173941550-136be692-33f6-40fc-a071-b486ecacfe42.png) Currently, this...

Upgrade next.js and support standalone output.

We need to display selected filters when filter dropdown is collapsed.

Enhancement 💡

The current setup has redundancy in queries that are similar across different pages, we need to have a DRY setup where queries are defined and cached only once.