Skip to main content

@turnkey/cosmjs

0.8.19

Patch Changes

0.8.18

Patch Changes

0.8.17

Patch Changes

0.8.16

Patch Changes

0.8.15

Patch Changes

0.8.14

Patch Changes

0.8.13

Patch Changes

0.8.12

Patch Changes

0.8.11

Patch Changes

0.8.10

Patch Changes

0.8.9

Patch Changes

0.8.8

Patch Changes

0.8.7

Patch Changes

0.8.6

Patch Changes

0.8.5

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

0.8.0-beta.1

Patch Changes

0.8.0-beta.0

Minor Changes

  • SDK beta release @turnkey/react-wallet-kit @turnkey/core

Patch Changes

0.7.27

Patch Changes

0.7.26

Patch Changes

0.7.25-beta.4

Patch Changes

0.7.25-beta.3

Patch Changes

0.7.25-beta.2

Patch Changes

0.7.25-beta.1

Patch Changes

0.7.25-beta.0

Patch Changes

0.7.25

Patch Changes

0.7.24

Patch Changes

0.7.23

Patch Changes

0.7.22

Patch Changes

0.7.21

Patch Changes

0.7.20

Patch Changes

0.7.19

Patch Changes

0.7.18

Patch Changes

0.7.17

Patch Changes

0.7.16

Patch Changes

0.7.15

Patch Changes

0.7.14

Patch Changes

0.7.13

Patch Changes

0.7.12

Patch Changes

0.7.11

Patch Changes

0.7.10

Patch Changes

0.7.9

Patch Changes

0.7.8

Patch Changes

0.7.7

Patch Changes

0.7.6

Patch Changes

0.7.5

Patch Changes

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

  • Updated dependencies [0e4e959]
  • Updated dependencies [856f449]
  • Updated dependencies [c9ae537]
  • Updated dependencies [d4ce5fa]
  • Updated dependencies [ecdb29a]
  • Updated dependencies [72890f5]

0.7.0

Minor Changes

  • a7b5ce3: Update @cosmos/* dependencies from v0.31.0 to v0.33.0 and cosmjs-types from v0.8.0 to v0.9.0

Patch Changes

0.6.14

Patch Changes

0.6.13

Patch Changes

0.6.12

Patch Changes

0.6.11

Patch Changes

0.6.10

Patch Changes

0.6.9

Patch Changes

0.6.8

Patch Changes

0.6.7

Patch Changes

0.6.6

Patch Changes

0.6.5

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

  • 5e60923: Add compatibility with wallet accounts and @turnkey/sdk-browser and @turnkey/sdk-server

Patch Changes

0.5.21

Patch Changes

0.5.20

Patch Changes

0.5.19

Patch Changes

0.5.18

Patch Changes

0.5.17

Patch Changes

0.5.16

Patch Changes

0.5.15

Patch Changes

0.5.14

Patch Changes

0.5.13

Patch Changes

0.5.12

Patch Changes

0.5.11

Patch Changes

0.5.10

Patch Changes

0.5.9

Patch Changes

0.5.8

Patch Changes

0.5.7

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • Use rollup to build ESM and CommonJS, fix ESM support (#174)

Patch Changes

0.4.14

Patch Changes

0.4.13

Patch Changes

0.4.12

Patch Changes

0.4.11

Patch Changes

0.4.10

Patch Changes

0.4.9

Patch Changes

0.4.8

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

  • 46473ec: This breaking change updates generated code to be shorter and more intuitive to read:
    • generated fetchers do not include the HTTP method in their name. For example useGetGetActivity is now useGetActivity, and usePostSignTransaction is useSignTransaction.
    • input types follow the same convention (no HTTP method in the name): TPostCreatePrivateKeysInput is now TCreatePrivateKeysInput.
    • the “federated” request helpers introduced in 0.18.0 are now named “signed” requests to better reflect what they are. FederatedRequest is now SignedRequest, and generated types follow. For example: federatedPostCreatePrivateKeys is now signCreatePrivateKeys, federatedGetGetActivity is now signGetActivity, and so on.
    The name updates should be automatically suggested if you use VSCode since the new names are simply shorter versions of the old one.
  • Updated dependencies [46473ec]
  • Updated dependencies [38b424f]

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • No public facing changes

Patch Changes

0.3.0

Minor Changes

  • No public facing changes

Patch Changes

  • Updated dependencies
    • @turnkey/[email protected]
      • Fix .postGetPrivateKey(...)’s underlying path, while adding @deprecated .postGetPrivateKeyBackwardsCompat(...) for backward compatibility

0.2.1

Patch Changes

0.2.0

Minor Changes

  • Moved sha256 hashing from local to remote

Patch Changes

0.1.1

Patch Changes

  • New TurnkeyRequestError error class that contains rich error details
  • Updated dependencies

0.1.0

  • Initial release