You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix issue with renewAddress()
Dynamic memory allocation changes & fixes. Allow user defined memory allocation
Big cleanup, fixes for minor issues & warnings,
Change checkConnection() function behaviour so if the master returns 0 for an address, it fails. Allows master to zero out the address of nodes that are not active
Master node returns -2 on address lookup request where address is not found in list, but the request itself is successful. Allows nodes to time out quickly if not found in list.