Skip to content
Merged
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
691d820
chore: updated turbo.json, tools version and root package.json
benduran Oct 28, 2025
fe92275
chore: migrated all package.json and tsconfig files to a single, mode…
benduran Oct 28, 2025
928aa4b
chore: updated tsconfig.build.json files
benduran Oct 28, 2025
fa412bc
chore: package tweaks for component library
benduran Oct 28, 2025
5f53834
feat: update build for all relevant packages to dual publish
benduran Oct 28, 2025
ebcf9b2
chore: added clean script to all packages that us ts-duality
benduran Oct 28, 2025
ab0cf6f
chore: updated gitignore to excluse the built dist/ folder
benduran Oct 28, 2025
20b96c5
fix(solana_utils): fixed build
benduran Oct 28, 2025
741e224
fix: fixed a lot of TSC builds
benduran Oct 28, 2025
a353f36
fix(xc-admin-common): fixed typing issues to unblock build
benduran Oct 29, 2025
b693600
fix(pyth-fuel-js): fixed build and typings
benduran Oct 29, 2025
3ff7ca3
fix: fixed a few builds and updated to latest ts-duality
benduran Oct 29, 2025
fb482aa
fix(component-library): fixed by upgrading the ts-duality lib
benduran Oct 29, 2025
89a2fd9
fix(@pythnetwork/pyth-solana-receiver): fixed build
benduran Oct 29, 2025
fe89eaa
fix(@pythnetwork/cosmwasm-deploy-tools): fixed build and typing issues
benduran Oct 29, 2025
3da6a9c
fix(contract-manager): fixed a ton of typing and build issues
benduran Oct 29, 2025
0cdc41b
fix(contract_manager): also export to ESM
benduran Oct 29, 2025
214a00f
fix(entropy-tester): adjusted import
benduran Oct 29, 2025
25e96af
chore(entropy-debugger): removed it from the codebase per Slack thread
benduran Oct 29, 2025
feada7b
fix(contract_manager): fixed path used to read json files
benduran Oct 29, 2025
0ed1db0
fix(price_pusher): fixed typings
benduran Oct 29, 2025
029f1f3
fix(price_pusher): switch to CJS-only, due to certain deps only suppo…
benduran Oct 29, 2025
b75ec2d
fix(crank_executor): fixed build
benduran Oct 29, 2025
05959a0
fix(xc-admin-proposer-server): fixed build
benduran Oct 29, 2025
afa3477
fix(xc-admin-cli): fixed build
benduran Oct 29, 2025
3594fa0
fix(xc-admin-crank-pythnet-relayer): fixed build
benduran Oct 29, 2025
5db3597
fix(xc-admin-frontend): fixed build
benduran Oct 29, 2025
e191517
fix: fixed more builds
benduran Oct 30, 2025
3e4c337
fix(pyth-sui-cli): fixed build
benduran Oct 30, 2025
8c57372
fix(pyth-iota-cli): fixed build
benduran Oct 30, 2025
76d65ed
fix(@pythnetwork/aptos-cli): fixed build
benduran Oct 30, 2025
f63e96d
linting: improved strictness and integrated shared linting rules
benduran Oct 30, 2025
dfcb87d
chore: eslint yakshaving
benduran Oct 30, 2025
dc0dbf3
chore: more linting yak shaving
benduran Oct 30, 2025
a615b5a
chore: linting and typechecking yak shaving to the nth degree
benduran Oct 30, 2025
998c748
fix: fixed typing portability
benduran Oct 30, 2025
b38b1aa
chore: last bit of linting and typing yak shaving
benduran Oct 30, 2025
aaf488d
chore: added missing json files
benduran Oct 30, 2025
16495c4
fix(cosmwasm): typing issues
benduran Oct 30, 2025
0739404
Merge remote-tracking branch 'origin/main' into bduran/dual-publish
benduran Oct 30, 2025
5f7408b
chore: went back to previous engines versions
benduran Oct 30, 2025
5ccba32
fix: builds are back. updated to latest ts-duality which formats with…
benduran Oct 30, 2025
2997e66
chore: bumped ts-duality
benduran Nov 3, 2025
0dc86f7
fix: updated deps which fixed builds
benduran Nov 3, 2025
3bdc5a8
chore: prettier fixes
benduran Nov 3, 2025
13df2bc
Merge remote-tracking branch 'origin/main' into bduran/dual-publish
benduran Nov 3, 2025
aabe95f
chore: added prettierignore files everywhere
benduran Nov 3, 2025
d324b16
fix(known-publishers): added missing build script I flubbed somehow
benduran Nov 3, 2025
44a61bb
chore: bumped deps
benduran Nov 5, 2025
7977030
chore: omg all tests pass after adding the swc jest and import compat…
benduran Nov 5, 2025
4b0337f
chore: migrated all jest configs to the unified one with swc fast tra…
benduran Nov 5, 2025
6efbe89
chore: updated prettier ignores to prevent bikeshedding
benduran Nov 5, 2025
99a6a24
fix: tests for all
benduran Nov 5, 2025
147fe2e
chore(component-library): updated package.json
benduran Nov 5, 2025
e52d4d4
fix(component-library): test types with tsc
benduran Nov 5, 2025
82f140a
Merge remote-tracking branch 'origin/main' into bduran/dual-publish
benduran Nov 5, 2025
ffcd3a9
fix(component-library): one more package.json tweak
benduran Nov 5, 2025
0b3f734
chore(ton): increase test timeout
benduran Nov 5, 2025
23e83e0
chore: bumped to latest version of ts-duality
benduran Nov 5, 2025
1eeca8e
chore: responded to offline PR feedback
benduran Nov 5, 2025
8767954
chore: removed npm-specific things and removed more packageManager fi…
benduran Nov 5, 2025
f4ca91a
chore(staking): removed weird codeblock added to the jest config
benduran Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ __pycache__
.turbo/
.cursorrules
.corepack
justfile
justfile
dist/
2 changes: 2 additions & 0 deletions apps/api-reference/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env*.local

