miden-node-block-producer

Crates.iomiden-node-block-producer
lib.rsmiden-node-block-producer
version0.6.0
sourcesrc
created_at2024-03-11 22:02:37.744044
updated_at2024-11-06 02:58:22.032317
descriptionMiden node's block producer component
homepagehttps://polygon.technology/polygon-miden
repositoryhttps://github.com/0xPolygonMiden/miden-node
max_upload_size
id1169872
size213,613
Bobbin Threadbare (bobbinth)

documentation

README

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.

Commit count: 408

cargo fmt