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
John-Paul Compagnone
2e28060e05
fixes, changes, and formatting
2023-12-23 15:01:42 -05:00
John-Paul Compagnone
07f92557c6
cover chiptune case
2023-12-22 23:35:13 -05:00
John-Paul Compagnone
6f6f5743cf
add get_config to ePIC backend
2023-12-22 23:35:13 -05:00
Upstream Data
b89ea1fa92
version: bump version number.
v0.44.2
2023-12-22 16:29:03 -07:00
Upstream Data
3588197741
dependencies: bump httpx version
2023-12-22 16:28:46 -07:00
Upstream Data
8adc3d2adf
version: bump version number.
v0.44.1
2023-12-22 15:47:25 -07:00
Upstream Data
040c0b6842
feature: add support for S19 Pro Hydro.
2023-12-22 15:40:23 -07:00
Upstream Data
550b4a97a1
bug: fix a bunch of missed instances of nominal_ naming.
2023-12-22 15:32:01 -07:00
UpstreamData
d84d95fe5f
version: bump version number.
v0.44.0
2023-12-21 15:25:57 -07:00
UpstreamData
0e5b811fb9
Add config attribute to data and refactor data naming ( #81 )
...
* feature: add config to MinerData. Remove related attributes.
* feature: rename ideal and nominal to expected to make data naming consistent across files.
* refactor: run isort on all files.
* docs: update docstrings.
2023-12-21 15:20:50 -07:00
UpstreamData
3d31179562
feature: add more BOS+ supported types.
2023-12-19 08:40:31 -07:00
UpstreamData
69f39bef0c
docs: update tagline
2023-12-19 08:18:06 -07:00
UpstreamData
1076dab7f5
Update README.md
2023-12-19 08:17:39 -07:00
UpstreamData
3ae1f700c2
docs: update README.md
2023-12-18 14:48:19 -07:00
UpstreamData
dc3f061b9b
docs: update shields.
2023-12-18 14:44:43 -07:00
UpstreamData
52758dd8b3
docs: update README.
2023-12-18 14:33:42 -07:00
UpstreamData
0e492f1cfd
tests: add more tests for miners.
2023-12-18 14:11:16 -07:00
UpstreamData
659dc55f3c
bug: add missing key to epic data locations.
2023-12-18 14:07:46 -07:00
UpstreamData
eb9b29aca1
tests: add tests for config and update tests.
2023-12-18 14:00:40 -07:00
UpstreamData
b045abe76e
bug: reorder config information and fix bad key.
2023-12-18 13:59:56 -07:00
Upstream Data
7a75818a20
version: bump version number.
v0.43.1
2023-12-17 09:09:00 -07:00
Upstream Data
d2be68d35e
bug: fix MinerConfig default values for 3.11+. Add MinerConfig.as_epic default implementation.
2023-12-17 09:08:14 -07:00
Upstream Data
c5c4bb10ee
version: bump version number.
v0.43.0
2023-12-16 10:59:23 -07:00
Upstream Data
c4dfdda448
Merge branch 'dev_bugs'
...
# Conflicts:
# pyasic/miners/miner_factory.py
# pyasic/miners/types/whatsminer/M6X/M60.py
# pyasic/miners/types/whatsminer/M6X/M60S.py
# pyasic/miners/types/whatsminer/M6X/M63.py
# pyasic/miners/types/whatsminer/M6X/M63S.py
# pyasic/miners/types/whatsminer/M6X/M66.py
# pyasic/miners/types/whatsminer/M6X/M66S.py
# pyasic/miners/types/whatsminer/M6X/__init__.py
# pyasic/miners/whatsminer/btminer/M6X/M60.py
# pyasic/miners/whatsminer/btminer/M6X/M60S.py
# pyasic/miners/whatsminer/btminer/M6X/M66S.py
# pyasic/miners/whatsminer/btminer/M6X/__init__.py
# pyasic/miners/whatsminer/btminer/__init__.py
2023-12-16 10:55:27 -07:00