Skip to content

Commit ea693e9

Browse files
authored
Merge pull request #311 from hirosystems/beta
release to master
2 parents ba39a59 + ce47f35 commit ea693e9

File tree

9 files changed

+586
-8
lines changed

9 files changed

+586
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.3.0-beta.1](https://github.com/hirosystems/token-metadata-api/compare/v1.2.1-beta.1...v1.3.0-beta.1) (2025-06-10)
2+
3+
4+
### Features
5+
6+
* add `/import-contract` admin rpc endpoint ([#309](https://github.com/hirosystems/token-metadata-api/issues/309)) ([3aef505](https://github.com/hirosystems/token-metadata-api/commit/3aef5055cdb0afa3b682a23aff124a8ae91960ec))
7+
8+
## [1.2.1-beta.1](https://github.com/hirosystems/token-metadata-api/compare/v1.2.0...v1.2.1-beta.1) (2025-06-04)
9+
10+
11+
### Bug Fixes
12+
13+
* update chainhook predicate start_block upon re-registration ([#308](https://github.com/hirosystems/token-metadata-api/issues/308)) ([929f08e](https://github.com/hirosystems/token-metadata-api/commit/929f08e33dedd4b7499799c468483692312d839f))
14+
115
## [1.2.0](https://github.com/hirosystems/token-metadata-api/compare/v1.1.7...v1.2.0) (2025-04-18)
216

317

package-lock.json

Lines changed: 214 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"eslint-plugin-tsdoc": "^0.2.17",
4545
"husky": "^8.0.3",
4646
"jest": "^29.7.0",
47+
"nock": "^14.0.5",
4748
"openapi-typescript": "^7.4.1",
4849
"prettier": "^2.7.1",
4950
"redoc-cli": "^0.13.20",
@@ -58,8 +59,9 @@
5859
"@fastify/type-provider-typebox": "^3.2.0",
5960
"@google-cloud/storage": "^7.12.1",
6061
"@hirosystems/api-toolkit": "^1.7.1",
61-
"@hirosystems/chainhook-client": "^2.0.0",
62+
"@hirosystems/chainhook-client": "^2.4.0",
6263
"@sinclair/typebox": "^0.28.17",
64+
"@stacks/blockchain-api-client": "^8.11.1",
6365
"@stacks/transactions": "^6.1.0",
6466
"@types/node": "^20.16.1",
6567
"bignumber.js": "^9.1.2",

0 commit comments

Comments
 (0)