-
-
Notifications
You must be signed in to change notification settings - Fork 20
Faucet is incompatible with latest tap-parser #21
Copy link
Copy link
Open
Description
Faucet is currently configured to use tap-parser version 0.4.0. The latest version is 1.2.2, but faucet has several compatibility issues with it.
I can get it to run without crashing if I change res.number to res.id in the assert event handler, but the output is all messed up.
I discovered this in the process of investigating why faucet wasn't properly handing my TAP "Bail out!" notice. The reason is that it uses a tap-parser that does not emit bailout.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels