9 breaking releases

new 0.9.0 Dec 6, 2024
0.8.0 Nov 5, 2024
0.7.0 Oct 20, 2024
0.0.0-release Jul 8, 2024

#485 in Magic Beans

Download history 9/week @ 2024-09-16 4/week @ 2024-09-23 132/week @ 2024-10-07 921/week @ 2024-10-14 141/week @ 2024-10-21 45/week @ 2024-10-28 215/week @ 2024-11-04 106/week @ 2024-11-11 23/week @ 2024-11-18 23/week @ 2024-11-25 197/week @ 2024-12-02

358 downloads per month
Used in 7 crates

Apache-2.0

195KB
4K SLoC

essential-node

Crates.io Documentation license Build Status

Validation for Essential protocol.


lib.rs:

The Essential node implementation.

The primary API for accessing blocks and contracts is provided via the ConnectionPool type, accessible via the [db] function.

The node, via the [run] function:

  • Runs the relayer stream and syncs blocks.
  • Performs validation.

Dependencies

~37–51MB
~849K SLoC