8 releases (5 breaking)

0.6.0 Nov 6, 2024
0.5.1 Sep 13, 2024
0.5.0 Aug 27, 2024
0.4.0 Jul 4, 2024
0.1.0 Mar 11, 2024

#857 in Magic Beans

Download history 62/week @ 2024-07-29 181/week @ 2024-08-26 156/week @ 2024-09-09 76/week @ 2024-09-16 20/week @ 2024-09-23 19/week @ 2024-09-30 2/week @ 2024-10-07 2/week @ 2024-10-14 139/week @ 2024-11-04 8/week @ 2024-11-11

147 downloads per month
Used in 2 crates

MIT license

425KB
9K SLoC

Miden block producer

The Block producer receives transactions from the RPC component, processes them, creates block containing those transactions before sending created blocks to the store.

Block Producer is one of components of the Miden node.

Architecture

TODO

Usage

Installing the Block Producer

The Block Producer can be installed and run as part of Miden node.

API

The Block Producer serves connections using the gRPC protocol on a port, set in the previously mentioned configuration file. Here is a brief description of supported methods.

SubmitProvenTransaction

Submits proven transaction to the Miden network.

Parameters

  • transaction: bytes - transaction encoded using Miden's native format.

Returns

This method doesn't return any data.

License

This project is MIT licensed.

Dependencies

~24–55MB
~889K SLoC