waku-org / js-waku

JavaScript implementation of Waku v2

Home Page:https://js.waku.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: remove the suffix `SDK` from user-facing protocol types

danisharora099 opened this issue · comments

This is a support request

Problem

With our work on splitting protocol implementations to Core and SDK, we also introduced two types for each implementation class: <Protocol>Core and <Protocol>SDK

Based on some comments, we should reflect if this is the right naming convention to progress with.
(#1971 (comment))

Proposed Solutions

  • Have <Protocol> for SDK and <ProtocolCore> for Core