2 Commits

Author SHA1 Message Date
Rafael Cárdenas
6fe829c05b feat!: add mempool endpoint cache handlers (#1115)
* feat: add mempool digest materialized view

* fix: only use bit_xor if we're on pg14+

* chore: update pg version to 14 on docker compose

* feat: install mempool cache handler, add chain tip handler to other endpoints

* fix: comment tweaks

* fix: only error on missing chain_tip etags

* chore: add tests

* fix: check if bit_xor is available instead of pg version

* chore: add note about pg14 to readme

* feat: add mempool specific metrics

* style: readme spacing

* fix: set an explicit empty value for etags

* fix: empty value vs null value
2022-03-25 08:22:54 -06:00
Rafael Cárdenas
216b9ab715 feat: docker cleanup
* cleaning up docker

feat/cleanup needed it's own cleanup since it was so out of date. better to just start over with an up to date pull of develop

* Update paths for docker-compose files

* Updating paths and compose version

* switch network to testnet

* adjusting stacks-blockchain configs

* use correct context to build api image

* use the defaults from develop branch

* feat: update to latest stacks blockchain

* fix: rosetta output paths

* chore: update stacks api to v0.71.2

Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>

* fix: remove magic_byte from mainnet toml

Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>

* fix: update stacks node everywhere

Co-authored-by: wileyj <2847772+wileyj@users.noreply.github.com>
Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
2021-12-01 17:03:21 -06:00