Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.28.0](https://github.com/qubic/static/compare/v1.27.1...v1.28.0) (2026-07-01)


### Features

* **smart_contracts:** refresh smart contracts data ([5ad4609](https://github.com/qubic/static/commit/5ad460913bf912e7f84a86f356b29f25e06908c6))

## [1.27.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1) (2026-06-14)


### Bug Fixes

* **smart_contracts:** detect removed procedures in refresh script ([d8ca3dc](https://github.com/qubic/static/commit/d8ca3dc5f3b2d5ffb99aaaf9fe6f3575d10d876a))
* **smart_contracts:** guard procedure pruning against empty fetches ([be2e4bf](https://github.com/qubic/static/commit/be2e4bf9ee1e370f17b97b2e5e977fa73cd1cdd0))

## [1.27.1-rc.1](https://github.com/qubic/static/compare/v1.27.0...v1.27.1-rc.1) (2026-06-14)


### Bug Fixes

* **smart_contracts:** detect removed procedures in refresh script ([d8ca3dc](https://github.com/qubic/static/commit/d8ca3dc5f3b2d5ffb99aaaf9fe6f3575d10d876a))
* **smart_contracts:** guard procedure pruning against empty fetches ([be2e4bf](https://github.com/qubic/static/commit/be2e4bf9ee1e370f17b97b2e5e977fa73cd1cdd0))

# [1.27.0](https://github.com/qubic/static/compare/v1.26.2...v1.27.0) (2026-06-11)


Expand Down
4 changes: 2 additions & 2 deletions data/smart_contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@
},
{
"id": 12,
"name": "Transfer Token to Qx",
"sourceIdentifier": "TransferTokenToQx"
"name": "Transfer Share Management Rights",
"sourceIdentifier": "TransferShareManagementRights"
},
{
"id": 13,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qubic-static-api",
"version": "1.27.0",
"version": "1.28.0",
"description": "Static data and assets for Qubic blockchain",
"private": true,
"packageManager": "pnpm@9.11.0",
Expand Down
Loading