Commit Graph

9 Commits

Author SHA1 Message Date
fiatjaf 4b6cc19b9c cleanup. 2025-07-23 16:22:25 -03:00
António Conselheiro 9132b722f3
improve signature for decode function (#489) 2025-06-01 11:08:57 -03:00
Asai Toshiya be741159d7 nip29: update GroupAdminPermission. 2024-12-17 13:33:00 -03:00
Vinit 21433049b8 fix: eslint no-unused vars violations and setup
@typescript-eslint documents recommends turning off the base
unused-vars rule in eslint explicitly and using '@typescript-eslint/no-unused var'
instead. In this case, the base rule failed to correctly report enums. (reported
unused even though they were used).

Also, fixed two unused variables by adding ignore pattern '_'.
2024-09-06 19:45:50 -03:00
Sepehr Safari 6f334f31a7 add and improve helpers for nip29 2024-08-01 18:18:13 -03:00
Alex Gleason ad07d260ab
Add missing file extensions to imports 2024-03-18 11:51:00 -05:00
fiatjaf c6a521e73c
some nip29 helpers. 2024-01-24 15:56:44 -03:00
fiatjaf 6a9940c850
nip29: make relay property mandatory on Group. 2024-01-19 21:23:44 -03:00
fiatjaf 9b08550885
some beginnings of nip29 helpers. 2024-01-19 16:13:00 -03:00