Skip to content

0.23.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@status-im-auto status-im-auto released this 19 Feb 13:16
· 4249 commits to develop since this release
81d8ca8
Add confirm messages processed by ID (#1375)

Currently PFS messages are decrypted and therefore modified before being
passed to the client. This make IDs computation difficult, as we pass
the whole object to the client and expect the object be passed back once
confirmed.
This changes the behavior allowing confirmation by ID, which is passed
to the client instead of the raw object.
This is a breaking change, but status-react is already forward
compatible.