vinteumorg / Floresta

A fully-validating Bitcoin node powered by Utreexo, with an integrated Electrum Server
MIT License
150 stars 34 forks source link

Development Debts #186

Open jaoleal opened 2 months ago

jaoleal commented 2 months ago

After #176 i was alarmed by some development debt, which include:

A proper fix to it is changing Actions(which enforce the use of nightly) and Pre-commit(Used so we do not have a surprise while being checked by Actions when pushing) to share the same version and behavior.

Dealing with nigthly directly is rough since is too unstable(Change every day), should we consider the use of beta for fmt ? If nightly fmt is really required Ill mention the way that rust-bitcoin deal with it by reading their /.github files and scripts.

jaoleal commented 2 months ago

I think this can be tagged as Good First Issue and Improvement.

Davidson-Souza commented 2 months ago

Added some tags. Do you want it to be assigned to you?

jaoleal commented 2 months ago

Would be nice! But i'd have some other priorities rn