upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/15.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2024-08-20 12:56:05 -0300
committerGitHub <noreply@github.com>2024-08-20 12:56:05 -0300
commitca3c52e3e74f0a4679f1c6c0d9ac6461ea748d2d (patch)
tree521828c5f9d142b50102a520d31d94b066dc8ace /15.md
parentd0962aac09ed1747c19bb96ce4accdaaab707c8d (diff)
rename "parameterized replaceable event" to "addressable event" (#1418)
Diffstat (limited to '15.md')
-rw-r--r--15.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/15.md b/15.md
index 6daa801..2a4e2c2 100644
--- a/15.md
+++ b/15.md
@@ -300,7 +300,7 @@ This event leverages naddr to enable comprehensive customization and sharing of
300Bids are simply events of kind `1021` with a `content` field specifying the amount, in the currency of the auction. Bids must reference an auction. 300Bids are simply events of kind `1021` with a `content` field specifying the amount, in the currency of the auction. Bids must reference an auction.
301 301
302> [!NOTE] 302> [!NOTE]
303> Auctions can be edited as many times as desired (they are "parameterized replaceable events") by the author - even after the start_date, but they cannot be edited after they have received the first bid! This is enforced by the fact that bids reference the event ID of the auction (rather than the product UUID), which changes with every new version of the auctioned product. So a bid is always attached to one "version". Editing the auction after a bid would result in the new product losing the bid! 303> Auctions can be edited as many times as desired (they are "addressable events") by the author - even after the start_date, but they cannot be edited after they have received the first bid! This is enforced by the fact that bids reference the event ID of the auction (rather than the product UUID), which changes with every new version of the auctioned product. So a bid is always attached to one "version". Editing the auction after a bid would result in the new product losing the bid!
304 304
305### Event `1022`: Bid confirmation 305### Event `1022`: Bid confirmation
306 306