lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

Remove versioning and cleanup warnings #86

Closed tnull closed 8 months ago

tnull commented 8 months ago

Closes #39 Closes #62

As the NO VERSIONING proposal was recently merged in the spec, we here drop versioning support from LSPS2 and LSPS1.

While we're at it, we cleanup the remaining warnings emitted by rustc, and deny warnings for 'stable' builds in CI, which will keep us from re-introducing any new warnings and force us to handle them before merging.