1.0.0 (2021-12-20)
Bug Fixes
- add parsed abi to mempool tx endpoints (#904) (dfcc591)
- address txs abi and reported total (a280073)
- buffer profiler heap snapshot data to disk before to http client request (#906) (820bfff)
- build/publish Dockerfile python installation issues (7a11384)
- git-info error message (61f6e7c)
- nft value encoding in
/transactions_with_transfers#885 (4964fe7) - remove unnecessary socket-io logEvent when init (8ddec2c)
- transaction broadcast log (e1c6882)
Documentation
Features
- add
at_blockquery param for/addressendpoints (9f206a3) - add heartbeat to websockets (e7d8efa)
- add latest smart contract txs materialized view (67c453c)
- add nft_custody pg materialized view to speed up nft event lookup (aaafb5a)
- add prometheus metrics for websockets (ab9b3de)
- chaintip-based cache-control, caching with zero stale data (#834) (581bef4)
- docker cleanup (216b9ab)
- endpoint for list of transactions #647 (7edc7b5)
- include entity metadata in search endpoint responses #651 (f993e0d)
- move build-publish github actions to docker/build-push-action@v2 (352a054)
- openapi lint config and grouping #744 #762 #745 (ca1220c)
- return all the contracts implement a given trait (f18068c)
- rosetta data api and construction validation with rosetta-cli (f764054)
- stx addr encoding LRU cache (285632a)
BREAKING CHANGES
- SQL schema changes have been made, follow the readme upgrade instructions