staging #87

Merged
y merged 11 commits from staging into main 2024-05-29 09:26:04 +00:00
Owner

Features

  • Offline sigit creation and signing.
  • Relay management.

Fixes

  • Use kind 0 event for nostr joining block.
  • Use kind 27235 in place of kind 1 wherever possible.
  • Remove unnecessary redirect after login in and changing location.
## Features - Offline sigit creation and signing. - Relay management. ## Fixes - Use kind 0 event for nostr joining block. - Use kind 27235 in place of kind 1 wherever possible. - Remove unnecessary redirect after login in and changing location.
y added 9 commits 2024-05-28 11:33:38 +00:00
y added 1 commit 2024-05-28 11:34:15 +00:00
Merge branch 'main' into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m2s
a0d6b05ceb
b reviewed 2024-05-28 15:02:02 +00:00
@ -0,0 +89,4 @@
zappers: Kind0[]
zapped_pubkeys: Kind0[]
zapped_events: Kind0[]
zap_providers: Kind0[]
Owner

why are all these kinds mapped to a Kind0 array? Seems strange!

why are all these kinds mapped to a Kind0 array? Seems strange!
y marked this conversation as resolved
b reviewed 2024-05-28 21:31:56 +00:00
@ -0,0 +191,4 @@
lost_followers: number
}
export interface Kind0 {
Owner

Can this be renamed? Kind 0 has a specific meaning in Nostr

Can this be renamed? Kind 0 has a specific meaning in Nostr
y marked this conversation as resolved
y added 2 commits 2024-05-29 05:18:50 +00:00
Merge pull request 'fix: adding link to source and updating home page wording' (#88) from cosmetics into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m6s
59c7fed566
Reviewed-on: https://git.sigit.io/sig/it/pulls/88
Reviewed-by: s <sabir@4gl.io>
Reviewed-by: Y <yury@4gl.io>
y added 2 commits 2024-05-29 08:37:38 +00:00
Merge pull request 'chore(Types): improved relay stats types' (#91) from kinds-improvement into staging
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
45cb9a2d70
Reviewed-on: https://git.sigit.io/sig/it/pulls/91
Reviewed-by: Leonardo Davinci <m@noreply.git.sigit.io>
b approved these changes 2024-05-29 09:25:25 +00:00
y merged commit 8ec3d66570 into main 2024-05-29 09:26:04 +00:00
Sign in to join this conversation.
No reviewers
b
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#87
No description provided.