Artem Gureev beccc9cbaf refactor!(indexer): bundle protocol/FFI privacy message into actions
BREAKING!

Before: The message format for private transactions included separate
fields for private transaction state identifiers such as commitments
and nullifiers.

After: The commitments/nullifiers/ciphertexts are bound in an Action
struct, likewise for public state-bearing messages.

Mitigation: assume incoming messages are in a newly-specified format.
2026-07-16 19:29:53 +04:00
..
2026-07-11 01:12:00 +02:00
2026-07-04 00:47:20 +02:00
2026-07-11 01:12:00 +02:00
2026-07-11 01:12:00 +02:00
2026-07-15 13:35:53 +03:00