pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 27 forks source link

Force pld and pldctl to not use macaroons #336

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following things were added/changed/fixed:

. ignoring the CLI flags and forcing the option --no-macaroons on both pld and pltctl main fuctions; . removed all macaroon config options from both pld config file and pld CLI options; . added a delay in the testSignOutputUsingTweaks() test case, as it was failing due to the payment transaction was starting before the funding transactions were confirmed; . added two script to automate integration tests for pld and pldctl programs; . I kept some debug traces used during the debugging of the test code;