lnd/docs/release-notes/release-notes-0.15.0.md
positiveblue 3c3bce3415
makefile: fail rpc-check after finding any changes
`rpc-check` is used in our CI pipeline to detect any difference
between the committed and the automatically generated rpc files.
Unfortunately, the current method only detects changes in the
already existing files and won't fail if `make rpc` generates
a totally new file.

`git status --porcelain` makes the trick, it returns a line for
each file that has been modified, created or deleted.
2022-01-29 11:23:24 -08:00

3.8 KiB

Release Notes

Security

lncli

Bug Fixes

Misc

RPC Server

Documentation

Code Health

Code cleanup, refactor, typo fixes

Contributors (Alphabetical Order)

  • 3nprob
  • Andreas Schjønhaug
  • asvdf
  • BTCparadigm
  • Carla Kirk-Cohen
  • Carsten Otto
  • Dan Bolser
  • Daniel McNally
  • ErikEk
  • henta
  • Joost Jager
  • Jordi Montes
  • LightningHelper
  • Liviu
  • mateuszmp
  • Naveen Srinivasan
  • randymcmillan
  • Rong Ou
  • Thebora Kompanioni
  • Torkel Rogstad
  • Vsevolod Kaganovych
  • Yong Yu