Releases: cudoventures/cudosjs
Releases · cudoventures/cudosjs
Release v1.2.0 09.11.2022
Release v1.1.2 07.11.2022
- Adding CW20 Module and UI Msg Helpers
Release v1.1.1 11.10.2022 Latest
Update version
Release v1.1.0 20.09.2022
- Added - Add group module helpers
- Improved - Update address byte length encoding check
- Removed -
Release v1.0.0 04.08.2022
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
Added:
- Exports for pagination to be used in queries
Release v0.1.3 15.07.2022
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
Improvements:
- removed unnecessary checks in nft module
Release v0.1.1 07.07.2022
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
Added:
- nft module support
- keplr support
- nft module tests with jest and cudos-blast