Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xMiden/node
/ functions
Functions
2,587 in github.com/0xMiden/node
⨍
Functions
2,587
◇
Types & classes
507
Method
local
(security_level: u32)
crates/block-producer/src/batch_builder/mod.rs:423
Method
local
()
bin/benchmark/src/prover.rs:58
Function
main
Compiles each gRPC service definitions into a [`FileDescriptorSet`](tonic_prost_build::FileDescriptorSet) and exposes it as a function: ```rust, igno
proto/build.rs:14
Function
main
()
xtask/src/main.rs:115
Function
main
()
crates/utils/tests/ui/tracing_macros/pass.rs:130
Function
main
()
crates/utils/tests/ui/tracing_macros/outside_miden_instrument.rs:11
Function
main
()
crates/utils/tests/ui/tracing_macros/invalid_field_name.rs:14
Function
main
Generates Rust protobuf bindings using `miden-node-proto-build`.
crates/proto/build.rs:19
Function
main
()
crates/store/build.rs:1
Function
main
()
crates/large-smt-backend-rocksdb/build.rs:1
Function
main
Generates Rust protobuf bindings.
crates/remote-prover-client/build.rs:10
Function
main
()
bin/stress-test/src/main.rs:110
Function
main
()
bin/network-monitor/src/main.rs:43
Function
main
()
bin/benchmark/src/main.rs:87
Function
main
()
bin/remote-prover/src/main.rs:11
Function
main
()
bin/validator/build.rs:1
Function
main
()
bin/validator/src/main.rs:8
Function
main
()
bin/ntx-builder/build.rs:1
Function
main
()
bin/ntx-builder/src/main.rs:5
Function
main
()
bin/node/src/main.rs:40
Method
map_forest_error
(error: LargeSmtForestError)
crates/store/src/account_state_forest/mod.rs:234
Method
map_forest_error_to_witness
(error: LargeSmtForestError)
crates/store/src/account_state_forest/mod.rs:241
Function
mark_notes_consumed_is_noop_when_unknown
()
bin/ntx-builder/src/db/models/queries/tests.rs:97
Function
mark_notes_consumed_keeps_rows_and_sets_committed_at
()
bin/ntx-builder/src/db/models/queries/tests.rs:68
Method
marker
(self)
xtask/src/comment_reflow.rs:57
Function
matches_mempool_state
()
crates/block-producer/src/mempool/tests/add_transaction.rs:318
Function
matches_store_state
()
crates/block-producer/src/mempool/tests/add_transaction.rs:328
Function
mempool_commitment_overrides_store
()
crates/block-producer/src/mempool/tests/add_transaction.rs:348
Function
metric_row
Standard label/value row used inside `nested-status` blocks.
bin/network-monitor/src/view/helpers.rs:13
Function
miden_instrument
(attr: TokenStream, item: TokenStream)
crates/tracing-macro/src/lib.rs:90
Function
miden_span_record
(input: TokenStream)
crates/tracing-macro/src/lib.rs:202
Function
migrate_rejects_missing_database
()
crates/db/src/migration/migrator.rs:478
Function
migrate_rejects_missing_database
()
bin/validator/src/db/mod.rs:275
Function
migrate_rejects_unbootstrapped_database
()
crates/db/src/migration/migrator.rs:492
Method
migration
Creates a database migration error with the original source error.
crates/db/src/errors.rs:77
Function
migration_dir_path_resolves_relative_paths_from_manifest_dir
()
crates/db/src/migration/build_script.rs:511
Function
migration_schema_hashes_are_stable
()
crates/store/src/db/migrations.rs:101
Function
migration_schema_hashes_are_stable
()
bin/validator/src/db/migrations.rs:80
Function
migration_schema_hashes_are_stable
()
bin/ntx-builder/src/db/migrations.rs:80
Function
mismatch_with_mempool_is_rejected
()
crates/block-producer/src/mempool/tests/add_transaction.rs:383
Function
mismatch_with_store_is_rejected
()
crates/block-producer/src/mempool/tests/add_transaction.rs:418
Function
missing_account_file_returns_error
()
crates/store/src/genesis/config/tests.rs:278
Function
missing_data_returns_internal_and_reports_eos
()
crates/rpc/src/server/api/subscription/stream/tests.rs:113
Method
missing_field
Create a "missing field" error for a protobuf message type `T`.
crates/proto/src/errors/mod.rs:51
Function
missing_field_error_includes_path
()
bin/network-monitor/src/explorer.rs:261
Function
missing_outcome_stays_missing
()
bin/network-monitor/src/remote_prover.rs:573
Method
mock_batch
()
bin/remote-prover/src/server/tests.rs:105
Function
mock_output_note
(num: u8)
crates/block-producer/src/test_utils/note.rs:14
Method
mock_tx
()
bin/remote-prover/src/server/tests.rs:71
Method
mocked_from_transactions
( txs: impl IntoIterator<Item = &'tx ProvenTransaction>, )
crates/block-producer/src/test_utils/batch.rs:36
Function
module_ident_preserves_repeated_separators
()
crates/db/src/migration/build_script.rs:505
Function
most_recent_ban_wins_over_stale_entry
()
crates/rpc/src/server/api/subscription/ban.rs:111
Function
multiple_span_record_macros_can_record_fields_after_span_creation
()
crates/utils/tests/tracing_macros.rs:167
Method
name
(&self)
bin/network-monitor/src/remote_prover.rs:261
Function
native_faucet_from_file_must_be_faucet_type
()
crates/store/src/genesis/config/tests.rs:222
Function
natural_rate_is_capped_at_max
()
bin/benchmark/src/prover.rs:263
Function
network_accounts_subset_classifies_correctly
()
crates/store/src/db/models/queries/accounts/tests.rs:1345
Method
new
Creates a new cache with the given capacity.
crates/utils/src/lru_cache.rs:18
Method
new
Creates an empty task set.
crates/utils/src/tasks.rs:28
Method
new
Creates a new cache with the given capacity.
crates/utils/src/block_cache.rs:21
Method
new
Create a new `ConversionError` wrapping any error source.
crates/proto/src/errors/mod.rs:28
Method
new
( enable_otel: bool, version: Option<&str>, genesis: Option<&str>, auth_header
crates/proto/src/clients/mod.rs:68
Method
new
(reporter: HealthReporter, threshold: u32)
crates/block-producer/src/rpc_sync.rs:39
Method
new
()
crates/block-producer/src/proof_scheduler.rs:57
Method
new
(chain_tip: BlockNumber, config: MempoolConfig)
crates/block-producer/src/mempool/mod.rs:208
Method
new
(id: u32)
crates/block-producer/src/mempool/graph/node.rs:68
Method
new
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
Method
new
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
Method
new
(id: AccountId, initial_state: Word)
crates/block-producer/src/test_utils/account.rs:21
Method
new
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
Method
new
Creates an API backed by a fresh mempool.
crates/block-producer/src/server/mod.rs:241
Method
new
Creates a new writer initialized to `tip`, returning a companion receiver.
crates/store/src/proven_tip.rs:13
Method
new
( accounts: Vec<Account>, fee_parameters: FeeParameters, version: u32, timesta
crates/store/src/genesis/mod.rs:93
Method
new
(block_number: BlockNumber, rev_set: AccountMutationSet)
crates/store/src/accounts/mod.rs:82
Method
new
(block_num: BlockNumber, block_bytes: Vec<u8>)
crates/store/src/state/replica.rs:14
Method
new
()
crates/store/src/account_state_forest/mod.rs:104
Method
new
( transaction_header: &miden_protocol::transaction::TransactionHeader, block_num: BlockNumber,
crates/store/src/db/models/queries/transactions.rs:105
Method
new
( account_id: &AccountId, vault_key: &AssetVaultKey, block_num: BlockNumber, a
crates/store/src/db/models/queries/accounts.rs:1449
Method
new
(header: &BlockHeader)
crates/store/src/db/models/queries/block_headers.rs:161
Method
new
( db: &'a DB, cf_handles: Vec<&'a rocksdb::ColumnFamily>, configure: F, )
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1119
Method
new
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
Method
new
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
Method
new
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
Method
new
( store: Arc<State>, mode: RpcMode, ntx_builder: Option<NtxBuilderClient>, com
crates/rpc/src/server/api.rs:89
Method
new
(rpc_version: &Version, genesis_commitment: Word)
crates/rpc/src/server/accept.rs:81
Method
new
(duration: Duration, capacity: usize)
crates/rpc/src/server/api/subscription/ban.rs:33
Method
new
Creates a new database instance with the provided connection pool.
crates/db/src/lib.rs:36
Method
new
(database_path: &str)
crates/db/src/manager.rs:44
Method
new
(name: &str)
crates/db/src/migration/migrator.rs:357
Method
new
(name: &'static str, sql: &'static str)
crates/db/src/migration/entry.rs:24
Method
new
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
Method
new
()
crates/db/src/migration/builder.rs:57
Method
new
Creates a new Metrics instance.
bin/stress-test/src/seeding/metrics.rs:42
Method
new
(url: Url, interval: Duration, timeout: Duration)
bin/network-monitor/src/note_transport.rs:23
Method
new
(url: Url, interval: Duration, request_timeout: Duration)
bin/network-monitor/src/faucet.rs:105
Method
new
( name: String, prover_url: Url, rpc_url: Url, interval: Duration, req
bin/network-monitor/src/remote_prover.rs:130
Method
new
(url: Url, interval: Duration, timeout: Duration)
bin/network-monitor/src/validator.rs:21
Method
new
Creates a new stale chain tracker with the given threshold.
bin/network-monitor/src/status.rs:39
Method
new
(url: Url, interval: Duration, request_timeout: Duration)
bin/network-monitor/src/explorer.rs:63
Method
new
( config: MonitorConfig, wallet_account: Account, secret_key: SecretKey, count
bin/network-monitor/src/counter.rs:173
← previous
next →
2,001–2,100 of 2,587, ranked by callers