ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
638 stars 158 forks source link

Consider using abscissa for cli and secrets management #3370

Open aatifsyed opened 1 year ago

aatifsyed commented 1 year ago

We're doing a lot of thinking about

Can we use https://docs.rs/abscissa/latest/abscissa/ to just do all that thinking for us?

aatifsyed commented 1 year ago

@creativcoder What is the acceptance criteria for the work you're thinking of doing?

I don't think you should be porting our CLI to abscissa until it's clear that it's the right thing to do, hence consider.

What are the rough edges of our current approach?

So the next step on this issue is a write-up, maybe a PoC of a new approach with solves all or some of these issues. Can you articulate why it would be better?

See also #3246 for using other libraries to do this