Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add chain tip etag generator #255

Merged
merged 2 commits into from
Aug 29, 2024
Merged

fix: add chain tip etag generator #255

merged 2 commits into from
Aug 29, 2024

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented Aug 28, 2024

Creates a chain tip cache handler that advances with the Stacks block height. Adds it to /metadata and /metadata/ft endpoints. Also reuses some of the functions already migrated to the API toolkit.

Fixes #254

Copy link

Vercel deployment URL: https://token-metadata-amb7t1n71-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@rafaelcr rafaelcr changed the base branch from master to develop August 29, 2024 16:40
@rafaelcr rafaelcr merged commit 2b993cd into develop Aug 29, 2024
9 checks passed
@rafaelcr rafaelcr deleted the fix/chain-tip-cache branch August 29, 2024 16:40
blockstack-devops pushed a commit that referenced this pull request Aug 30, 2024
## [1.1.0](v1.0.3...v1.1.0) (2024-08-30)

### Features

* add configurable delay for retrying jobs ([#257](#257)) ([20d753a](20d753a))

### Bug Fixes

* add chain tip etag generator ([#255](#255)) ([2b993cd](2b993cd))
* retry when a contract is not yet found ([#256](#256)) ([46d8fc8](46d8fc8))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

add chain tip cache handler
3 participants