Skip to content

Releases: oipwg/oip-keystore

Version 2.0.1

03 Jul 23:40
Compare
Choose a tag to compare

Exported express app for import elsewhere

OIP Keystore Version 2!

03 Jul 22:52
Compare
Choose a tag to compare

There have been some breaking changes to how we handle the OIP Keystore so if you were using an old version, you will need to adjust your application accordingly.

Main Changes:

  • Move /load and /checkload to POST from GET
  • Several Error Messages
  • Errors will return the status 400 instead of 200
  • wallet_data is now encrypted_data (wallet saving was abstracted out)
  • Full Testing for both AccountProcessor and the Express server