This website requires JavaScript.
34ca5ba68f
refactor: shorten some lines.
UpstreamData
2024-01-16 08:39:15 -07:00
468134e754
refactor: fix some not x in y and not x not in y
UpstreamData
2024-01-16 08:36:31 -07:00
5327b3fe3d
refactor: remove unused variables.
UpstreamData
2024-01-16 08:16:21 -07:00
68b85aa7da
refactor: remove some useless logging statements, and remove some unused imports.
UpstreamData
2024-01-16 08:15:24 -07:00
b78652b279
refactor: remove some unused variables.
UpstreamData
2024-01-15 16:23:54 -07:00
832a276f4b
refactor: remove some unused pass statements.
UpstreamData
2024-01-15 16:16:08 -07:00
2b82b29690
refactor: remove some duplicate classes, and rename UnknownMiner get methods.
UpstreamData
2024-01-15 16:03:40 -07:00
56dd1c80b5
refactor: remove and fix some hardcoded passwords.
UpstreamData
2024-01-15 15:53:10 -07:00
d686cdacc8
refactor: change some if statements to if is not None.
UpstreamData
2024-01-15 15:43:31 -07:00
aab8825997
refactor: rename API to rpc, and classes from {X}API to {X}RPCAPI to clarify naming.
UpstreamData
2024-01-15 15:09:51 -07:00
4ed49c2321
version: bump version number.
v0.47.1
UpstreamData
2024-01-15 14:59:29 -07:00
c069468803
bug: fix some bugs with epic, update miner repr, and remove get_model from braiinsOS.
UpstreamData
2024-01-15 14:58:54 -07:00
707cf8b848
version: bump version number.
v0.47.0
UpstreamData
2024-01-15 14:29:04 -07:00
170843aae7
bug: add handler for failed get_data calls to make errors more verbose.
UpstreamData
2024-01-15 14:28:39 -07:00
f5acf9ec62
Merge branch 'dev_boser'
UpstreamData
2024-01-15 14:25:02 -07:00
edaf89c73a
refactor: fix some formatting issues and bugs.
UpstreamData
2024-01-15 14:18:41 -07:00
ce34dfdde8
bug: fix fault_light check for boser.
UpstreamData
2024-01-15 14:00:51 -07:00
e45e51ce65
refactor: fix merge.
UpstreamData
2024-01-15 13:09:23 -07:00
f1501718a3
feature: finish get_data functions for bosminer
UpstreamData
2024-01-12 13:29:46 -07:00
831d6ee955
feature: add boser fault light functions.
UpstreamData
2024-01-12 11:58:26 -07:00
7be6596fdd
refactor: swap except (KeyError, ValueError) to except LookupError.
UpstreamData
2024-01-11 10:20:18 -07:00
928e0dd028
feature: start refactoring BOSer and BOSMiner into separate classes.
b-rowan
2024-01-10 22:12:27 -07:00
672e753afb
bug: add test to cross check function arguments, and fix some method implementations and naming.
UpstreamData
2024-01-15 10:16:47 -07:00
269e6aac14
bug: add more tests and finish renaming methods.
UpstreamData
2024-01-15 10:35:15 -07:00
1a4f3f7dc7
bug: make sure all data locations are accurate.
UpstreamData
2024-01-15 10:29:39 -07:00
b0337e8417
refactor: swap (KeyError, IndexError) for LookupError.
UpstreamData
2024-01-11 15:20:33 -07:00
60f3687d02
refactor: optimize imports.
UpstreamData
2024-01-11 15:00:48 -07:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
aa9ba66f8e
bug: add test to cross check function arguments, and fix some method implementations and naming.
UpstreamData
2024-01-15 10:16:47 -07:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
067d5c98f5
Fix VNish get_hashrate and get_fans errors
fdeh
2024-01-14 19:53:47 +03:00
b4b84c773f
refactor: remove bad function.
UpstreamData
2024-01-11 15:29:29 -07:00
cd1768aae9
refactor: swap (KeyError, IndexError) for LookupError.
UpstreamData
2024-01-11 15:20:33 -07:00
2ef85d3868
refactor: optimize imports.
UpstreamData
2024-01-11 15:00:48 -07:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
d44907435c
Merge pull request #91 from UpstreamData/dev_get_params
b-rowan
2024-01-15 10:43:08 -07:00
04ca75d00e
Merge branch 'master' into dev_get_params
b-rowan
2024-01-15 10:42:37 -07:00
b56e94ce8c
bug: add more tests and finish renaming methods.
UpstreamData
2024-01-15 10:35:15 -07:00
e7d30aad84
bug: make sure all data locations are accurate.
UpstreamData
2024-01-15 10:29:39 -07:00
194fb539a1
refactor: swap (KeyError, IndexError) for LookupError.
UpstreamData
2024-01-11 15:20:33 -07:00
416ea2964b
refactor: optimize imports.
UpstreamData
2024-01-11 15:00:48 -07:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
8fb357544b
bug: add test to cross check function arguments, and fix some method implementations and naming.
UpstreamData
2024-01-15 10:16:47 -07:00
34006941ad
bug: add test to cross check function arguments, and fix some method implementations and naming.
UpstreamData
2024-01-15 10:16:47 -07:00
3c3c34c54b
Merge branch 'master' into dev_get_params
UpstreamData
2024-01-15 08:10:46 -07:00
5a61a87766
docs: update docs.
b-rowan
2024-01-14 12:58:11 -07:00
ef9a026ee8
docs: update docs.
b-rowan
2024-01-14 12:58:11 -07:00
71c85e0603
bug: fix a possible failed authentication when using gRPC.
b-rowan
2024-01-14 12:09:29 -07:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
e4c6d751a1
version: bump version number.
b-rowan
2024-01-14 09:59:06 -07:00
ff4dfa124b
Fix VNish get_hashrate and get_fans errors
fdeh
2024-01-14 19:53:47 +03:00
d0eb5119aa
version: bump version number.
b-rowan
2024-01-14 09:59:06 -07:00
cfa51623c4
Fix VNish get_hashrate and get_fans errors
fdeh
2024-01-14 19:53:47 +03:00
96bb56ebd1
version: bump version number.
v0.46.1
b-rowan
2024-01-14 09:59:06 -07:00
cdd7beccbe
Merge pull request #92 from fdeh75/fix-vnish-data-gathering
b-rowan
2024-01-14 09:58:16 -07:00
1a544851df
Fix VNish get_hashrate and get_fans errors
fdeh
2024-01-14 19:53:47 +03:00
aa2dc5a53d
feature: update some gRPC functions, and add as_boser for some of the MinerConfig values.
UpstreamData
2024-01-12 15:06:44 -07:00
361d6e07cc
feature: finish get_data functions for bosminer
UpstreamData
2024-01-12 13:29:46 -07:00
53a018f526
feature: add boser fault light functions.
UpstreamData
2024-01-12 11:58:26 -07:00
6c9a378eee
feature: add boser config parsing.
UpstreamData
2024-01-12 11:54:17 -07:00
be67ef3471
refactor: remove bad function.
UpstreamData
2024-01-11 15:29:29 -07:00
a094d28a36
refactor: swap (KeyError, IndexError) for LookupError.
UpstreamData
2024-01-11 15:20:33 -07:00
4156f93c0d
refactor: optimize imports.
UpstreamData
2024-01-11 15:00:48 -07:00
ed6eb11653
bug: fix being unable to get fw version as part of multicommand.
UpstreamData
2024-01-11 13:57:48 -07:00
39299f2cfa
fix: docs/requirements.txt to reduce vulnerabilities
snyk-bot
2024-01-11 16:00:03 +00:00
c80ca1415a
fix: docs/requirements.txt to reduce vulnerabilities
snyk-bot
2024-01-11 16:00:03 +00:00
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.
UpstreamData
2024-01-11 11:33:44 -07:00
895fb1b43e
refactor: swap except (KeyError, ValueError) to except LookupError.
UpstreamData
2024-01-11 10:20:18 -07:00
014896ae1b
bug: fix data passed by get_version to BOSminer.
UpstreamData
2024-01-11 09:53:06 -07:00
84ac991685
fix: docs/requirements.txt to reduce vulnerabilities
snyk-bot
2024-01-11 16:00:03 +00:00
bb481553fa
bug: fix missing message in grpc command.
b-rowan
2024-01-10 22:46:58 -07:00
7ab3d8b54e
feature: improve data gathering slightly on BOSMiner.
b-rowan
2024-01-10 22:26:28 -07:00
36494f2aca
bug: remove boser check in miner_factory, and fix bad syntax on comparison.
b-rowan
2024-01-10 22:15:31 -07:00
bea44a72ea
feature: start refactoring BOSer and BOSMiner into separate classes.
b-rowan
2024-01-10 22:12:27 -07:00
9da7b44177
feature: add vnish config parsing.
b-rowan
2024-01-06 11:30:40 -07:00
e7f05f7a28
version: bump version number.
v0.46.0
UpstreamData
2024-01-05 16:22:03 -07:00
2d229be9fd
feature: add board serial numbers to whatsminers.
UpstreamData
2024-01-05 16:18:03 -07:00
de5038e57a
feature: add AntminerModern serial numbers to Hashboard data.
UpstreamData
2024-01-05 15:57:26 -07:00
8ad1b3f72a
refactor: fix formatting issue.
UpstreamData
2024-01-05 08:49:25 -07:00
070fb26dbc
version: bump version number.
v0.45.1
b-rowan
2024-01-04 20:58:44 -07:00
80d9d7df1d
bug: fix possible empty command when getting small data points.
b-rowan
2024-01-04 20:58:15 -07:00
928c24f56f
version: bump version number.
v0.45.0
UpstreamData
2024-01-04 13:07:13 -07:00
6e7442f90d
Update data locations to be typed with dataclasses and enums. (#82 )
UpstreamData
2024-01-04 13:03:45 -07:00
936474ed3b
Merge pull request #84 from jpcomps/master
b-rowan
2023-12-23 13:07:47 -07:00
2e28060e05
fixes, changes, and formatting
John-Paul Compagnone
2023-12-23 15:01:42 -05:00
07f92557c6
cover chiptune case
John-Paul Compagnone
2023-12-21 01:38:10 -05:00
6f6f5743cf
add get_config to ePIC backend
John-Paul Compagnone
2023-12-21 01:33:46 -05:00
b89ea1fa92
version: bump version number.
v0.44.2
Upstream Data
2023-12-22 16:29:03 -07:00
3588197741
dependencies: bump httpx version
Upstream Data
2023-12-22 16:28:46 -07:00
8adc3d2adf
version: bump version number.
v0.44.1
Upstream Data
2023-12-22 15:47:25 -07:00
040c0b6842
feature: add support for S19 Pro Hydro.
Upstream Data
2023-12-22 15:40:23 -07:00
550b4a97a1
bug: fix a bunch of missed instances of nominal_ naming.
Upstream Data
2023-12-22 15:32:01 -07:00
d84d95fe5f
version: bump version number.
v0.44.0
UpstreamData
2023-12-21 15:25:57 -07:00
0e5b811fb9
Add config attribute to data and refactor data naming (#81 )
UpstreamData
2023-12-21 15:20:50 -07:00
3d31179562
feature: add more BOS+ supported types.
UpstreamData
2023-12-19 08:40:31 -07:00
69f39bef0c
docs: update tagline
UpstreamData
2023-12-19 08:18:06 -07:00
1076dab7f5
Update README.md
UpstreamData
2023-12-19 08:17:39 -07:00
3ae1f700c2
docs: update README.md
UpstreamData
2023-12-18 14:48:19 -07:00
dc3f061b9b
docs: update shields.
UpstreamData
2023-12-18 14:44:43 -07:00
52758dd8b3
docs: update README.
UpstreamData
2023-12-18 14:33:42 -07:00