Skip to content

Conversation

iFoggz
Copy link
Member

@iFoggz iFoggz commented May 29, 2018

remove neural hash field from getpeerinfo and nodestats. this was always static to the start of client. never updates so shows invalid data after a sync

Copy link
Member

@tomasbrod tomasbrod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this needs to be removed?
This feature is useful for finding out what hash peers have during sb creation.

@iFoggz
Copy link
Member Author

iFoggz commented May 29, 2018

hrm ill look into it more but for some reason i was under the impression from before that that it was set once and never changed in peer info

@iFoggz
Copy link
Member Author

iFoggz commented May 29, 2018

tested on testnet and myi neural hash was not updated for other users after i synced i'll let it ride a few hours and get them to check again

@denravonska denravonska added this to the Betsy Bird milestone Jun 19, 2018
@denravonska
Copy link
Member

The variable is never assigned anywhere so nuking it is safe.

@denravonska denravonska merged commit d268858 into gridcoin-community:development Jul 7, 2018
@denravonska denravonska deleted the NodeDataChanges branch July 7, 2018 12:56
denravonska added a commit that referenced this pull request Oct 19, 2018
Added:
 - Linux nodes can now stake superblocks using forwarded contracts #1060 (@tomasbrod).

Changed:
 - Replace interest with constant block reward #1160 (@tomasbrod).
   Fork is set to trigger at block 1420000.
 - Raise coinstake output count limit to 8 #1261 (@tomasbrod).
 - Port of Bitcoin hash implementation #1208 (@jamescowens).
 - Minor canges for the build documentation #1091 (@Lenni).
 - Allow sendmany to be used without an account specified #1158 (@Foggyx420).

Fixed:
 - Fix `cpids` and `validcpids` not returning the correct data #1233
   (@Foggyx420).
 - Fix `listsinceblock` not showing mined blocks to change addresses #501 (@Foggyx420).
 - Fix crash when raining using a locked wallet #1236 (@Foggyx420).
 - Fix invalid stake reward/fee calculation (@jamescowens).
 - Fix divide by zero bug in `getblockstats` RPC #1292 (@Foggyx420).
 - Bypass historical bad blocks on testnet #1252 (@Quezacoatl1).
 - Fix MacOS memorybarrier warnings #1193 (@ghost).

Removed:
 - Remove neuralhash from the getpeerinfo and node stats #1123 (@Foggyx420).
 - Remove obsolete NN code #1121 (@Foggyx420).
 - Remove (lower) Mint Limiter #1212 (@tomasbrod).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants