Padded messages (POST, GET, Response 202, Response 200) are no longer distinguishable
This must be the last wire protocol change for BIP 77 🤞
Rationale: 7kb x 2x/min / 1h = ~1MB/hr which is not too much overhead.
[ ] We must also specify a 30s timeout in BIP 77 for long polling and say that clients MUST poll as soon as they receive a response so as not to fingerprint clients based on request timing.
nit TODO: allocate fixed length arrays instead of resizeing vectors.
Padded messages (POST, GET, Response 202, Response 200) are no longer distinguishable
This must be the last wire protocol change for BIP 77 🤞
Rationale: 7kb x 2x/min / 1h = ~1MB/hr which is not too much overhead.
nit TODO: allocate fixed length arrays instead of
resize
ing vectors.