Skip to content

Commit

Permalink
Merge pull request #433 from blockstack/feature/add-wallet-functions
Browse files Browse the repository at this point in the history
Add wallet functions
  • Loading branch information
larrysalibra authored Aug 16, 2018
2 parents f0e12ab + 36bb1e5 commit fd02bfd
Show file tree
Hide file tree
Showing 15 changed files with 26,856 additions and 3,234 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [18.0.3] - 2018-08-01

### Added
- The `BlockstackWallet` class in `blockstack.js` supports generating
private keys and addresses within the hierarchical derivation scheme
used by the Blockstack Browser and supported by the Blockstack
ecosystem.

### Changed
- Resolve unsupported protocol error by redirecting
to hosted authenticator on iOS
Expand Down Expand Up @@ -39,9 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `TransactionSigner` interface to allow for different signing agents
in the `transactions` functions (e.g., makePreorder).
- `putFile` can now optionally take the public key for which you want
to encrypt the file. Thanks to @bodymindarts for this!
- `handlePendingSignIn` now accepts `transitKey` as an optional 3rd parameter. This
enables support for more complex sign in flows.
to encrypt the file. Thanks to @bodymindarts for this!
- `handlePendingSignIn` now accepts `transitKey` as an optional 3rd parameter.
This enables support for more complex sign in flows.

### Changed
- The gaia hub connection functions now use a JWT for authentication,
Expand All @@ -51,7 +57,7 @@ enables support for more complex sign in flows.
gaia authentication provides a very specific challenge text matching
the normal gaia hub challenge text.
- `encryptContent` now takes a public key instead of a private key to
encrypt content for other users.
encrypt content for other users.
- The validateProofs() method now handles errors in proof-checking
more seamlessly, properly catching failed promises. Previous error
cases which resulted in uncaught exception warnings and null
Expand Down
Loading

0 comments on commit fd02bfd

Please sign in to comment.