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
Actually changing the on-the-wire protocol to send integers instead of strings would be a breaking change, but we can adapt the node-side request handlers to use hash_t internally. This allows storage engine implementations to be purely hash_t based, as well.
The text was updated successfully, but these errors were encountered:
This would be a breaking change, as code that uses this library (i.e. dhtnode) would break as a result of the change. (We could find a way to do this via a deprecation, instead of as a breaking change, but it would be very unfun.)
Actually changing the on-the-wire protocol to send integers instead of strings would be a breaking change, but we can adapt the node-side request handlers to use
hash_t
internally. This allows storage engine implementations to be purelyhash_t
based, as well.The text was updated successfully, but these errors were encountered: