Skip to content

Releases: deso-protocol/deso-js

fix missing creator coin tx limit check

28 Jun 23:32
19043ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

28 Jun 17:02
Compare
Choose a tag to compare

What's Changed

  • fill in access group owner public key if configured value is falsy by @lazynina in #16

Full Changelog: 2.2.0...2.2.1

2.2.1-beta.0

28 Jun 16:37
727649a
Compare
Choose a tag to compare
2.2.1-beta.0 Pre-release
Pre-release

What's Changed

  • fill in access group owner public key if configured value is falsy by @lazynina in #16

Full Changelog: 2.2.0...2.2.1-beta.0

2.2.0

26 Jun 16:10
Compare
Choose a tag to compare

What's Changed

  • 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

new beta release

24 Jun 01:57
Compare
Choose a tag to compare
new beta release Pre-release
Pre-release

New beta release

23 Jun 16:12
5b588d0
Compare
Choose a tag to compare

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

28 May 03:21
fcd9b84
Compare
Choose a tag to compare

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

23 May 23:35
b4cd222
Compare
Choose a tag to compare

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

  • Don't purge keys when showSkip is enabled by @lazynina in #13

Full Changelog: 2.1.0...2.1.1

Bug fixes and new features

23 May 17:10
Compare
Choose a tag to compare
  • 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

23 May 16:08
Compare
Choose a tag to compare
Fix async logout bug Pre-release
Pre-release