Skip to content

Releases: cudoventures/cudosjs

Release v1.2.0 09.11.2022

09 Nov 07:58
Compare
Choose a tag to compare

What's Changed

  • Added marketplace and addressbook modules by @avalkov in #18

New Contributors

Full Changelog: v1.1.2...v1.2.0

Release v1.1.2 07.11.2022

07 Nov 09:12
Compare
Choose a tag to compare
  • Adding CW20 Module and UI Msg Helpers

Release v1.1.1 11.10.2022 Latest

11 Oct 08:34
02a5889
Compare
Choose a tag to compare

Release v1.1.0 20.09.2022

20 Sep 11:42
Compare
Choose a tag to compare
  • Added - Add group module helpers
  • Improved - Update address byte length encoding check
  • Removed -

Release v1.0.0 04.08.2022

04 Aug 15:00
Compare
Choose a tag to compare

What's Changed

  • Updated protobufjs to 6.11.3 from 6.11.2 to mitigate vulnerabilities … by @BogoLime in #9
  • Cudos 1216 extend cudosjs to accommodate the gravity module by @BogoLime in #8
  • Added additional helper functions for validation in src/utils/checks.ts - checkValidETHAddress and checkValidValidatorAddress

Breaking changes

  • refactored CudosStargateClient to be separated by modules

New Contributors

Full Changelog: v0.1.4...v1.0.0

Release v0.1.4 26.07.2022

26 Jul 08:37
Compare
Choose a tag to compare

Added:

  • Exports for pagination to be used in queries

Release v0.1.3 15.07.2022

15 Jul 07:54
Compare
Choose a tag to compare

Added:

  • functionality to add callbacks on address change event on keplr wallet with addAddressChangeCallback(callback: (adress: string) => void): void;

Release v0.1.2 14.07.2022

14 Jul 09:43
Compare
Choose a tag to compare

Improvements:

  • removed unnecessary checks in nft module

Release v0.1.1 07.07.2022

07 Jul 09:06
Compare
Choose a tag to compare

Added:

  • event listener on keplr wallet for address change
  • mint multiple nft function to NFT module

Removed:

  • run tests on publish github action

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0 29.06.2022

29 Jun 14:39
e5a353d
Compare
Choose a tag to compare

Added:

  • nft module support
  • keplr support
  • nft module tests with jest and cudos-blast