stampchain-io / BTCStampsExplorer

Bitcoin Stamps API / Explorer
https://bitcoinstamps.xyz
GNU Affero General Public License v3.0
0 stars 2 forks source link

fix block query, refactoring of logic into controller, deduplication of code. #45

Closed reinamora137 closed 1 month ago

reinamora137 commented 1 month ago

This repairs the prior broken block queries on the api side. begins refactor and separation of code between services, controller, database so logic can all be handled in controllers

The goal is to simplify and consolidate the db functions and minimize code duplication.

more work pending.