waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
167 stars 42 forks source link

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

Open danisharora099 opened 5 months ago

danisharora099 commented 5 months ago

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. (https://github.com/waku-org/js-waku/pull/1971#discussion_r1585611159)

Proposed Solutions