UpstreamData
|
f5acf9ec62
|
Merge branch 'dev_boser'
# Conflicts:
# pyasic/miners/antminer/hiveon/X9/T9.py
# pyasic/miners/backends/bosminer_old.py
# pyasic/miners/backends/braiins_os.py
# pyasic/miners/backends/btminer.py
# pyasic/miners/backends/cgminer_avalon.py
# pyasic/miners/backends/epic.py
# pyasic/miners/backends/hiveon.py
# pyasic/miners/backends/innosilicon.py
# pyasic/miners/base.py
# tests/miners_tests/__init__.py
|
2024-01-15 14:25:02 -07:00 |
|
UpstreamData
|
edaf89c73a
|
refactor: fix some formatting issues and bugs.
|
2024-01-15 14:18:41 -07:00 |
|
UpstreamData
|
ce34dfdde8
|
bug: fix fault_light check for boser.
|
2024-01-15 14:00:51 -07:00 |
|
UpstreamData
|
e45e51ce65
|
refactor: fix merge.
|
2024-01-15 13:09:23 -07:00 |
|
UpstreamData
|
f1501718a3
|
feature: finish get_data functions for bosminer
|
2024-01-15 10:48:03 -07:00 |
|
UpstreamData
|
831d6ee955
|
feature: add boser fault light functions.
|
2024-01-15 10:48:02 -07:00 |
|
UpstreamData
|
7be6596fdd
|
refactor: swap except (KeyError, ValueError) to except LookupError.
|
2024-01-15 10:48:02 -07:00 |
|
b-rowan
|
928e0dd028
|
feature: start refactoring BOSer and BOSMiner into separate classes.
|
2024-01-15 10:48:00 -07:00 |
|
UpstreamData
|
672e753afb
|
bug: add test to cross check function arguments, and fix some method implementations and naming.
|
2024-01-15 10:47:56 -07:00 |
|
UpstreamData
|
269e6aac14
|
bug: add more tests and finish renaming methods.
|
2024-01-15 10:47:40 -07:00 |
|
UpstreamData
|
1a4f3f7dc7
|
bug: make sure all data locations are accurate.
|
2024-01-15 10:47:40 -07:00 |
|
UpstreamData
|
b0337e8417
|
refactor: swap (KeyError, IndexError) for LookupError.
|
2024-01-15 10:47:40 -07:00 |
|
UpstreamData
|
60f3687d02
|
refactor: optimize imports.
|
2024-01-15 10:47:39 -07:00 |
|
UpstreamData
|
a8c45cb95d
|
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:39 -07:00 |
|
UpstreamData
|
aa9ba66f8e
|
bug: add test to cross check function arguments, and fix some method implementations and naming.
|
2024-01-15 10:47:39 -07:00 |
|
UpstreamData
|
06cc84f16d
|
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:38 -07:00 |
|
fdeh
|
067d5c98f5
|
Fix VNish get_hashrate and get_fans errors
Update vnish.py. Fix data locations according to the method arguments
|
2024-01-15 10:47:38 -07:00 |
|
UpstreamData
|
b4b84c773f
|
refactor: remove bad function.
|
2024-01-15 10:47:38 -07:00 |
|
UpstreamData
|
cd1768aae9
|
refactor: swap (KeyError, IndexError) for LookupError.
|
2024-01-15 10:47:37 -07:00 |
|
UpstreamData
|
2ef85d3868
|
refactor: optimize imports.
|
2024-01-15 10:47:36 -07:00 |
|
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 |
|