14 Commits
Author SHA1 Message Date
jinhojang6 689c1449ec fix(api): preserve tRPC response headers 2026-07-25 00:17:38 +09:00
Jules 3e92c15bb1 chore: upgrade next to version 15.5.16 across all projects
* fix(status.app): normalize prefetch before passing to next-intl Link

next/link can emit prefetch: "unstable_forceStale", but next-intl’s Link type doesn’t accept it. Strip/normalize that value in the shared link wrapper to prevent the TypeScript build error.

* chore: upgrade next to version 15.5.16 across all projects

* chore: re-generate next-end.d.ts

* chore: add changeset
2026-05-15 12:43:44 +09:00
github-actions[bot]andgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 5cae149418 Release (#883)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-09 11:41:24 +00:00
Jules 5975aae28c fix(connector): two different zod instances being used
* fix(connector): two different zod instances being used leading to error in extension

* chore: add changeset

* fix(wallet): wrong zod version used

* fix: zod version resolution

* chore: add changeset

* fix: pnpm lock file to pass package/wallet build

* Revert "fix: pnpm lock file to pass package/wallet build"

This reverts commit a9455d4216.

* fix(connector): use dependency aliasing to isolate zod version

isolate zod's version of the connector project from other projects so it is not misused elsewhere

* fix(connector): zod imports
2026-02-04 14:43:41 +09:00
Jakub 06ceddc83b Fix React Server Components CVE vulnerabilities (#886)
* upgrade next

* Fix CVE vulnerabilities in React Server Components

Address CVE vulnerabilities in React Server Components.
2025-12-13 16:15:35 +01:00
github-actions[bot]andgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 4750dd0305 Release (#870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-10 15:51:12 +09:00
Jinho Jang 850022297d Fix issues with the incorrect wallet data (#877)
* Enhance token data handling by integrating CoinGecko markets API

* Update token market data retrieval to use current price from CoinGecko API

* refactor: refactor wallet assets business logic for better readability

* fix: correct spelling of fully diluted in asset metadata

* fix: update fallback logic for total supply

* docs: add changeset

* chore: update React and ReactDOM to version 19.1.2 across multiple packages
2025-12-08 22:18:47 +09:00
Felicio 9c3823bf25 upgrade next (#878) 2025-12-08 13:21:18 +09:00
github-actions[bot]andgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 5010cb448e Release (#666)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-26 17:57:07 +09:00
JulesandFelicio b94eaff8e4 chore: update waku dependencies
* chore: update waku dependencies => update to node 22

* chore: add changeset

* chore(ci.yml): update node version

* fix(build): use jsx runtime for rehype-react in production

* chore(release.yml): update node version

* fix(build): handle CoinGecko API failures in exchanges page

* chore(status-js): update waku dependencies

* fix(status-js): resolve Uint8Array ArrayBufferLike type errors

* feat(status-js): make package compatible with ethers v5 & v6

* fix(status-js): fix ethers v6 API compatibility

* chore(ethers): prevent webpack from analyzing ethers v5 & v6 compatible calls at build time to avoid false positive errors

* chore(preview-page): add console logs for debugging in vercel preview

* chore(status-js): add console log to ethereum client to debug on preview

* chore(status-js): add extra logs to request-client to debug in preview

* chore(status-js): add extra logs to debug in preview

* chore(status.app): remove unnecessary guard

* patch crypto deps

* chore(status.app): type rehype-react options in jobs and blog pages

* remove logs

* update readme

* remove nested resolutions

* c

* add node networkConfig

* refactor(status-js): migrate to @bufbuild/protobuf v2 API

* chore(status-js): remove console logs

* chore(status-js): revert compatibility update for ethers v5 & v6

* chore(status-js): update waku packages to latest version

* fix(apps/wallet): react-router-dom version mismatch

* chore(packages/wallet): remove useless peer dependency

* fix(status.app): upgrade remark packages to unified 11 for mdx compatibility

---------

Co-authored-by: Felicio <felicio@users.noreply.github.com>
2025-11-26 17:01:48 +09:00
JakubandFelicio dc07597f1a add wallet connect (#804)
* add connectkit

* shared providers

* move turbopack from experimental

* Update ignoreCommand in vercel.json

* add button to portfolio, add wallet connect

* f builds

* f

* f shared

* clean up

* u

* Add wallet connect feature

Add wallet connect functionality.

* u

* u

* update patches

* update turbo.json

* fix barrel file

* fix build

* fix

* f

* f

* fix responsive top bar and buttons

* fix wallet connect on mobile

* make env variable required

* add missing env file

* fix value in env file

---------

Co-authored-by: Felicio <felicio@users.noreply.github.com>
2025-10-16 13:40:15 +02:00
Felicio e7f48e26a9 add basic wallet test suite (#672)
- downgrade trpc for chrome extension usage
- remove trpc patch
- update vite
- replace vitest watch for run
- replace api for create fn to await Next headers for context
- seperate storage module from keystore
- use wxt chrome storage
- add vitest config
- stub chrome runtime
- stub browser
- test add, import and get wallet methods

closes https://github.com/status-im/status-website/issues/1564
2025-06-04 18:28:52 +09:00
Felicio a564ee3dd8 add .envs and checks (#657) 2025-05-09 15:01:33 +09:00
697ef10027 Add apps/*, and packages/* (#655)
Co-authored-by: marcelines <marcio@status.im>
Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
Co-authored-by: Jakub Kotula <520927+jkbktl@users.noreply.github.com>
2025-05-09 01:42:28 +09:00