From b04c4c72a277c8365da2eef47daebb255e71bba8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Mar 2026 16:38:58 +0000 Subject: [PATCH 1/3] chore(release): 1.20.0 # [1.20.0](https://github.com/qubic/static/compare/v1.19.1...v1.20.0) (2026-03-13) ### Bug Fixes * update QVault procedure labels ([65d6fbe](https://github.com/qubic/static/commit/65d6fbe645775735a52f1d40df5f2761399126e1)) * update script no longer overwrites fees and handles contract rewrites ([9c09462](https://github.com/qubic/static/commit/9c09462b4c713cb7543413a4041b297de8f497b7)) ### Features * add protocol.json with transaction input types and fix environment switcher ([cdee078](https://github.com/qubic/static/commit/cdee078347f2a38562d7de38a2fd476b8353d90f)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a86a3..dab60ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.20.0](https://github.com/qubic/static/compare/v1.19.1...v1.20.0) (2026-03-13) + + +### Bug Fixes + +* update QVault procedure labels ([65d6fbe](https://github.com/qubic/static/commit/65d6fbe645775735a52f1d40df5f2761399126e1)) +* update script no longer overwrites fees and handles contract rewrites ([9c09462](https://github.com/qubic/static/commit/9c09462b4c713cb7543413a4041b297de8f497b7)) + + +### Features + +* add protocol.json with transaction input types and fix environment switcher ([cdee078](https://github.com/qubic/static/commit/cdee078347f2a38562d7de38a2fd476b8353d90f)) + # [1.20.0-rc.1](https://github.com/qubic/static/compare/v1.19.1...v1.20.0-rc.1) (2026-03-13) diff --git a/package.json b/package.json index 7b21893..69bdd8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.20.0-rc.1", + "version": "1.20.0", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0", From 7ed9922dbca3f59e84da2243d2e2989a9c2b7903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 14:57:55 +0000 Subject: [PATCH 2/3] feat(smart_contracts): refresh smart contracts data --- data/smart_contracts.json | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/data/smart_contracts.json b/data/smart_contracts.json index 1f1dfc8..dcdf207 100644 --- a/data/smart_contracts.json +++ b/data/smart_contracts.json @@ -1052,6 +1052,59 @@ ], "firstUseEpoch": 204, "sharesAuctionEpoch": 203 + }, + { + "filename": "VottunBridge.h", + "name": "VOTTUN", + "label": "Vottun Bridge", + "githubUrl": "https://github.com/qubic/core/blob/main/src/contracts/VottunBridge.h", + "contractIndex": 25, + "address": "ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZUQI", + "allowTransferShares": false, + "procedures": [ + { + "id": 1, + "name": "Create Order", + "sourceIdentifier": "createOrder" + }, + { + "id": 2, + "name": "Complete Order", + "sourceIdentifier": "completeOrder" + }, + { + "id": 3, + "name": "Refund Order", + "sourceIdentifier": "refundOrder" + }, + { + "id": 4, + "name": "Transfer to Contract", + "sourceIdentifier": "transferToContract" + }, + { + "id": 5, + "name": "Add Liquidity", + "sourceIdentifier": "addLiquidity" + }, + { + "id": 6, + "name": "Create Proposal", + "sourceIdentifier": "createProposal" + }, + { + "id": 7, + "name": "Approve Proposal", + "sourceIdentifier": "approveProposal" + }, + { + "id": 8, + "name": "Cancel Proposal", + "sourceIdentifier": "cancelProposal" + } + ], + "firstUseEpoch": 206, + "sharesAuctionEpoch": 205 } ] } \ No newline at end of file From 0bbb8adc19d1683cccd5d7c123c011a9bea6cc11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Mar 2026 16:46:25 +0000 Subject: [PATCH 3/3] chore(release): 1.21.0 # [1.21.0](https://github.com/qubic/static/compare/v1.20.0...v1.21.0) (2026-03-18) ### Features * **smart_contracts:** refresh smart contracts data ([7ed9922](https://github.com/qubic/static/commit/7ed9922dbca3f59e84da2243d2e2989a9c2b7903)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab60ef..bb4981e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/qubic/static/compare/v1.20.0...v1.21.0) (2026-03-18) + + +### Features + +* **smart_contracts:** refresh smart contracts data ([7ed9922](https://github.com/qubic/static/commit/7ed9922dbca3f59e84da2243d2e2989a9c2b7903)) + # [1.20.0](https://github.com/qubic/static/compare/v1.19.1...v1.20.0) (2026-03-13) diff --git a/package.json b/package.json index 69bdd8e..791caaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.20.0", + "version": "1.21.0", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0",