UpstreamData
6f64cc5e0d
refactor: remove parameters from get_{x} functions and move them to _get_{x}(**params). Add miner.fw_str, and miner.raw_model. Remove model from get_data exclude. Swap fan_count to expected_fans.
2024-01-15 10:47:33 -07:00
b-rowan
d44907435c
Merge pull request #91 from UpstreamData/dev_get_params
...
Move parameters to private methods for `get_{x}` methods
2024-01-15 10:43:08 -07:00
b-rowan
04ca75d00e
Merge branch 'master' into dev_get_params
2024-01-15 10:42:37 -07:00
UpstreamData
b56e94ce8c
bug: add more tests and finish renaming methods.
2024-01-15 10:35:15 -07:00
UpstreamData
e7d30aad84
bug: make sure all data locations are accurate.
2024-01-15 10:29:39 -07:00
UpstreamData
194fb539a1
refactor: swap (KeyError, IndexError) for LookupError.
2024-01-15 10:23:58 -07:00
UpstreamData
416ea2964b
refactor: optimize imports.
2024-01-15 10:23:57 -07:00
UpstreamData
3234f7e06f
refactor: remove parameters from get_{x} functions and move them to _get_{x}(**params). Add miner.fw_str, and miner.raw_model. Remove model from get_data exclude. Swap fan_count to expected_fans.
2024-01-15 10:23:57 -07:00
UpstreamData
8fb357544b
bug: add test to cross check function arguments, and fix some method implementations and naming.
2024-01-15 10:23:55 -07:00
UpstreamData
34006941ad
bug: add test to cross check function arguments, and fix some method implementations and naming.
2024-01-15 10:16:47 -07:00
UpstreamData
3c3c34c54b
Merge branch 'master' into dev_get_params
2024-01-15 08:10:46 -07:00
b-rowan
5a61a87766
docs: update docs.
2024-01-14 12:59:13 -07:00
b-rowan
ef9a026ee8
docs: update docs.
2024-01-14 12:58:11 -07:00
b-rowan
71c85e0603
bug: fix a possible failed authentication when using gRPC.
2024-01-14 12:09:29 -07:00
UpstreamData
c5224b808e
refactor: remove parameters from get_{x} functions and move them to _get_{x}(**params). Add miner.fw_str, and miner.raw_model. Remove model from get_data exclude. Swap fan_count to expected_fans.
2024-01-14 10:02:50 -07:00
b-rowan
e4c6d751a1
version: bump version number.
2024-01-14 10:02:38 -07:00
fdeh
ff4dfa124b
Fix VNish get_hashrate and get_fans errors
...
Update vnish.py. Fix data locations according to the method arguments
2024-01-14 10:02:38 -07:00
b-rowan
d0eb5119aa
version: bump version number.
2024-01-14 10:00:15 -07:00
fdeh
cfa51623c4
Fix VNish get_hashrate and get_fans errors
...
Update vnish.py. Fix data locations according to the method arguments
2024-01-14 10:00:15 -07:00
b-rowan
96bb56ebd1
version: bump version number.
v0.46.1
2024-01-14 09:59:06 -07:00
b-rowan
cdd7beccbe
Merge pull request #92 from fdeh75/fix-vnish-data-gathering
...
Fix VNish get_hashrate and get_fans errors
2024-01-14 09:58:16 -07:00
fdeh
1a544851df
Fix VNish get_hashrate and get_fans errors
...
Update vnish.py. Fix data locations according to the method arguments
2024-01-14 19:53:47 +03:00
UpstreamData
aa2dc5a53d
feature: update some gRPC functions, and add as_boser for some of the MinerConfig values.
2024-01-12 15:06:44 -07:00
UpstreamData
361d6e07cc
feature: finish get_data functions for bosminer
2024-01-12 13:29:46 -07:00
UpstreamData
53a018f526
feature: add boser fault light functions.
2024-01-12 11:58:26 -07:00
UpstreamData
6c9a378eee
feature: add boser config parsing.
2024-01-12 11:54:17 -07:00
UpstreamData
be67ef3471
refactor: remove bad function.
2024-01-11 15:29:29 -07:00
UpstreamData
a094d28a36
refactor: swap (KeyError, IndexError) for LookupError.
2024-01-11 15:20:33 -07:00
UpstreamData
4156f93c0d
refactor: optimize imports.
2024-01-11 15:00:48 -07:00
UpstreamData
ed6eb11653
bug: fix being unable to get fw version as part of multicommand.
2024-01-11 13:57:48 -07:00
snyk-bot
39299f2cfa
fix: docs/requirements.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
2024-01-11 11:37:01 -07:00
snyk-bot
c80ca1415a
fix: docs/requirements.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
2024-01-11 11:36:05 -07:00
UpstreamData
a8428a2739
refactor: remove parameters from get_{x} functions and move them to _get_{x}(**params). Add miner.fw_str, and miner.raw_model. Remove model from get_data exclude. Swap fan_count to expected_fans.
2024-01-11 11:33:44 -07:00
UpstreamData
895fb1b43e
refactor: swap except (KeyError, ValueError) to except LookupError.
2024-01-11 10:20:18 -07:00
UpstreamData
014896ae1b
bug: fix data passed by get_version to BOSminer.
2024-01-11 09:53:06 -07:00
snyk-bot
84ac991685
fix: docs/requirements.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
2024-01-11 16:00:03 +00:00
b-rowan
bb481553fa
bug: fix missing message in grpc command.
2024-01-10 22:46:58 -07:00
b-rowan
7ab3d8b54e
feature: improve data gathering slightly on BOSMiner.
2024-01-10 22:26:28 -07:00
b-rowan
36494f2aca
bug: remove boser check in miner_factory, and fix bad syntax on comparison.
2024-01-10 22:15:31 -07:00
b-rowan
bea44a72ea
feature: start refactoring BOSer and BOSMiner into separate classes.
2024-01-10 22:12:27 -07:00
b-rowan
9da7b44177
feature: add vnish config parsing.
2024-01-06 11:31:12 -07:00
UpstreamData
e7f05f7a28
version: bump version number.
v0.46.0
2024-01-05 16:22:03 -07:00
UpstreamData
2d229be9fd
feature: add board serial numbers to whatsminers.
2024-01-05 16:18:03 -07:00
UpstreamData
de5038e57a
feature: add AntminerModern serial numbers to Hashboard data.
2024-01-05 15:57:26 -07:00
UpstreamData
8ad1b3f72a
refactor: fix formatting issue.
2024-01-05 08:49:44 -07:00
b-rowan
070fb26dbc
version: bump version number.
v0.45.1
2024-01-04 20:58:44 -07:00
b-rowan
80d9d7df1d
bug: fix possible empty command when getting small data points.
2024-01-04 20:58:15 -07:00
UpstreamData
928c24f56f
version: bump version number.
v0.45.0
2024-01-04 13:07:13 -07:00
UpstreamData
6e7442f90d
Update data locations to be typed with dataclasses and enums. ( #82 )
...
* feature: swap AntminerModern to new data location style.
* bug: fix a bunch of missed instances of `nominal_` naming.
* feature: add support for S19 Pro Hydro.
* version: bump version number.
* dependencies: bump httpx version
* version: bump version number.
* feature: implement data locations for all remaining miners.
* refactor: remove some unused docstrings.
* feature: swap AntminerModern to new data location style.
* feature: implement data locations for all remaining miners.
* refactor: remove some unused docstrings.
* bug: fix misnamed data locations, and update base miner get_data to use new data locations.
* bug: fix include/exclude implementation on get_data.
* bug: swap ePIC to BaseMiner subclass.
* feature: add DataOptions to __all__
* tests: update data tests with new data locations method.
* bug: remove bad command from bosminer commands.
* dependencies: update dependencies.
* bug: fix some typing issues with python 3.8, and remove useless semaphore and scan threads.
* bug: fix KeyError when pools rpc command returns broken data.
2024-01-04 13:03:45 -07:00
b-rowan
936474ed3b
Merge pull request #84 from jpcomps/master
2023-12-23 13:07:47 -07:00