Skip to content
Draft
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/node": "25.7.0",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"c8": "11.0.0",
"chalk": "5.6.2",
"cross-env": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-transaction-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"scripts": {
"api:devnet": "cross-env-shell MAINSAIL_PATH_CONFIG=./bin/config pnpm run mainsail-api api:run",
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"mainsail-api": "node ./bin/run.js",
"release": "pnpm publish --access public",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/consensus-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/consensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"full:devnet": "cross-env-shell MAINSAIL_PATH_CONFIG=./bin/config/devnet pnpm run mainsail core:run -- --env=test",
"full:devnet:debug": "cross-env-shell MAINSAIL_PATH_CONFIG=./bin/config/devnet pnpm run mainsail:debug core:run -- --env=test",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-base58/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-keccak256/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-hash-bcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-bls12-381/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-ecdsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-proposal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-bls12-381/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-ecdsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-wif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-api-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-consensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/forger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"/distribution"
],
"scripts": {
"build": "tsc -b",
"build": "tsgo -b",
"build:watch": "pnpm run clean && tsc -w",
"release": "pnpm publish --access public",
"test": "pnpm run uvu source .test.ts",
Expand Down
Loading
Loading