Commit Graph

279 Commits

Author SHA1 Message Date
toadlyBroodle
cf17e3317c allow for additional p-keys to be included in poll events and tallies 2023-03-07 12:09:13 +09:00
toadlyBroodle
b8d39fd6c5 require ots tags accompany closed_at tags 2023-03-07 11:48:29 +09:00
toadlyBroodle
f435bc80da require e/p tags be specified, require primary hosting relay be specified, clarify and simplify tally requirement descriptions 2023-03-07 11:13:37 +09:00
toadlyBroodle
641047525f more precisely define consensus_threshold, remove reference to fraudulent behavior, other minor clarifications 2023-03-06 22:50:22 +09:00
toadlyBroodle
e20343c1e2 add poll_option tag to zap event format and README, minor changes to tally requirements 2023-03-05 19:37:14 +09:00
toadlyBroodle
f292a7e920 remove tally_method tag, add value_maximum tag, rewrite affected sections to reflect revised poll attributes 2023-03-05 19:00:46 +09:00
toadlyBroodle
9ce8a868a3 elaborate on purpose of value/count tally_methods based on feedback 2023-03-05 13:47:04 +09:00
toadlyBroodle
a2f6b39b90 add value_minimum attribute, poll_option syntax fix 2023-03-05 12:27:48 +09:00
toadlyBroodle
5d0ad89914 merge with remote master 2023-03-05 12:01:33 +09:00
toadlyBroodle
d061eb0323 convert poll_options array to json serialized key-value array, change consensus_threshold and closed_at tags to type string, remove poll tags from README tags index 2023-03-05 11:42:39 +09:00
Landon
980e1326e2
Apply suggestions from code review
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
2023-03-05 11:02:40 +09:00
landonMutch
2bae130c38
update TODOs 2023-03-03 13:41:26 +09:00
landonMutch
fe6bd6736e
add header labels 2023-03-03 13:39:30 +09:00
landonMutch
19dfd630d7
typo fix 2023-03-03 13:34:28 +09:00
landonMutch
d39fa6db2d
spell check 2023-03-03 13:29:05 +09:00
landonMutch
510b3d9491
spell check 2023-03-03 13:27:12 +09:00
toadlyBroodle
cdd6281b1e sync master 2023-03-03 13:15:16 +09:00
landonMutch
aa293a60d4
add nip links 2023-03-03 12:39:26 +09:00
landonMutch
a38ff0b2f3
fix poll option values 2023-03-03 12:29:23 +09:00
landonMutch
e92e50d869
reformat tag table 2023-03-03 12:19:40 +09:00
landonMutch
4d173a5e98
add poll tags
-add poll tags to standardized tags index
2023-03-03 12:17:48 +09:00
ennmichael
ab6308c29a NIP-20: fix a typo 2023-03-02 21:36:15 -03:00
landonMutch
edd13533d5
section clarifications
-clarify, organize outcome and other sections
-minor edits
2023-03-02 21:21:18 +09:00
landonMutch
ae55cbffa6
codify tally_method 2023-03-02 19:38:22 +09:00
landonMutch
4ad8b364c4
format clarifications
-organize and clarify format sections
-other minor edits
2023-03-02 19:30:39 +09:00
landonMutch
25ad6d7758
rename closing_time->closed_at 2023-03-02 18:53:27 +09:00
landonMutch
4d6da84175
zap vote format
-add zap vote format section
-edit, elaborate other sections
2023-03-02 18:45:53 +09:00
landonMutch
a55a79e4e3
adjust poll format
-reorder, refine poll format
-modify TODOs
2023-03-02 14:05:49 +09:00
landonMutch
4f337ed2de
standardize poll format
-add standardized poll event json format
2023-03-02 13:41:40 +09:00
landonMutch
ce4c128ea6
enhance definitions
-add detailed 'count' tally method requirements
-add option tag reference
-remove bolt11 references
2023-03-02 12:51:18 +09:00
fiatjaf
c4949ea707 NIP-78: app-specific data. 2023-03-01 10:03:25 -03:00
landonMutch
9573ad34d4
add outcomes
-define outcomes section
-outline format
2023-02-28 18:18:50 +09:00
landonMutch
8fa390adbf
definition
-further define poll event
-further define purpose
2023-02-28 12:28:43 +09:00
Sepehr Safari
b549a9809f Update README.md
fixed a tiny tipo
2023-02-27 19:56:50 -03:00
Marco Argentieri
d70959aee6
Amend nip46 describe and delegate methods (#304) 2023-02-27 14:22:46 -03:00
landonMutch
255c4d98c5
add RFC
-add poll format request for comment (RFC) pro/con lists
-remove placeholding json structure
2023-02-27 15:04:03 +09:00
landonMutch
72260b273c
Update 69.md 2023-02-27 12:13:44 +09:00
landonMutch
455d2f4d30
Update 69.md 2023-02-27 12:12:09 +09:00
landonMutch
71cfaae52f
Update README.md 2023-02-27 12:08:34 +09:00
landonMutch
bac216db70
Update README.md 2023-02-27 12:06:37 +09:00
landonMutch
1fa1d05b8a
Rename 69 to 69.md 2023-02-27 12:01:31 +09:00
landonMutch
230c8ba67d
Create 69 2023-02-27 12:00:50 +09:00
Ricardo Arturo Cabral Mejía
2bf08b3487 docs: add nip-58 to readme 2023-02-25 16:01:02 -03:00
Mike O'Bank
5a80a906d4 Improve <subscription_id> specification
- "random" is not an accurate description
- I've noticed long (sha256 hashes in hex) being rejected by some relays. So there seems a need to specify a max length.
- "non empty", cause an empty string could be interpreted as `null` 

To be decided:
- Max length number
- Are `subscription_id`s case sensitive?
- Will `subscription_id`s be white space trimmed?
2023-02-25 15:55:28 -03:00
Callum Macdonald
ab1f26a3fd Add browsers to the extension list 2023-02-25 15:54:52 -03:00
fiatjaf
379252f992 explicitly prohibit markdown on kind:1. 2023-02-25 13:54:27 -03:00
barkyq
127d5518bf
relay hint language update (#291) 2023-02-23 16:20:10 -03:00
Ricardo Arturo Cabral Mejía
405cf480e9
docs: add nip-58 badge event and profile badges (#229) 2023-02-22 22:11:55 -03:00
Brandon Lucas
2a4c44035e Fix minor typo
Fix spelling of `coordinates` in Note
2023-02-22 21:49:29 -03:00
Alejandro Gomez
050317409d NIP-57: add optional a tag for tipping nip-33 coordinates 2023-02-22 12:42:01 -03:00