Commit Graph
10 Commits
Author SHA1 Message Date
Igor SirotinandClaude Sonnet 4.6 28cd24c5c1 fix: unify event timestamp format to nanoseconds since epoch (#29)
* Terminal fix: unify event timestamp format to nanoseconds since epoch

All five plugin events now emit timestamps as nanoseconds since epoch
(qint64 via QVariant). Previously messageSent, messageError,
messagePropagated, and connectionStateChanged used a local ISO-8601
string while messageReceived passed the raw waku nanosecond value as a
stringified float, forcing consumers to special-case each event.

Closes #26

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: annotate event timestamp fields as qint64, not QString

The value emitted into the QVariantList is a qint64 (ns since epoch);
the contract comments still said QString. Align the documented type
with what is actually emitted.

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 20:59:52 +01:00
Igor SirotinandClaude Sonnet 4.6 a588d6494f fix: use QByteArray for payload end to end, removing base64 layer (#28)
send() now accepts QByteArray directly (base64 still applied internally
for the FFI JSON). messageReceived emits payload as QByteArray instead
of a base64-encoded QString, matching logos-delivery behaviour.

Closes #27

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 11:55:30 +01:00
NagyZoltanPeter 0c346c0c2a Changed version to 1.1.0 2026-04-22 03:39:16 +02:00
NagyZoltanPeter 382dc14a7e Simplify with using LogosResult 2026-04-13 15:41:38 +02:00
NagyZoltanPeter 57d14e26f4 Fix return value 2026-04-13 14:38:01 +02:00
NagyZoltanPeter 963fd647ae include order 2026-04-13 13:54:59 +02:00
NagyZoltanPeter 8c508d973d Get use LogosResult in all API return 2026-04-13 12:59:03 +02:00
NagyZoltanPeter 6eeda84367 Merge back from master 2026-04-13 10:31:36 +02:00
Iuri Matias 7300c9d651 use logos-module-builder
use logos-module-builder

use logos-module-builder

use logos-module-builder

use logos-module-builder
2026-03-31 12:15:38 -04:00
NagyZoltanPeter 9b48a43ccd move sources under ./src 2026-02-26 14:59:33 +01:00