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.
Faucet is currently configured to use
tap-parserversion 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.numbertores.idin theassertevent handler, but the output is all messed up.I discovered this in the process of investigating why
faucetwasn't properly handing my TAP "Bail out!" notice. The reason is that it uses atap-parserthat does not emitbailout.