bisq-network / bisq2

GNU Affero General Public License v3.0
140 stars 53 forks source link

Fix bug with cookie subkey handling #2359

Closed HenrikJannsen closed 3 days ago

HenrikJannsen commented 3 days ago

We have overwritten the map entry when using different subkeys because enum identity does not consider the values of fields. We now wrap the key and the subkey in a new object and use that as map key. We also store the subkey in proto in a new field instead of encoding it in the key.