Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 377 Bytes

TODO.md

File metadata and controls

9 lines (6 loc) · 377 Bytes

TODO

This file tracks planned changes to the project, especially breaking changes that have to wait until the next major release.

Planned changes for next major release

  • Change argument types in src/service.rs for public and private keys to use [u8; 32] instead of [u8]. This should remove all the ProgrammingErrors resulting from failed try_into() calls.