bitshares / beet-js

BeetJS is the client library for interaction with Beet
MIT License
8 stars 14 forks source link

Beet PD3 compatibility updates #2

Closed clockworkgr closed 6 years ago

clockworkgr commented 6 years ago

v0.5.0 CHANGE LOG

API calls are AES encrypted using a HOTP one-time-pass derived from a shared secret (established upon linking an app using ECDH with randomised keypairs) and a random nonce unique to each request. Each request also sets the hash of the next request nonce to provide forward security.

THIS PR IS FOR COMPATIBILITY WITH THE CHANGES IN https://github.com/bitshares/beet/issues/9 Time/Effort will be logged at that issue in the Beet repo.