This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
Watch
1
Star
0
Fork
0
You've already forked nwaku
mirror of
https://github.com/waku-org/nwaku.git
synced
2025-01-13 00:05:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nwaku
/
waku
/
waku_rln_relay
/
group_manager.nim
4 lines
65 B
Nim
Raw
Normal View
History
Unescape
Escape
Generic re-style with nph 0.5.1 (#2396)
2024-03-16 00:08:47 +01:00
import
group_manager
/
[
static
,
on_chain
]
feat(rln-relay): abstract group management into its own api (#1465) * feat(rln-relay): group manager api * fix(rln-relay): static gm, method async works now * fix(rln-relay): cb naming, ensure merkle root changed * chore(rln-relay): static group manager fully tested * chore(rln-relay): split ffi into its own module, split conversion_utils * chore(rln-relay): refactor onchain group * fix(rln-relay): throw error if privatekey is malformed * chore(rln-relay): convert methods to procs, remove warnings, formatting * chore(rln-relay): remove comment * style(rln-relay): fmt test * feat(rln-relay): complete onchain group manager. pending tests * fix(rln-relay): onchain implementation works now * fix(rln-relay): reg index * fix(rln): imports * fix(rln-relay): revert method to proc conv * fix(rln-relay): s/ffi/rln * fix(rln-relay): remove rln/ from gitignore * fix(rln-relay): s/ffi/rln
2023-01-16 18:26:18 +05:30
Generic re-style with nph 0.5.1 (#2396)
2024-03-16 00:08:47 +01:00
export
static
,
on_chain
Reference in New Issue
Copy Permalink