bolt: update to BOLT spec changes (extract format + type specifications)

updates the bolt version to 6639cef095a2ecc7b8f0c48c6e7f2f906fbfbc58.

this requires us to use the new bolt parser at generate-bolt.py
and updates to all of the type specifications (ie. from u8 -> byte)
This commit is contained in:
lisa neigut
2019-07-15 18:20:37 -05:00
committed by Rusty Russell
parent 6c240ab589
commit 5c07afac7d
16 changed files with 315 additions and 288 deletions

View File

@@ -252,7 +252,7 @@ static char *opt_set_alias(const char *arg, struct lightningd *ld)
ld->alias = tal_free(ld->alias);
/* BOLT #7:
*
* * [`32`:`alias`]
* * [`32*byte`:`alias`]
*...
* - MUST set `alias` to a valid UTF-8 string, with any
* `alias` trailing-bytes equal to 0.