dist/
6 changes: 6 additions & 0 deletions apps/api-reference/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ node_modules/
.env*.local
.env
.DS_Store
dist/
lib/
build/
node_modules/
package.json
tsconfig*.json
4 changes: 3 additions & 1 deletion apps/api-reference/jest.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { nextjs as default } from "@cprussin/jest-config/next";
import { defineJestConfigForNextJs } from "@pythnetwork/jest-config/define-next-config";

export default defineJestConfigForNextJs();
7 changes: 3 additions & 4 deletions apps/api-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "22"
"node": ">=22.14.0"
},
"scripts": {
"build:vercel": "next build",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@axe-core/react": "catalog:",
"@cprussin/eslint-config": "catalog:",
"@cprussin/jest-config": "catalog:",
"@pythnetwork/jest-config": "workspace:",
"@cprussin/prettier-config": "catalog:",
"@cprussin/tsconfig": "catalog:",
"@svgr/webpack": "catalog:",
Expand All @@ -62,7 +62,6 @@
"postcss": "catalog:",
"prettier": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vercel": "catalog:"
}
}
}
2 changes: 2 additions & 0 deletions apps/argus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*config.yaml
*secret*
*private-key*

dist/
3 changes: 2 additions & 1 deletion apps/developer-hub/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env*.local
.source
.source
dist/
6 changes: 6 additions & 0 deletions apps/developer-hub/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ node_modules/
.env*.local
.env
.DS_Store
dist/
lib/
build/
node_modules/
package.json
tsconfig*.json
4 changes: 3 additions & 1 deletion apps/developer-hub/jest.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { nextjs as default } from "@cprussin/jest-config/next";
import { defineJestConfigForNextJs } from "@pythnetwork/jest-config/define-next-config";

export default defineJestConfigForNextJs();
7 changes: 3 additions & 4 deletions apps/developer-hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "22"
"node": ">=22.14.0"
},
"scripts": {
"build": "next build",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@cprussin/eslint-config": "catalog:",
"@cprussin/jest-config": "catalog:",
"@pythnetwork/jest-config": "workspace:",
"@cprussin/prettier-config": "catalog:",
"@cprussin/tsconfig": "catalog:",
"@svgr/webpack": "catalog:",
Expand All @@ -70,7 +70,6 @@
"stylelint": "catalog:",
"stylelint-config-standard-scss": "catalog:",
"tailwindcss": "^4.1.6",
"typescript": "catalog:",
"vercel": "catalog:"
}
}
}
1 change: 0 additions & 1 deletion apps/entropy-debugger/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions apps/entropy-debugger/.prettierignore

This file was deleted.

Empty file removed apps/entropy-debugger/README.md
Empty file.
14 changes: 0 additions & 14 deletions apps/entropy-debugger/components.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/entropy-debugger/eslint.config.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/entropy-debugger/jest.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions apps/entropy-debugger/next-env.d.ts

This file was deleted.

49 changes: 0 additions & 49 deletions apps/entropy-debugger/next.config.js

This file was deleted.

52 changes: 0 additions & 52 deletions apps/entropy-debugger/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/entropy-debugger/postcss.config.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/entropy-debugger/prettier.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions apps/entropy-debugger/prettierignore

This file was deleted.

Binary file removed apps/entropy-debugger/src/app/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file removed apps/entropy-debugger/src/app/fonts/GeistVF.woff
Binary file not shown.
72 changes: 0 additions & 72 deletions apps/entropy-debugger/src/app/globals.css

This file was deleted.

35 changes: 0 additions & 35 deletions apps/entropy-debugger/src/app/layout.tsx

This file was deleted.

Loading
Loading