Releases: krunch3r76/gc__listoffers
update for yapapi 0.12.0
fix missing configuration error due to change of namespaces
update for latest yapapi 0.11.0
update code to run on the latest yapapi v0.11.0
show whether port is open
this is a feature release with a column added that shows whether the provider udp port is open for p2p connections, signified by "public"
mandatory manual probing
due to stats api being no longer documented, only manual probing is supported.
remote retrieval via my own http REST service may be implemented at a later date
subnet is set to "public" for v0.12.0++
fix stats download error
fix downloading of stats after change in stats format
api key entry, stats for hybrid or other
- manual probing made easier by not requiring the YAGNA_APPKEY be exported to the environment
- stats now show on hybrid-mainnet
still clunky af 😋
patch to filter cpu capabilities more correctly on earlier versions
patch to better parse features (prevent erroneous omissions) using the feature filter from providers on intermediate versions
add a model field and display cpu frequency if available
- when model information is shared its frequency is displayed (e.g. in the case of Intel) or a description of the model is displayed (e.g. in the case of AMD)
- column sorting is enabled for frequency (intel) and naming (amd) separately
fix version heading and show as default
- patches a bug where the version heading when clicked is obscured by other columns, now stretched evenly with other columns
- version heading now shown by default
fix mac os view (yet again)
mac os x heading/columns are correctly measured
note: dragging a header little bit off mark might clear results temporarily requiring the header to be clicked to update the screen. (FIXED UPSTREAM)