4 releases (2 breaking)

new 0.3.0 May 15, 2024
0.2.1 Apr 27, 2024
0.2.0 Apr 12, 2024
0.1.0 Mar 11, 2024

#772 in Database interfaces

Download history 131/week @ 2024-03-06 38/week @ 2024-03-13 7/week @ 2024-03-27 15/week @ 2024-04-03 143/week @ 2024-04-10 3/week @ 2024-04-17 134/week @ 2024-04-24 11/week @ 2024-05-01

291 downloads per month
Used in 2 crates

MIT license

455KB
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

~42–57MB
~1M SLoC