-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clnrest: update config param with cln
prefix
#6857
Clnrest: update config param with cln
prefix
#6857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All I got are just nits, besides maybe the sleeps in the tests but if they don't introduce more flakes this is fine as well. I really like the level of detail in the tests and how much easier the rpc method call gets using RuneErrors
.
ACK 128eaf3
128eaf3
to
c42efb0
Compare
Shout out to @tonyaldon for detailed testcases :). Two sleep timers and request retries are necessary for CI to succeed and I removed other timers. |
This will allow users to use clnrest with c-lightning-REST without conflicts. It was required for applications to have enough time for migrating from c-lightning-REST to clnrest. Changelog-Changed: config option `rest-certs` changed to `clnrest-certs` config option `rest-protocol` changed to `clnrest-protocol` config option `rest-host` changed to `clnrest-host` config option `rest-port` changed to `clnrest-port` config option `rest-cors-origins` changed to `clnrest-cors-origins` config option `rest-csp` changed to `clnrest-csp`
c42efb0
to
70d18f4
Compare
Rebased |
This will allow users to use clnrest with c-lightning-REST without conflicts.
It was required for applications to have enough time for migrating from c-lightning-REST to clnrest.
Changelog-Changed:
config option
rest-certs
changed toclnrest-certs
config option
rest-protocol
changed toclnrest-protocol
config option
rest-host
changed toclnrest-host
config option
rest-port
changed toclnrest-port
config option
rest-cors-origins
changed toclnrest-cors-origins
config option
rest-csp
changed toclnrest-csp