#entropy #node #shared #server #threshold #type #signing

no-std entropy-shared

Shared types used by the Entropy chain node and Entropy Threshold Signing Server

6 releases

new 0.3.0 Nov 5, 2024
0.3.0-rc.1 Oct 4, 2024
0.2.0 Jul 11, 2024
0.2.0-rc.1 Jun 27, 2024
0.0.0 Jan 4, 2024

#48 in #entropy

Download history 20/week @ 2024-07-15 38/week @ 2024-07-29 9/week @ 2024-08-12 3/week @ 2024-08-19 15/week @ 2024-08-26 10/week @ 2024-09-02 2/week @ 2024-09-09 34/week @ 2024-09-16 53/week @ 2024-09-23 115/week @ 2024-09-30 25/week @ 2024-10-07 23/week @ 2024-10-14 7/week @ 2024-10-21 8/week @ 2024-10-28

71 downloads per month
Used in 6 crates (5 directly)

AGPL-3.0-or-later

115KB
159 lines

entropy-shared

This includes shared types between server and entropy. They also get used in entropy-js via @polkadot/typegen.


lib.rs:

Types that is shared by clients and substrate nodes, i.e. messages sent from one to the other and structs contained in those messages

This helps ensures those structs are synced among clients and nodes.

Dependencies

~8–28MB
~465K SLoC