lisa neigut
068496298c
bolt-gen: rm unused bolt-generator; rename new bolt generator
...
delete now unused wire-generator and replace it with the newer
version.
2019-07-24 06:31:46 +00:00
lisa neigut
4261e508a9
bolt-gen: add TLV support
...
Add in support for buiding TLV's (minus the printing capability)
2019-07-24 02:52:53 +00:00
lisa neigut
f2819ba7d8
bolt-gen: remove 'is-optional' qualifier from msg field
...
we now handle optional fields, so we should include them in
the message parsing signatures
2019-07-24 02:52:53 +00:00
lisa neigut
96bf7aead5
bolt-gen: handle variable-sized and optionals
...
actually do the right thing for variable-sized and optional field
types
2019-07-24 02:52:53 +00:00
lisa neigut
fe3f4f52a0
bolt-gen: handle csv inline comments
...
The bolts don't have in-line comments, but the internal wire
message CSVs do. This adds the 'comments' back in to the
generated docs.
2019-07-24 02:52:53 +00:00
lisa neigut
d7a68b75f1
bolt-gen: fixup broken subtype parsing
2019-07-24 02:52:53 +00:00
lisa neigut
6c240ab589
bolts: new parsing script and templates for new bolt format
...
the RFC's extract-format.py is switching to a new format.
this script can correctly parse them.
mostly moves logic over from generate-wire.py, uses a
Python formatting libarary called mako, which needs to be
installed prior to running this script.
you can add it to your system with
sudo apt-get install python3-mako
2019-07-16 06:10:58 +00:00