- 13 Dec, 2022 3 commits
-
-
Alexander Pace authored
-
so that the tests don't fail because the test system happens to have real credentials present
-
-
- 11 Nov, 2022 1 commit
-
-
Alexander Pace authored
-
- 10 Nov, 2022 2 commits
-
-
Alexander Pace authored
-
-
- 22 Sep, 2022 1 commit
-
-
- 21 Sep, 2022 2 commits
-
-
Duncan Meacher authored
-
Duncan Meacher authored
-
- 20 Sep, 2022 2 commits
-
-
Duncan Meacher authored
-
Duncan Meacher authored
-
- 19 Sep, 2022 1 commit
-
-
Duncan Meacher authored
-
- 12 Sep, 2022 1 commit
-
-
Duncan Meacher authored
-
- 12 Aug, 2022 1 commit
-
-
Alexander Pace authored
-
- 05 Aug, 2022 3 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
-
Alexander Pace authored
-
- 05 Apr, 2022 3 commits
-
-
Adam Mercer authored
ensure clean updates from previous version
-
Adam Mercer authored
-
Alexander Pace authored
-
- 04 Feb, 2022 2 commits
-
-
--strict-markers isn't available until pytest 4.5.0
-
Duncan Macleod authored
-
- 02 Feb, 2022 11 commits
-
-
-
-
-
-
don't use 'l' as a varilable name, it can be hard to read (apparently)
-
-
-
separate command-line tools into new package, supported by python3
-
-
separate command-line tools into new package, supported by python3
-
This allows us to specify requirements that depend upon the Python version, so that the requirements can be expressed purely as configuration and not as code.
-
- 31 Jan, 2022 1 commit
-
-
Duncan Macleod authored
-
- 31 Aug, 2021 1 commit
-
-
Alexander Pace authored
-
- 28 Mar, 2021 1 commit
-
-
Duncan Macleod authored
Python 3 supports implicit namespace packages, meaning a base package for the `ligo` namespace is not required
-
- 21 Feb, 2021 1 commit
-
-
Alexander Pace authored
-
- 19 Feb, 2021 1 commit
-
-
Alexander Pace authored
Two-line fix for event and superevent queries. specifying `max_results` would terminate the generator loop, but the client code wouldn't fully break out of the loop of query results. Usually not noticeable and the returned generator results were never more than `max_results`, but in scenarios where the server-side results were much more than `max_results`, the client code would appear to be unresponsive.
-
- 08 Jan, 2021 1 commit
-
-
Alexander Pace authored
-
- 27 Dec, 2020 1 commit
-
-
Alexander Pace authored
-