Skip to content

Commit 54ff957

Browse files
committed
docs: add permit functionality to allow single transactions registers
1 parent 6887a98 commit 54ff957

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FURPS/core/rln_smart_contract.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
2. User does not need to wait for merkle tree synchronization and building to start relaying
1414
or sending messages.
1515
3. Application does not need to do a Web3 RPC call for every tree change to generate or validate messages.
16+
4. Application can transfer tokens and register membership with a single transaction.
1617

1718
## Reliability
1819

draft-roadmap/integrate_rln_with_waku_api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,15 @@ See deliverables.
132132
- [ ] Dogfood: link to dogfooding session/artefact
133133
- [ ] Docs: links to README.md or docs.waku.org (TBD)
134134

135-
### Improve RLN UX by reducing Web3 RPC calls
135+
### [Improve RLN UX by reducing contract interactions](https://github.com/waku-org/pm/issues/344)
136136

137137
**Owner**: core research
138138

139139
**Feature**: [RLN Smart Contract](/FURPS/core/rln_smart_contract.md)
140140

141141
**FURPS**:
142142
- U3. Application does not need to do a Web3 RPC call for every tree change to generate or validate messages.
143+
- U4. Application can transfer tokens and register membership with a single transaction.
143144

144145
**Checklist**:
145146
- [ ] Specs: link to specs and/or API definition

0 commit comments

Comments
 (0)