mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 22:23:09 +00:00
* implement rln contract abstraction, add basic tests, add usefull constants * remove test command * resolve simple comments * move to getter for members, add init method * fix naming * remove default signature message * use direct path to js file * try different karma config * try generic import * update test * address comments: rename const file, return prev regexp * remove test * bring back test file * fix mock approach * use any for type casting * use another approach for typecasting * update mocks * update mocked event * use correct value for mock * fix spy definition * add BigInt to MembershipKey * fix joining * use slice * remove accidentally commited junk * fix typo, use DataView for conversion, use BigInt directly Co-authored-by: weboko <anon@mail.com>
37 lines
633 B
JSON
37 lines
633 B
JSON
{
|
|
"version": "0.1",
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
"language": "en",
|
|
"words": [
|
|
"arrayify",
|
|
"circom",
|
|
"keypair",
|
|
"merkle",
|
|
"nwaku",
|
|
"vkey",
|
|
"Waku",
|
|
"zerokit",
|
|
"zkey"
|
|
],
|
|
"flagWords": [],
|
|
"ignorePaths": [
|
|
"package.json",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
"tsconfig.json",
|
|
"node_modules/**",
|
|
"build",
|
|
"gen",
|
|
"proto",
|
|
"*.spec.ts",
|
|
"src/resources.ts"
|
|
],
|
|
"patterns": [
|
|
{
|
|
"name": "import",
|
|
"pattern": "/import .*/"
|
|
}
|
|
],
|
|
"ignoreRegExpList": ["import"]
|
|
}
|