mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 990 forks source link

[WIP] Replace deprecated `failure` crate with `thiserror` #3633

Closed trevyn closed 2 years ago

trevyn commented 3 years ago

Will write detailed review notes soon.

To do:

GeneFerneau commented 3 years ago

Consider how best to handle conversion from .context()

Possibly use anyhow::Error, or did you mean something else?

yeastplume commented 2 years ago

Closed and marked as 'abandoned'. This does not mean the PR is unworthy. This means that merging it would require further work that nobody appears prepared to do at this time, or the original author has been unresponsive for a significant amount of time. Anyone who want to continue work on this functionality is free to re-open this at any time.