This is not used in the tests but has proven to be useful when writing scripts outside of the test framework.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC6aa3bbb32394: [chronik] Add support for HTTPS connection to the test framework python client
With Chronik:
ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- chronik_https
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25113 Build 49814: Build Diff build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 49813: arc lint + arc unit
Event Timeline
Comment Actions
potential nit: https is set to False by default in the init, but the way the if/else connection and websocket url definition gates are ordered it would seem https is the expected condition.
Comment Actions
I just wanted to use the shorter version, doing the opposite would require if not self.https which is 4 chars more. I'm that lazy.