migrate to new nostr library

This commit is contained in:
2025-11-23 08:15:06 +00:00
parent 86cf8b2e35
commit 1c376e6e8d
450 changed files with 840 additions and 65929 deletions

View File

@@ -6,7 +6,7 @@ import (
"lol.mleku.dev/chk"
"next.orly.dev/pkg/database/indexes/types"
"next.orly.dev/pkg/interfaces/codec"
"git.mleku.dev/mleku/nostr/interfaces/codec"
)
var counter int

View File

@@ -7,7 +7,7 @@ import (
"lol.mleku.dev/chk"
"lol.mleku.dev/errorf"
"github.com/minio/sha256-simd"
"next.orly.dev/pkg/encoders/hex"
"git.mleku.dev/mleku/nostr/encoders/hex"
)
const IdHashLen = 8

View File

@@ -7,7 +7,7 @@ import (
"lol.mleku.dev/chk"
"github.com/minio/sha256-simd"
"next.orly.dev/pkg/encoders/hex"
"git.mleku.dev/mleku/nostr/encoders/hex"
"next.orly.dev/pkg/utils"
)

View File

@@ -5,9 +5,9 @@ import (
"lol.mleku.dev/chk"
"lol.mleku.dev/errorf"
"next.orly.dev/pkg/crypto/ec/schnorr"
"git.mleku.dev/mleku/nostr/crypto/ec/schnorr"
"github.com/minio/sha256-simd"
"next.orly.dev/pkg/encoders/hex"
"git.mleku.dev/mleku/nostr/encoders/hex"
)
const PubHashLen = 8

View File

@@ -5,9 +5,9 @@ import (
"testing"
"lol.mleku.dev/chk"
"next.orly.dev/pkg/crypto/ec/schnorr"
"git.mleku.dev/mleku/nostr/crypto/ec/schnorr"
"github.com/minio/sha256-simd"
"next.orly.dev/pkg/encoders/hex"
"git.mleku.dev/mleku/nostr/encoders/hex"
"next.orly.dev/pkg/utils"
)