Crates.io | miden-node-block-producer |
lib.rs | miden-node-block-producer |
version | 0.6.0 |
source | src |
created_at | 2024-03-11 22:02:37.744044 |
updated_at | 2024-11-06 02:58:22.032317 |
description | Miden node's block producer component |
homepage | https://polygon.technology/polygon-miden |
repository | https://github.com/0xPolygonMiden/miden-node |
max_upload_size | |
id | 1169872 |
size | 213,613 |
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.
TODO
The Block Producer can be installed and run as part of Miden node.
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.
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.
This project is MIT licensed.