5 Commits
Author SHA1 Message Date
Jinho Jang 79d4998794 Upgrade nixpkgs to version 25.11 in flake.nix (#1109)
* nix: bump nixpkgs to 25.11, add foundry toolchain

Necessary to fix Jenkins CI builds failing with:

@status-im/community-contracts:build: sh: line 1: forge: command not found

Signed-off-by: Jakub Sokołowski <jakub@status.im>

* chore: add few-banks-sin changeset file

---------

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2026-04-14 19:39:58 +09:00
FelicioandAnton Iakimov 965fc2ed56 export static apps/hub (#996)
Co-authored-by: Anton Iakimov <yakimant@gmail.com>
2026-02-19 22:33:53 +09:00
apentori 6ec773e8c9 nix: upgrade to node 22.20.0
Signed-off-by: apentori <pentori.alexis@proton.me>
2025-11-26 13:35:43 +01: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
marko 314207fd44 ci: add flake.nix instead of individual shell.nix
Makes more sense to maintain packages at one place. Also devs can use it
in a more easier way.

Signed-off-by: markoburcul <marko@status.im>
2025-11-05 14:51:42 +01:00