@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
## [ 18.0.3] - 2018-08-01
14
14
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
+
15
21
### Changed
16
22
- Resolve unsupported protocol error by redirecting
17
23
to hosted authenticator on iOS
@@ -39,9 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
45
- New ` TransactionSigner ` interface to allow for different signing agents
40
46
in the ` transactions ` functions (e.g., makePreorder).
41
47
- ` 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.
45
51
46
52
### Changed
47
53
- The gaia hub connection functions now use a JWT for authentication,
@@ -51,7 +57,7 @@ enables support for more complex sign in flows.
51
57
gaia authentication provides a very specific challenge text matching
52
58
the normal gaia hub challenge text.
53
59
- ` encryptContent ` now takes a public key instead of a private key to
54
- encrypt content for other users.
60
+ encrypt content for other users.
55
61
- The validateProofs() method now handles errors in proof-checking
56
62
more seamlessly, properly catching failed promises. Previous error
57
63
cases which resulted in uncaught exception warnings and null
0 commit comments