Skip to content

Commit 5952c41

Browse files
committed
splice: Script for complex splices
New compiler for splice scripts that parses splice scripts, validates them, converts them to json and back again. A test is included that puts some advanced and complex scripts into the parser and validates the results that come out. Changelog-Added: Splice script parser — takes a custom splice query language to bundle multiple complex splices into a single task in a simple way.
1 parent 328863e commit 5952c41

File tree

5 files changed

+2666
-0
lines changed

5 files changed

+2666
-0
lines changed

common/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ COMMON_SRC_NOGEN := \
8585
common/setup.c \
8686
common/shutdown_scriptpubkey.c \
8787
common/sphinx.c \
88+
common/splice_script.c \
8889
common/status.c \
8990
common/status_levels.c \
9091
common/status_wire.c \

0 commit comments

Comments
 (0)