Releases: deso-protocol/deso-js
Releases · deso-protocol/deso-js
fix missing creator coin tx limit check
What's Changed
- wip: check limits for cc transactions by @jackson-dean in #17
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.1-beta.0
What's Changed
Full Changelog: 2.2.0...2.2.1-beta.0
2.2.0
new beta release
Full Changelog: 2.2.0-beta.0...2.2.0-beta.1
New beta release
What's Changed
- [draft] Feature: new loginWithAutoDerive method to generate derived keys by passing seed hex by @stas-kh in #15
Full Changelog: 2.1.2...2.2.0-beta.0
add isValidBS58PublicKey function to verify a public key can be decoded properly and matches the regex expected for mainnet/testnet public keys
What's Changed
- add isValidBS58PublicKey function to verify a public key can be decoded properly and matches the regex expected for mainnet/testnet public keys by @lazynina in #14
Full Changelog: 2.1.1...2.1.2
Support showSkip in identity and handle edge cases for derived key not registered
Description
Adds support for specifying showSkip in configure and adds a derivedKeyRegistered flag to the primary derived key to signify that the key is not yet registered.
What's Changed
Full Changelog: 2.1.0...2.1.1
Bug fixes and new features
- Fixes async bug when logging out where the state is stale
- Adds showSkip config option for identity
- Adds ability to add multiple subscribers + unsubscribe
What's Changed
Full Changelog: 2.0.5...2.1.0
Fix async logout bug
Full Changelog: 2.0.6-beta.0...2.0.6-beta.1