bolt-gen: rm unused bolt-generator; rename new bolt generator

delete now unused wire-generator and replace it with the newer
version.
This commit is contained in:
lisa neigut
2019-07-23 18:54:21 -05:00
committed by Rusty Russell
parent 32eaae0cb9
commit 068496298c
9 changed files with 560 additions and 2099 deletions

View File

@@ -45,9 +45,7 @@ Here's a list of parts, with notes:
- check-bolt.c: check the source code contains correct BOLT quotes
(as used by check-source)
- generate-wire.py: generates wire marshal/unmarshal-ing
routines for subdaemons.
- generate-bolts.py: generate marshal/unmarshal routines
from extracted BOLT specs.
routines for subdaemons and BOLT specs.
- mockup.sh / update-mocks.sh: tools to generate mock functions for
unit tests.