plugins
plugins copied to clipboard
fix: a lot of tests and broken stuff
This is a general cleanup PR that aims to fix issues that got raised by outdated code and upstream changes.
... will still fix the tests for backup and feeadjuster plugin
@cdecker we need to synchronize some efforts here with your recent fix-gci https://github.com/lightningd/plugins/tree/fix-gci branch
Yeah, was looking mostly to fix from an infra point of view (test runner script, virtualenvs setup, etc), not so much on fixing individual plugins, though I did try to fix some things on the side
Yeah, was looking mostly to fix from an infra point of view (test runner script, virtualenvs setup, etc), not so much on fixing individual plugins, though I did try to fix some things on the side
Not sure now who wants to rebase, but no problem.
@rustyrussell I used the semver, though its kinda overkill, especially since it does not even filter out/ignore the 'v' in front of the version string. Some ppl might complain if they don't update their pip environment for a module that only does a string split :D
@gallizoltan
see 4544d51 on the listpays status version check...
@ anyone else If there is no objections on this PR (even though CI is not clean, but thats a topic for another day) I will merge this.