Rename module from chat_sdk to λchat

This commit is contained in:
Jazz Turner-Baggs 2025-11-26 10:36:40 -08:00
parent 26c41313d4
commit 7173fa4eda
No known key found for this signature in database
24 changed files with 10 additions and 10 deletions

View File

@ -2,11 +2,11 @@ import chronicles
import chronos import chronos
import strformat import strformat
import chat_sdk import λchat
import content_types import content_types
# TEsting # TEsting
import ../src/chat_sdk/crypto import ../src/λchat/crypto
proc getContent(content: ContentFrame): string = proc getContent(content: ContentFrame): string =

View File

@ -12,9 +12,9 @@ import strformat
import strutils import strutils
import tables import tables
import chat_sdk/crypto/ecdh import λchat/crypto/ecdh
import chat_sdk/delivery/waku_client import λchat/delivery/waku_client
import chat_sdk/identity import λchat/identity
const REGISTRATION_DIR = ".registry" const REGISTRATION_DIR = ".registry"

View File

@ -10,7 +10,7 @@ import strutils
import sugar import sugar
import tables import tables
import chat_sdk import λchat
import content_types/all import content_types/all
import layout import layout

View File

@ -6,7 +6,7 @@ import protobuf_serialization/proto_parser
import results import results
import strformat import strformat
import ../chat_sdk/proto_types import ../λchat/proto_types
export protobuf_serialization export protobuf_serialization

View File

@ -1,4 +1,4 @@
import chat_sdk/[ import λchat/[
client, client,
crypto, crypto,
conversations, conversations,

View File

@ -1,8 +1,8 @@
import results import results
import unittest import unittest
import ../src/chat_sdk/crypto/ecdh # TODO use config.nims import ../src/λchat/crypto/ecdh # TODO use config.nims
import ../src/chat_sdk/utils import ../src/λchat/utils
# Key share test from RFC-7748: # Key share test from RFC-7748:
const ks7748_a_priv = "77076d0a7318a57d3c16c17251b26645df4c2f87ebc0992ab177fba51db92c2a" const ks7748_a_priv = "77076d0a7318a57d3c16c17251b26645df4c2f87ebc0992ab177fba51db92c2a"