@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313## [ 18.0.3] - 2018-08-01
1414
15+ ### Added
16+ - The ` BlockstackWallet ` class in ` blockstack.js ` supports generating
17+ private keys and addresses within the hierarchical derivation scheme
18+ used by the Blockstack Browser and supported by the Blockstack
19+ ecosystem.
20+
1521### Changed
1622- Resolve unsupported protocol error by redirecting
1723 to hosted authenticator on iOS
@@ -39,9 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3945- New ` TransactionSigner ` interface to allow for different signing agents
4046 in the ` transactions ` functions (e.g., makePreorder).
4147- ` putFile ` can now optionally take the public key for which you want
42- to encrypt the file. Thanks to @bodymindarts for this!
43- - ` handlePendingSignIn ` now accepts ` transitKey ` as an optional 3rd parameter. This
44- enables support for more complex sign in flows.
48+ to encrypt the file. Thanks to @bodymindarts for this!
49+ - ` handlePendingSignIn ` now accepts ` transitKey ` as an optional 3rd parameter.
50+ This enables support for more complex sign in flows.
4551
4652### Changed
4753- The gaia hub connection functions now use a JWT for authentication,
@@ -51,7 +57,7 @@ enables support for more complex sign in flows.
5157 gaia authentication provides a very specific challenge text matching
5258 the normal gaia hub challenge text.
5359- ` encryptContent ` now takes a public key instead of a private key to
54- encrypt content for other users.
60+ encrypt content for other users.
5561- The validateProofs() method now handles errors in proof-checking
5662 more seamlessly, properly catching failed promises. Previous error
5763 cases which resulted in uncaught exception warnings and null
0 commit comments