refactor(server): rework envelopes and integrity check

This commit is contained in:
hdbg
2026-04-05 10:47:21 +02:00
committed by Skipper
parent ba7bfe9b6f
commit d55e9880ec
28 changed files with 926 additions and 1209 deletions

View File

@@ -191,7 +191,6 @@ diesel::table! {
id -> Integer,
nonce -> Integer,
public_key -> Binary,
pubkey_integrity_tag -> Nullable<Binary>,
key_type -> Integer,
created_at -> Integer,
updated_at -> Integer,