Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Milestones

List view

  • Typescript explicitly recommends _against_ exporting namespaces at the top level, and advises developers to export singular objects at the top level instead. The most likely way to do this will be in two steps: 1. Export everything from top level, re-export those exports from within a namespace. This will ensure SDK consumers don't experience breaking changes immediately. 2. Remove exported namespaces completely. This will happen in a future version, and with due notice.

    No due date
  • Figure out a way to build the SDK in a way which allows consumers to import it as either/both a CommonJS or ES Module import.

    No due date
    1/1 issues closed
  • Integrate Terra -- the first non-EVM blockchain to be supported by the Synapse Protocol! -- into the SDK.

    No due date
    1/1 issues closed