Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chat] keyserver client #305

Closed
llbartekll opened this issue Jul 4, 2022 · 0 comments
Closed

[Chat] keyserver client #305

llbartekll opened this issue Jul 4, 2022 · 0 comments
Assignees
Labels
chat enhancement New feature or request
Milestone

Comments

@llbartekll
Copy link
Contributor

existing protocol:

protocol Registry {
    func register(account: Account, pubKey: String) async throws
    func resolve(account: Account) async throws -> String
}

rename registry with Keyserver

specs: https://github.com/WalletConnect/walletconnect-specs/blob/main/chat/chat-keyserver.md

@llbartekll llbartekll added the enhancement New feature or request label Jul 4, 2022
@sekimondre sekimondre moved this to Todo in Swift SDK Jul 4, 2022
@flypaper0 flypaper0 added this to the v2.0-rc.1 milestone Jul 4, 2022
@llbartekll llbartekll added the chat label Jul 5, 2022
@llbartekll llbartekll moved this from Todo to In Review in Swift SDK Jul 7, 2022
flypaper0 added a commit that referenced this issue Jul 7, 2022
…vice

[Chat] Feature: #305 Keyserver registry service
@llbartekll llbartekll moved this from In Review to Done in Swift SDK Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chat enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants