This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
js-waku
Watch
1
Star
0
Fork
0
You've already forked js-waku
mirror of
https://github.com/logos-messaging/js-waku.git
synced
2026-01-02 13:53:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
js-waku
/
packages
/
rln
/
tsconfig.dev.json
5 lines
72 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: @waku/rln (#2244) * chore: setup rln as a new package * chore: migrate src * fix: wasm loading, tests, config * chore: fix Karma CI * fix: bundler * chore: copy dist resources * chore(rln): enable all tests * chore: increase karma timeouts
2025-02-11 15:28:00 +05:30
{
feat(rln)!: generate contract types, migrate from ethers to viem (#2705) * feat: use wagmi to generate contract types * feat: migrate rln from ethers to viem * fix: remove .gitmodules * fix: update readme * fix: refactor to use a single viem client object * fix: update comments, tsconfig * feat: remove membership event tracking * fix: script name in package.json and readme * fix: only allow linea sepolia * fix: consolidate viem types, typed window * fix: use viem to infer type of decoded event * fix: use js for generate abi script * feat: generate abi and build rln package as release condition * fix: check that eth_requestAccounts returns an array * fix: handle error messages * fix: use https instead of git for cloning in script * fix: add warning annotations for contract typings check * fix: install deps for rln package before building * fix: use pnpm when installing rln contracts * fix: use workspace flag to run abi script * fix: add ref to checkout action * fix: include pnpm in ci
2025-12-01 17:32:35 -08:00
"extends"
:
"../../tsconfig.dev"
,
"exclude"
:
[
"wagmi.config.ts"
]
}
Reference in New Issue
Copy Permalink