MCPcopy Create free account

hub / github.com/0xMiden/node / functions

Functions2,587 in github.com/0xMiden/node

Methodlocal
(security_level: u32)
crates/block-producer/src/batch_builder/mod.rs:423
Methodlocal
()
bin/benchmark/src/prover.rs:58
Functionmain
Compiles each gRPC service definitions into a [`FileDescriptorSet`](tonic_prost_build::FileDescriptorSet) and exposes it as a function: ```rust, igno
proto/build.rs:14
Functionmain
()
xtask/src/main.rs:115
Functionmain
()
crates/utils/tests/ui/tracing_macros/pass.rs:130
Functionmain
()
crates/utils/tests/ui/tracing_macros/outside_miden_instrument.rs:11
Functionmain
()
crates/utils/tests/ui/tracing_macros/invalid_field_name.rs:14
Functionmain
Generates Rust protobuf bindings using `miden-node-proto-build`.
crates/proto/build.rs:19
Functionmain
()
crates/store/build.rs:1
Functionmain
()
crates/large-smt-backend-rocksdb/build.rs:1
Functionmain
Generates Rust protobuf bindings.
crates/remote-prover-client/build.rs:10
Functionmain
()
bin/stress-test/src/main.rs:110
Functionmain
()
bin/network-monitor/src/main.rs:43
Functionmain
()
bin/benchmark/src/main.rs:87
Functionmain
()
bin/remote-prover/src/main.rs:11
Functionmain
()
bin/validator/build.rs:1
Functionmain
()
bin/validator/src/main.rs:8
Functionmain
()
bin/ntx-builder/build.rs:1
Functionmain
()
bin/ntx-builder/src/main.rs:5
Functionmain
()
bin/node/src/main.rs:40
Methodmap_forest_error
(error: LargeSmtForestError)
crates/store/src/account_state_forest/mod.rs:234
Methodmap_forest_error_to_witness
(error: LargeSmtForestError)
crates/store/src/account_state_forest/mod.rs:241
Functionmark_notes_consumed_is_noop_when_unknown
()
bin/ntx-builder/src/db/models/queries/tests.rs:97
Functionmark_notes_consumed_keeps_rows_and_sets_committed_at
()
bin/ntx-builder/src/db/models/queries/tests.rs:68
Methodmarker
(self)
xtask/src/comment_reflow.rs:57
Functionmatches_mempool_state
()
crates/block-producer/src/mempool/tests/add_transaction.rs:318
Functionmatches_store_state
()
crates/block-producer/src/mempool/tests/add_transaction.rs:328
Functionmempool_commitment_overrides_store
()
crates/block-producer/src/mempool/tests/add_transaction.rs:348
Functionmetric_row
Standard label/value row used inside `nested-status` blocks.
bin/network-monitor/src/view/helpers.rs:13
Functionmiden_instrument
(attr: TokenStream, item: TokenStream)
crates/tracing-macro/src/lib.rs:90
Functionmiden_span_record
(input: TokenStream)
crates/tracing-macro/src/lib.rs:202
Functionmigrate_rejects_missing_database
()
crates/db/src/migration/migrator.rs:478
Functionmigrate_rejects_missing_database
()
bin/validator/src/db/mod.rs:275
Functionmigrate_rejects_unbootstrapped_database
()
crates/db/src/migration/migrator.rs:492
Methodmigration
Creates a database migration error with the original source error.
crates/db/src/errors.rs:77
Functionmigration_dir_path_resolves_relative_paths_from_manifest_dir
()
crates/db/src/migration/build_script.rs:511
Functionmigration_schema_hashes_are_stable
()
crates/store/src/db/migrations.rs:101
Functionmigration_schema_hashes_are_stable
()
bin/validator/src/db/migrations.rs:80
Functionmigration_schema_hashes_are_stable
()
bin/ntx-builder/src/db/migrations.rs:80
Functionmismatch_with_mempool_is_rejected
()
crates/block-producer/src/mempool/tests/add_transaction.rs:383
Functionmismatch_with_store_is_rejected
()
crates/block-producer/src/mempool/tests/add_transaction.rs:418
Functionmissing_account_file_returns_error
()
crates/store/src/genesis/config/tests.rs:278
Functionmissing_data_returns_internal_and_reports_eos
()
crates/rpc/src/server/api/subscription/stream/tests.rs:113
Methodmissing_field
Create a "missing field" error for a protobuf message type `T`.
crates/proto/src/errors/mod.rs:51
Functionmissing_field_error_includes_path
()
bin/network-monitor/src/explorer.rs:261
Functionmissing_outcome_stays_missing
()
bin/network-monitor/src/remote_prover.rs:573
Methodmock_batch
()
bin/remote-prover/src/server/tests.rs:105
Functionmock_output_note
(num: u8)
crates/block-producer/src/test_utils/note.rs:14
Methodmock_tx
()
bin/remote-prover/src/server/tests.rs:71
Methodmocked_from_transactions
( txs: impl IntoIterator<Item = &'tx ProvenTransaction>, )
crates/block-producer/src/test_utils/batch.rs:36
Functionmodule_ident_preserves_repeated_separators
()
crates/db/src/migration/build_script.rs:505
Functionmost_recent_ban_wins_over_stale_entry
()
crates/rpc/src/server/api/subscription/ban.rs:111
Functionmultiple_span_record_macros_can_record_fields_after_span_creation
()
crates/utils/tests/tracing_macros.rs:167
Methodname
(&self)
bin/network-monitor/src/remote_prover.rs:261
Functionnative_faucet_from_file_must_be_faucet_type
()
crates/store/src/genesis/config/tests.rs:222
Functionnatural_rate_is_capped_at_max
()
bin/benchmark/src/prover.rs:263
Functionnetwork_accounts_subset_classifies_correctly
()
crates/store/src/db/models/queries/accounts/tests.rs:1345
Methodnew
Creates a new cache with the given capacity.
crates/utils/src/lru_cache.rs:18
Methodnew
Creates an empty task set.
crates/utils/src/tasks.rs:28
Methodnew
Creates a new cache with the given capacity.
crates/utils/src/block_cache.rs:21
Methodnew
Create a new `ConversionError` wrapping any error source.
crates/proto/src/errors/mod.rs:28
Methodnew
( enable_otel: bool, version: Option<&str>, genesis: Option<&str>, auth_header
crates/proto/src/clients/mod.rs:68
Methodnew
(reporter: HealthReporter, threshold: u32)
crates/block-producer/src/rpc_sync.rs:39
Methodnew
()
crates/block-producer/src/proof_scheduler.rs:57
Methodnew
(chain_tip: BlockNumber, config: MempoolConfig)
crates/block-producer/src/mempool/mod.rs:208
Methodnew
(id: u32)
crates/block-producer/src/mempool/graph/node.rs:68
Methodnew
Creates a new [`BatchBuilder`] with the given batch prover URL and maximum concurrent batch building workers. If no batch prover URL is provided, a l
crates/block-producer/src/batch_builder/mod.rs:78
Methodnew
Creates a new [`BlockBuilder`] with the given store state and optional block prover URL. If the block prover URL is not set, the block builder will u
crates/block-producer/src/block_builder/mod.rs:39
Methodnew
(id: AccountId, initial_state: Word)
crates/block-producer/src/test_utils/account.rs:21
Methodnew
Creates a new validator client with a lazy connection. `timeout` bounds each request (notably `sign_block`) so that a silently dropped validator conn
crates/block-producer/src/validator/mod.rs:45
Methodnew
Creates an API backed by a fresh mempool.
crates/block-producer/src/server/mod.rs:241
Methodnew
Creates a new writer initialized to `tip`, returning a companion receiver.
crates/store/src/proven_tip.rs:13
Methodnew
( accounts: Vec<Account>, fee_parameters: FeeParameters, version: u32, timesta
crates/store/src/genesis/mod.rs:93
Methodnew
(block_number: BlockNumber, rev_set: AccountMutationSet)
crates/store/src/accounts/mod.rs:82
Methodnew
(block_num: BlockNumber, block_bytes: Vec<u8>)
crates/store/src/state/replica.rs:14
Methodnew
()
crates/store/src/account_state_forest/mod.rs:104
Methodnew
( transaction_header: &miden_protocol::transaction::TransactionHeader, block_num: BlockNumber,
crates/store/src/db/models/queries/transactions.rs:105
Methodnew
( account_id: &AccountId, vault_key: &AssetVaultKey, block_num: BlockNumber, a
crates/store/src/db/models/queries/accounts.rs:1449
Methodnew
(header: &BlockHeader)
crates/store/src/db/models/queries/block_headers.rs:161
Methodnew
( db: &'a DB, cf_handles: Vec<&'a rocksdb::ColumnFamily>, configure: F, )
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1119
Methodnew
Creates a new [`RemoteTransactionProver`] with the specified gRPC server endpoint. The endpoint should be in the format `{protocol}://{hostname}:{port
crates/remote-prover-client/src/remote_prover/tx_prover.rs:41
Methodnew
Creates a new [`RemoteBatchProver`] with the specified gRPC server endpoint. The endpoint should be in the format `{protocol}://{hostname}:{port}`.
crates/remote-prover-client/src/remote_prover/batch_prover.rs:45
Methodnew
Creates a new [`RemoteBlockProver`] with the specified gRPC server endpoint. The endpoint should be in the format `{protocol}://{hostname}:{port}`.
crates/remote-prover-client/src/remote_prover/block_prover.rs:41
Methodnew
( store: Arc<State>, mode: RpcMode, ntx_builder: Option<NtxBuilderClient>, com
crates/rpc/src/server/api.rs:89
Methodnew
(rpc_version: &Version, genesis_commitment: Word)
crates/rpc/src/server/accept.rs:81
Methodnew
(duration: Duration, capacity: usize)
crates/rpc/src/server/api/subscription/ban.rs:33
Methodnew
Creates a new database instance with the provided connection pool.
crates/db/src/lib.rs:36
Methodnew
(database_path: &str)
crates/db/src/manager.rs:44
Methodnew
(name: &str)
crates/db/src/migration/migrator.rs:357
Methodnew
(name: &'static str, sql: &'static str)
crates/db/src/migration/entry.rs:24
Methodnew
Computes the hash for the database schema. See [`SchemaHash`] for what is included and the limits of this fingerprint.
crates/db/src/migration/schema.rs:46
Methodnew
()
crates/db/src/migration/builder.rs:57
Methodnew
Creates a new Metrics instance.
bin/stress-test/src/seeding/metrics.rs:42
Methodnew
(url: Url, interval: Duration, timeout: Duration)
bin/network-monitor/src/note_transport.rs:23
Methodnew
(url: Url, interval: Duration, request_timeout: Duration)
bin/network-monitor/src/faucet.rs:105
Methodnew
( name: String, prover_url: Url, rpc_url: Url, interval: Duration, req
bin/network-monitor/src/remote_prover.rs:130
Methodnew
(url: Url, interval: Duration, timeout: Duration)
bin/network-monitor/src/validator.rs:21
Methodnew
Creates a new stale chain tracker with the given threshold.
bin/network-monitor/src/status.rs:39
Methodnew
(url: Url, interval: Duration, request_timeout: Duration)
bin/network-monitor/src/explorer.rs:63
Methodnew
( config: MonitorConfig, wallet_account: Account, secret_key: SecretKey, count
bin/network-monitor/src/counter.rs:173
← previousnext →2,001–2,100 of 2,587, ranked by callers