mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Cached checked certificates in overlays (#1338)
This commit is contained in:
parent
f00ff75548
commit
413da6cd20
4 changed files with 49 additions and 29 deletions
|
@ -149,7 +149,7 @@ class Certificate {
|
|||
td::BufferSlice to_sign(OverlayIdShort overlay_id, PublicKeyHash issued_to) const;
|
||||
|
||||
BroadcastCheckResult check(PublicKeyHash node, OverlayIdShort overlay_id, td::int32 unix_time, td::uint32 size,
|
||||
bool is_fec) const;
|
||||
bool is_fec, bool skip_check_signature = false) const;
|
||||
tl_object_ptr<ton_api::overlay_Certificate> tl() const;
|
||||
const PublicKey &issuer() const;
|
||||
const PublicKeyHash issuer_hash() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue