MCPcopy Create free account

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

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

↓ 1 callersFunctionset_version
(conn: &Connection, version: usize)
crates/db/src/migration/schema.rs:159
↓ 1 callersFunctionsetup_account_tree_with_history
Sets up `AccountTreeWithHistory` with specified number of accounts and blocks.
crates/store/benches/account_tree.rs:93
↓ 1 callersFunctionsetup_test_tracing
()
crates/utils/src/logging.rs:314
↓ 1 callersFunctionsetup_tracing_with_config
Initializes tracing from explicit stdout and OpenTelemetry filter configuration. Returns an [`OtelGuard`] if open-telemetry is enabled, otherwise `No
crates/utils/src/logging.rs:171
↓ 1 callersFunctionsetup_vanilla_account_tree
Sets up a vanilla `AccountTree` with specified number of accounts.
crates/store/benches/account_tree.rs:70
↓ 1 callersFunctionshould_compile
()
crates/rocksdb-cxx-linkage-fix/src/lib.rs:18
↓ 1 callersFunctionshould_link_cpp_stdlib
()
crates/rocksdb-cxx-linkage-fix/src/lib.rs:29
↓ 1 callersMethodshould_regenerate
(&self)
bin/network-monitor/src/counter.rs:141
↓ 1 callersMethodshould_resync
(&self)
bin/network-monitor/src/counter.rs:137
↓ 1 callersFunctionshould_skip_dir
(path: &Path)
xtask/src/comment_reflow.rs:146
↓ 1 callersMethodshould_sync_writes
(&self)
crates/large-smt-backend-rocksdb/src/rocksdb.rs:280
↓ 1 callersMethodsign_block
( &self, proposed_block: ProposedBlock, )
crates/block-producer/src/validator/mod.rs:67
↓ 1 callersMethodsign_header
(&self, header: &BlockHeader)
bin/validator/src/server/validator_service/mod.rs:232
↓ 1 callersFunctionslot_interval
(rate: u32)
bin/benchmark/src/prover.rs:234
↓ 1 callersFunctionslot_request
(name: &str, slot_data: SlotData)
crates/rpc/src/server/api/get_account.rs:129
↓ 1 callersFunctionsnapshot_with
(services: Vec<ServiceStatus>)
bin/network-monitor/src/view/mod.rs:287
↓ 1 callersFunctionsolve_pow_challenge
(challenge: &str, target: u64, timeout: Duration)
bin/network-monitor/src/faucet.rs:363
↓ 1 callersMethodsort_key
(self)
xtask/src/changelog/render.rs:138
↓ 1 callersFunctionsource_rpc_client
()
crates/rpc/src/tests.rs:489
↓ 1 callersMethodsource_rpc_client
(&self)
bin/node/src/commands/modes.rs:240
↓ 1 callersMethodspawn_explorer_checker
Spawn the explorer status checker task.
bin/network-monitor/src/monitor/tasks.rs:57
↓ 1 callersMethodspawn_faucet
Spawn the faucet testing task.
bin/network-monitor/src/monitor/tasks.rs:121
↓ 1 callersMethodspawn_full_batch_job
(&mut self, mempool: SharedMempool)
crates/block-producer/src/batch_builder/mod.rs:170
↓ 1 callersMethodspawn_http_server
Spawn the HTTP frontend server.
bin/network-monitor/src/monitor/tasks.rs:168
↓ 1 callersMethodspawn_mempool_stats_updater
Starts a background task that periodically updates the cached mempool statistics. This prevents the need to lock the mempool for each status request.
crates/block-producer/src/server/mod.rs:270
↓ 1 callersMethodspawn_note_transport_checker
Spawn the note transport status checker task.
bin/network-monitor/src/monitor/tasks.rs:68
↓ 1 callersMethodspawn_ntx_service
Spawn the network transaction service checker task. Returns the two status receivers immediately, seeded with an unknown "deploying monitor accounts"
bin/network-monitor/src/monitor/tasks.rs:134
↓ 1 callersMethodspawn_prover_tasks
Spawn prover status tasks for all configured provers. Each prover is monitored by a [`ProverStatusService`] that polls on the status cadence. Once it
bin/network-monitor/src/monitor/tasks.rs:99
↓ 1 callersMethodspawn_rpc_checker
Spawn the RPC status checker task.
bin/network-monitor/src/monitor/tasks.rs:46
↓ 1 callersMethodspawn_validator_checker
Spawn the validator status checker task.
bin/network-monitor/src/monitor/tasks.rs:83
↓ 1 callersFunctionsplit_top_level_args
(tokens: TokenStream2)
crates/tracing-macro/src/lib.rs:154
↓ 1 callersFunctionst
(e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callersMethodstart
(self, shutdown: CancellationToken)
bin/ntx-builder/src/commands/mod.rs:189
↓ 1 callersFunctionstart_monitor
(config: MonitorConfig)
bin/network-monitor/src/commands/start.rs:31
↓ 1 callersFunctionstorage_slot_type_from_raw
(slot_type: u32)
crates/proto/src/domain/account.rs:698
↓ 1 callersFunctionstorage_slot_type_to_raw
(slot_type: StorageSlotType)
crates/proto/src/domain/account.rs:708
↓ 1 callersFunctionstringify_panic_error
Converts a dynamic panic-related error into a string.
crates/utils/src/panic.rs:32
↓ 1 callersFunctionstrip_html_comments
(source: &str)
xtask/src/changelog/pr.rs:52
↓ 1 callersFunctionstrip_output_note_decorators
Strips decorators from public output notes' scripts. This removes MAST decorators from note scripts before forwarding to the block producer, as decor
crates/rpc/src/server/api/submit_proven_tx.rs:241
↓ 1 callersFunctionsubcommand_help_headings
(command: &str)
bin/node/src/commands/section.rs:51
↓ 1 callersMethodsubmit
( &self, proven_tx: &ProvenTransaction, tx_inputs: &TransactionInputs, )
bin/ntx-builder/src/actor/execute.rs:475
↓ 1 callersFunctionsubmit_all
( pool: Arc<Vec<RpcClient>>, txs: Vec<ProvenTransaction>, tx_inputs: Vec<Vec<u8>>, concurrency
bin/benchmark/src/submit.rs:140
↓ 1 callersMethodsubmit_authenticated_batch_to_sequencer
Pre-authenticated transaction submission path for a batch. Re-executes each transaction via the validator, authenticates each against the local (repl
crates/rpc/src/server/api/submit_proven_tx_batch.rs:185
↓ 1 callersMethodsubmit_authenticated_to_sequencer
Pre-authenticated transaction submission path for a single transaction. Re-executes the transaction via the validator, authenticates it against the l
crates/rpc/src/server/api/submit_proven_tx.rs:200
↓ 1 callersMethodsubmit_increment
(&mut self)
bin/network-monitor/src/counter.rs:323
↓ 1 callersMethodsubmit_latencies
(&self)
bin/benchmark/src/submit.rs:122
↓ 1 callersMethodsubmit_proof
Marks the given batch as proven, making it available for selection in a block once it becomes a root.
crates/block-producer/src/mempool/graph/batch.rs:116
↓ 1 callersFunctionsubmit_sequential
Submit txs one at a time, awaiting each RPC response before sending the next. Used for the mint phase, where every tx mutates the shared faucet and th
bin/benchmark/src/submit.rs:212
↓ 1 callersMethodsubscribe_proven_tip
Returns a watch receiver that wakes every time the proven-in-sequence tip advances.
crates/store/src/state/mod.rs:292
↓ 1 callersFunctionsubtree_root_from_key_bytes
(key_bytes: &[u8], depth: u8)
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1577
↓ 1 callersMethodsupports_concurrent_proving
Whether proofs for this prover should be dispatched concurrently. The remote prover paces many in-flight requests through its rate limiter + in-flight
bin/benchmark/src/prover.rs:65
↓ 1 callersMethodsync
Syncs the RocksDB database to disk. This ensures that all data is persisted to disk. # Errors - Returns `StorageError::Backend` if the flush operati
crates/large-smt-backend-rocksdb/src/rocksdb.rs:290
↓ 1 callersFunctionsync_chain_mmr
Sends a single `sync_chain_mmr` request to the store and returns a tuple with: - the elapsed time. - the response.
bin/stress-test/src/store/mod.rs:630
↓ 1 callersFunctionsync_notes
Sends a single `sync_notes` request to the store and returns the elapsed time. The note tags are generated from the account ids, so the request will c
bin/stress-test/src/store/mod.rs:261
↓ 1 callersFunctionsync_nullifiers
Sends a single `sync_nullifiers` request to the store and returns: - the elapsed time. - the response.
bin/stress-test/src/store/mod.rs:390
↓ 1 callersFunctionsync_transactions
Sends a single `sync_transactions` request to the store and returns a tuple with: - the elapsed time. - the response.
bin/stress-test/src/store/mod.rs:509
↓ 1 callersFunctionsync_transactions_paginated
( state: &Arc<State>, account_ids: Vec<AccountId>, block_from: u32, block_to: u32, )
bin/stress-test/src/store/mod.rs:538
↓ 1 callersMethodtake_fetched_scripts
Returns the list of note scripts fetched from the remote RPC service during execution.
bin/ntx-builder/src/actor/execute.rs:578
↓ 1 callersMethodtelemetry
(&self)
crates/block-producer/src/batch_builder/mod.rs:445
↓ 1 callersFunctiontn
(e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callersMethodtonic_impl
Blanket implementation for all T that implement our service trait, for the tonic generated trait. ```rust #[tonic::async_trait] impl<T> tonic::genera
crates/proto/build.rs:313
↓ 1 callersFunctiontonic_status_to_json
Converts a `tonic::Status` error to a JSON string with structured error information.
bin/network-monitor/src/remote_prover.rs:456
↓ 1 callersMethodtonic_trait_path
Returns the full path to the service's trait.
crates/proto/build.rs:377
↓ 1 callersMethodtrack_block_insertion
Tracks a new block insertion to the metrics, with the insertion time and size of the block.
bin/stress-test/src/seeding/metrics.rs:57
↓ 1 callersFunctiontransaction_id_from_bytes
(bytes: &[u8])
bin/ntx-builder/src/db/models/conv.rs:58
↓ 1 callersFunctiontransaction_id_to_bytes
(tx_id: &TransactionId)
bin/ntx-builder/src/db/models/conv.rs:34
↓ 1 callersFunctiontruncate
Returns a prefix of `value` no longer than `max_len` bytes, snapping back to the nearest UTF-8 char boundary so this never panics on multi-byte input.
bin/network-monitor/src/view/helpers.rs:50
↓ 1 callersMethodtry_into
(self)
crates/store/src/db/models/queries/accounts.rs:905
↓ 1 callersMethodtry_regenerate_accounts
(&mut self)
bin/network-monitor/src/counter.rs:289
↓ 1 callersMethodtry_resync_wallet_account
(&mut self)
bin/network-monitor/src/counter.rs:242
↓ 1 callersMethodtry_select_user_batch_candidate
Attempts to select all transactions from the candidate user batch. This action succeeds if all transactions in the batch can be sequentially selected
crates/block-producer/src/mempool/graph/transaction.rs:183
↓ 1 callersFunctiontt
(e,t,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callersMethodtx_id
Returns ID of the transaction.
bin/validator/src/tx_validation/validated_tx.rs:27
↓ 1 callersFunctionun
(e,t,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callersMethodunauthenticated_note_commitments
(&self)
crates/block-producer/src/domain/batch.rs:59
↓ 1 callersMethodunselected_count
Number of transactions which have not been selected for inclusion in a batch.
crates/block-producer/src/mempool/graph/transaction.rs:398
↓ 1 callersMethodupdate_account_storage
Updates the forest with storage map changes from a delta. # Returns A map from slot name to the new storage map root for that slot.
crates/store/src/account_state_forest/mod.rs:778
↓ 1 callersMethodupdate_account_vault
Updates the forest with vault changes from a delta and returns the new root. Processes both fungible and non-fungible asset changes, building entries
crates/store/src/account_state_forest/mod.rs:686
↓ 1 callersMethodupdate_chain_tip
Updates the chain tip and prunes old blocks from the MMR.
bin/ntx-builder/src/chain_state.rs:58
↓ 1 callersMethodupdate_over_threshold_streak
Update the over-threshold streak using the most recent pending-increments observation. - A fresh observation strictly above the threshold extends the
bin/network-monitor/src/counter.rs:699
↓ 1 callersFunctionut
(e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callersMethodvalidate
Validates invariants that must hold before a migrator can be returned to callers. A migrator must contain at least one migration and must have exactl
crates/db/src/migration/migrator.rs:97
↓ 1 callersMethodvalidate_block_header
( &self, header: &BlockHeader, body: &BlockBody, )
crates/store/src/state/apply_block.rs:227
↓ 1 callersFunctionvalidate_entry
(index: usize, entry: &Entry)
xtask/src/changelog/pr.rs:212
↓ 1 callersFunctionvalidate_field_name
(path: &FieldPath)
crates/tracing-macro/src/lib.rs:220
↓ 1 callersFunctionvalidate_no_changelog
(source: &str)
xtask/src/changelog/pr.rs:226
↓ 1 callersFunctionvalidate_transaction
( proven_tx: ProvenTransaction, tx_inputs: TransactionInputs, )
bin/validator/src/tx_validation/mod.rs:44
↓ 1 callersMethodvalidator_client
(&self)
bin/node/src/commands/recover.rs:56
↓ 1 callersMethodvalue_tokens
(&self)
crates/tracing-macro/src/lib.rs:338
↓ 1 callersFunctionverify_account_state_forest_consistency
( forest: &AccountStateForest<impl Backend>, db: &mut Db, )
crates/store/src/state/loader.rs:648
↓ 1 callersFunctionverify_batch_proof
Verifies the batch proof by re-proving the proposed batch and comparing against the submitted proof. Need to do this because `ProvenBatch` has no rea
crates/rpc/src/server/api/submit_proven_tx_batch.rs:218
↓ 1 callersFunctionverify_block_proof
Verifies that `proof_bytes` is a valid [`BlockProof`] for the block at `block_num`.
crates/store/src/state/apply_proof.rs:53
↓ 1 callersMethodverify_current_schema
Verifies that an existing database still matches the schema hash for its `user_version`.
crates/db/src/migration/migrator.rs:269
↓ 1 callersMethodverify_latest_connection_schema
(&self, conn: &Connection)
crates/db/src/migration/migrator.rs:211
↓ 1 callersFunctionverify_latest_schema
(database_filepath: &Path)
crates/store/src/db/migrations.rs:54
↓ 1 callersFunctionverify_latest_schema
(database_filepath: &Path)
bin/validator/src/db/migrations.rs:52
↓ 1 callersFunctionverify_latest_schema
(database_filepath: &Path)
bin/ntx-builder/src/db/migrations.rs:52
↓ 1 callersFunctionverify_pr_body
(source: &str)
xtask/src/changelog.rs:10
↓ 1 callersFunctionverify_tree_consistency
( account_tree_root: Word, nullifier_tree_root: Word, db: &mut Db, )
crates/store/src/state/loader.rs:604
↓ 1 callersFunctionversion_to_user_version
(version: usize)
crates/db/src/migration/schema.rs:165
← previousnext →1,301–1,400 of 2,587, ranked by callers