mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-20 03:30:22 +00:00
* convert all codecs except sds_persistency to proto2 * add common/protobuf_ext.nim: generic array[N,byte] protobuf extension * encode PeerId and MultiAddress via libp2p extensions * encode PublicKey as seq[byte] * change encode() to return seq[byte] and update all .encode().buffer call sites * reduce common/protobuf.nim to ProtobufError/ProtobufResult * add wire-format tests for message, filter v2, lightpush v3/legacy, rln proof * adapt chat2, chat2mix, chat2bridge, wakustealthcommitments * delete tests/common/test_protobuf_validation * add protobuf_serialization to logos_delivery.nimble
11 lines
187 B
Nim
11 lines
187 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_base64_codec,
|
|
./test_enr_builder,
|
|
./test_sqlite_migrations,
|
|
./test_parse_size,
|
|
./test_requestratelimiter,
|
|
./test_ratelimit_setting,
|
|
./test_timed_map
|