From 6d2bbf21af293a680ab759d66af968346be51eae Mon Sep 17 00:00:00 2001 From: jannik-stacks <237011140+jannik-stacks@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:14:18 +0100 Subject: [PATCH 1/2] ci: remove old projects plugin --- .github/workflows/add-issues-to-project.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-issues-to-project.yml diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml deleted file mode 100644 index 9409b2581..000000000 --- a/.github/workflows/add-issues-to-project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add new issues to DevTools project - -on: - issues: - types: - - opened - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/hirosystems/projects/15 - github-token: ${{ secrets.GH_TOKEN }} From 7a7422d93c67c88af853d39b253a83fb620fbc7f Mon Sep 17 00:00:00 2001 From: jannik-stacks <237011140+jannik-stacks@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:14:24 +0100 Subject: [PATCH 2/2] chore: replace hirosystems with stx-labs --- package.json | 2 +- packages/api/package.json | 4 ++-- packages/auth/package.json | 2 +- packages/cli/package.json | 2 +- packages/cli/src/cli.ts | 2 +- packages/common/package.json | 2 +- packages/encryption/package.json | 2 +- packages/network/package.json | 2 +- packages/profile/package.json | 2 +- packages/stacking/package.json | 2 +- packages/storage/package.json | 2 +- packages/transactions/package.json | 4 ++-- packages/transactions/src/cl.ts | 2 +- packages/transactions/src/clarity/deserialize.ts | 2 +- packages/transactions/src/clarity/serialize.ts | 2 +- packages/transactions/src/clarity/values/booleanCV.ts | 6 +++--- packages/transactions/src/clarity/values/bufferCV.ts | 4 ++-- packages/transactions/src/clarity/values/intCV.ts | 4 ++-- packages/transactions/src/clarity/values/listCV.ts | 2 +- packages/transactions/src/clarity/values/optionalCV.ts | 4 ++-- packages/transactions/src/clarity/values/principalCV.ts | 8 ++++---- packages/transactions/src/clarity/values/responseCV.ts | 4 ++-- packages/transactions/src/clarity/values/stringCV.ts | 4 ++-- packages/transactions/src/clarity/values/tupleCV.ts | 2 +- tsconfig.json | 4 ++-- 25 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 6a05557c8..e73cdd32e 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" } } diff --git a/packages/api/package.json b/packages/api/package.json index 679e98523..14bd45569 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -47,9 +47,9 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { - "url": "https://github.com/hirosystems/stacks.js/issues" + "url": "https://github.com/stx-labs/stacks.js/issues" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index e2ee44d08..179ef79d8 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -55,7 +55,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/cli/package.json b/packages/cli/package.json index 9f888c5d1..bae1424ec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -100,7 +100,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/cli/src/cli.ts b/packages/cli/src/cli.ts index a8886b765..119763a9a 100644 --- a/packages/cli/src/cli.ts +++ b/packages/cli/src/cli.ts @@ -328,7 +328,7 @@ async function getStacksWalletKey(_network: CLINetworkAdapter, args: string[]): /** * Enable users to transfer subdomains to wallet-key addresses that correspond to all data-key addresses - * Reference: https://github.com/hirosystems/stacks.js/issues/1209 + * Reference: https://github.com/stx-labs/stacks.js/issues/1209 * args: * @mnemonic (string) the seed phrase to retrieve the privateKey & address * @registrarUrl (string) URL of the registrar to use (defaults to 'https://registrar.stacks.co') diff --git a/packages/common/package.json b/packages/common/package.json index 9254cb653..fc71312d7 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -39,7 +39,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 2b3ea7793..401f0b0b7 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -61,7 +61,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/network/package.json b/packages/network/package.json index 949144b4e..9fd9b3f9e 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -47,7 +47,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/profile/package.json b/packages/profile/package.json index 1348d310f..73c3c0e6c 100644 --- a/packages/profile/package.json +++ b/packages/profile/package.json @@ -52,7 +52,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/stacking/package.json b/packages/stacking/package.json index bed80b27c..f9b995e77 100644 --- a/packages/stacking/package.json +++ b/packages/stacking/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/storage/package.json b/packages/storage/package.json index 91f9fcdfb..f687b6225 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -50,7 +50,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { "url": "https://github.com/blockstack/blockstack.js/issues" diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 36e5fbe68..774385e47 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -57,9 +57,9 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hirosystems/stacks.js.git" + "url": "git+https://github.com/stx-labs/stacks.js.git" }, "bugs": { - "url": "https://github.com/hirosystems/stacks.js/issues" + "url": "https://github.com/stx-labs/stacks.js/issues" } } diff --git a/packages/transactions/src/cl.ts b/packages/transactions/src/cl.ts index f57930166..516e4f67a 100644 --- a/packages/transactions/src/cl.ts +++ b/packages/transactions/src/cl.ts @@ -22,7 +22,7 @@ export { prettyPrint, stringify } from './clarity/prettyPrint'; export { parse } from './clarity/parser'; -// todo: https://github.com/hirosystems/clarinet/issues/786 +// todo: https://github.com/stx-labs/clarinet/issues/786 // Primitives ////////////////////////////////////////////////////////////////// /** diff --git a/packages/transactions/src/clarity/deserialize.ts b/packages/transactions/src/clarity/deserialize.ts index 55de2bbc7..85e959fec 100644 --- a/packages/transactions/src/clarity/deserialize.ts +++ b/packages/transactions/src/clarity/deserialize.ts @@ -37,7 +37,7 @@ import { deserializeAddress, deserializeLPString } from '../wire'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function deserializeCV( serializedClarityValue: BytesReader | Uint8Array | string diff --git a/packages/transactions/src/clarity/serialize.ts b/packages/transactions/src/clarity/serialize.ts index 3e952467c..dfcb08ed1 100644 --- a/packages/transactions/src/clarity/serialize.ts +++ b/packages/transactions/src/clarity/serialize.ts @@ -153,7 +153,7 @@ function serializeStringUtf8CV(cv: StringUtf8CV) { * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function serializeCV(value: ClarityValue): string { return bytesToHex(serializeCVBytes(value)); diff --git a/packages/transactions/src/clarity/values/booleanCV.ts b/packages/transactions/src/clarity/values/booleanCV.ts index 71ea8b8d7..9502447ae 100644 --- a/packages/transactions/src/clarity/values/booleanCV.ts +++ b/packages/transactions/src/clarity/values/booleanCV.ts @@ -15,7 +15,7 @@ import { BooleanCV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const trueCV = (): BooleanCV => ({ type: ClarityType.BoolTrue }); @@ -33,7 +33,7 @@ export const trueCV = (): BooleanCV => ({ type: ClarityType.BoolTrue }); * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const falseCV = (): BooleanCV => ({ type: ClarityType.BoolFalse }); @@ -51,6 +51,6 @@ export const falseCV = (): BooleanCV => ({ type: ClarityType.BoolFalse }); * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const boolCV = (bool: boolean) => (bool ? trueCV() : falseCV()); diff --git a/packages/transactions/src/clarity/values/bufferCV.ts b/packages/transactions/src/clarity/values/bufferCV.ts index 017c363f9..9097b648a 100644 --- a/packages/transactions/src/clarity/values/bufferCV.ts +++ b/packages/transactions/src/clarity/values/bufferCV.ts @@ -21,7 +21,7 @@ import { BufferCV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const bufferCV = (buffer: Uint8Array): BufferCV => { // max size 1024 * 1024 = 1MB; https://github.com/stacks-network/stacks-core/blob/c50a93088d7c0261f1dbe31ab24b95028a038447/clarity/src/vm/types/mod.rs#L47 @@ -51,6 +51,6 @@ export const bufferCV = (buffer: Uint8Array): BufferCV => { *``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const bufferCVFromString = (str: string): BufferCV => bufferCV(utf8ToBytes(str)); diff --git a/packages/transactions/src/clarity/values/intCV.ts b/packages/transactions/src/clarity/values/intCV.ts index c496d00b6..4a56d8aaf 100644 --- a/packages/transactions/src/clarity/values/intCV.ts +++ b/packages/transactions/src/clarity/values/intCV.ts @@ -30,7 +30,7 @@ const MIN_I128 = BigInt('-170141183460469231731687303715884105728'); // (-2 ** 1 * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const intCV = (value: IntegerType): IntCV => { // ensure compatibility with twos-complement encoded hex-strings @@ -66,7 +66,7 @@ export const intCV = (value: IntegerType): IntCV => { * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const uintCV = (value: IntegerType): UIntCV => { const bigInt = intToBigInt(value); diff --git a/packages/transactions/src/clarity/values/listCV.ts b/packages/transactions/src/clarity/values/listCV.ts index f1e1018c2..5b0359a91 100644 --- a/packages/transactions/src/clarity/values/listCV.ts +++ b/packages/transactions/src/clarity/values/listCV.ts @@ -18,7 +18,7 @@ import { ListCV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function listCV(values: T[]): ListCV { return { type: ClarityType.List, value: values }; diff --git a/packages/transactions/src/clarity/values/optionalCV.ts b/packages/transactions/src/clarity/values/optionalCV.ts index 1e9c59a73..6301b5a0a 100644 --- a/packages/transactions/src/clarity/values/optionalCV.ts +++ b/packages/transactions/src/clarity/values/optionalCV.ts @@ -16,7 +16,7 @@ import { NoneCV, OptionalCV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function noneCV(): NoneCV { return { type: ClarityType.OptionalNone }; @@ -38,7 +38,7 @@ export function noneCV(): NoneCV { * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function someCV(value: T): OptionalCV { return { type: ClarityType.OptionalSome, value }; diff --git a/packages/transactions/src/clarity/values/principalCV.ts b/packages/transactions/src/clarity/values/principalCV.ts index c12cdc723..5eeb34f6d 100644 --- a/packages/transactions/src/clarity/values/principalCV.ts +++ b/packages/transactions/src/clarity/values/principalCV.ts @@ -32,7 +32,7 @@ export function principalCV(principal: string): PrincipalCV { * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function standardPrincipalCV(addressString: string): StandardPrincipalCV { const addr = createAddress(addressString); @@ -59,7 +59,7 @@ export function standardPrincipalCV(addressString: string): StandardPrincipalCV * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function standardPrincipalCVFromAddress(address: AddressWire): StandardPrincipalCV { return { type: ClarityType.PrincipalStandard, value: addressToString(address) }; @@ -80,7 +80,7 @@ export function standardPrincipalCVFromAddress(address: AddressWire): StandardPr * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function contractPrincipalCV( addressString: string, @@ -107,7 +107,7 @@ export function contractPrincipalCV( * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function contractPrincipalCVFromAddress( address: AddressWire, diff --git a/packages/transactions/src/clarity/values/responseCV.ts b/packages/transactions/src/clarity/values/responseCV.ts index e99ab3ea7..142c5cd4b 100644 --- a/packages/transactions/src/clarity/values/responseCV.ts +++ b/packages/transactions/src/clarity/values/responseCV.ts @@ -19,7 +19,7 @@ import { ResponseErrorCV, ResponseOkCV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function responseErrorCV( value: T @@ -44,7 +44,7 @@ export function responseErrorCV( * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function responseOkCV(value: T): ResponseOkCV { return { type: ClarityType.ResponseOk, value }; diff --git a/packages/transactions/src/clarity/values/stringCV.ts b/packages/transactions/src/clarity/values/stringCV.ts index 98058a79e..960412ffd 100644 --- a/packages/transactions/src/clarity/values/stringCV.ts +++ b/packages/transactions/src/clarity/values/stringCV.ts @@ -18,7 +18,7 @@ import { StringAsciiCV, StringUtf8CV } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const stringAsciiCV = (data: string): StringAsciiCV => { return { type: ClarityType.StringASCII, value: data }; @@ -41,7 +41,7 @@ export const stringAsciiCV = (data: string): StringAsciiCV => { * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export const stringUtf8CV = (data: string): StringUtf8CV => { return { type: ClarityType.StringUTF8, value: data }; diff --git a/packages/transactions/src/clarity/values/tupleCV.ts b/packages/transactions/src/clarity/values/tupleCV.ts index 41aa2ac49..310cd7714 100644 --- a/packages/transactions/src/clarity/values/tupleCV.ts +++ b/packages/transactions/src/clarity/values/tupleCV.ts @@ -23,7 +23,7 @@ import { TupleCV, TupleData } from '../types'; * ``` * * @see - * {@link https://github.com/hirosystems/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} + * {@link https://github.com/stx-labs/stacks.js/blob/main/packages/transactions/tests/clarity.test.ts | clarity test cases for more examples} */ export function tupleCV( data: TupleData diff --git a/tsconfig.json b/tsconfig.json index e72621e97..5d8b51fdf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -45,11 +45,11 @@ "replaceText": { "replacements": [ { - "pattern": "https://github.com/hirosystems/stacks.js/tree/main/packages/wallet-sdk", + "pattern": "https://github.com/stx-labs/stacks.js/tree/main/packages/wallet-sdk", "replace": "/modules/_stacks_wallet_sdk" }, { - "pattern": "https://github.com/hirosystems/stacks.js/tree/main/packages/", + "pattern": "https://github.com/stx-labs/stacks.js/tree/main/packages/", "replace": "/modules/_stacks_" } ]