nimiq / core-rs

Official Rust implementation of the Nimiq protocol
https://nimiq.com
Other
74 stars 10 forks source link

Checklist for 1.0 release #40

Open jeffesquivels opened 4 years ago

jeffesquivels commented 4 years ago

This is the checklist of pending items/bugs/tasks that need to be addressed in order to release a 1.0 version:

jgraef commented 4 years ago
jgraef commented 4 years ago

I don't think we can use PEM files for the TLS certificates as native_tls haven't finished that feature yet[1]

[1] https://github.com/sfackler/rust-native-tls/issues/27

jeffesquivels commented 4 years ago

I don't think we can use PEM files for the TLS certificates as native_tls haven't finished that feature yet[1]

[1] sfackler/rust-native-tls#27

I moved this to #41 so that it can be tracked and fixed post-release.