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
↓ 1 callers
Method
filter_network_accounts
Filters `account_ids` down to the subset classified as network accounts.
crates/store/src/state/mod.rs:716
↓ 1 callers
Method
filter_notes
( &self, data_store: &NtxDataStore, notes: Vec<Note>, )
bin/ntx-builder/src/actor/execute.rs:362
↓ 1 callers
Method
final_account_hash
Returns the commitment of the final account state.
bin/validator/src/tx_validation/validated_tx.rs:62
↓ 1 callers
Function
find_rpc_chain_tip
(services: &[ServiceStatus])
bin/network-monitor/src/view/mod.rs:209
↓ 1 callers
Function
find_unvalidated_transactions
( conn: &mut SqliteConnection, tx_ids: &[TransactionId], )
bin/validator/src/db/mod.rs:160
↓ 1 callers
Method
flatten_result
(self)
crates/utils/src/lib.rs:58
↓ 1 callers
Function
fn
(e,t,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
format_timestamp
(secs: u64)
bin/network-monitor/src/view/helpers.rs:109
↓ 1 callers
Method
freeze
Freeze the rate at the current value. Idempotent — first freeze wins.
bin/benchmark/src/prover.rs:213
↓ 1 callers
Function
ft
(t,n,e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Method
generate
Generates a module containing the service's interface and implementation, including the methods.
crates/proto/build.rs:223
↓ 1 callers
Function
generate_bindings
Generates protobuf bindings from the given file descriptor set and stores them in the given destination directory.
crates/proto/build.rs:59
↓ 1 callers
Function
generate_block_proof
( state: &State, block_prover: &BlockProver, block_num: BlockNumber, )
crates/block-producer/src/proof_scheduler.rs:250
↓ 1 callers
Function
generate_blocks
( num_accounts: usize, public_accounts_percentage: u8, mut faucet: Account, genesis_block: Sig
bin/stress-test/src/seeding/mod.rs:159
↓ 1 callers
Function
generate_prover_test_payload
( rpc_url: &Url, )
bin/network-monitor/src/remote_prover.rs:500
↓ 1 callers
Function
generate_server_modules
Generate server facade modules (one per service) from the provided descriptor sets.
crates/proto/build.rs:138
↓ 1 callers
Method
genesis_block_path
(&self)
bin/validator/src/data_directory.rs:46
↓ 1 callers
Method
genesis_block_url
(self)
crates/utils/src/genesis.rs:23
↓ 1 callers
Function
genesis_discovery_backoff
Builds the [`ExponentialBuilder`] used to back off retries on transient genesis-discovery failures.
bin/network-monitor/src/deploy/mod.rs:63
↓ 1 callers
Method
get
Retrieves the value associated with the given block number from the cache.
crates/utils/src/block_cache.rs:58
↓ 1 callers
Function
getAdmonitionTypeComponent
(type: string)
docs/external/src/theme/Admonition/index.tsx:6
↓ 1 callers
Function
get_account
( state: &Arc<State>, account_id: AccountId, storage_map_slot: String, )
bin/stress-test/src/store/mod.rs:120
↓ 1 callers
Method
get_account
( &self, account_request: AccountRequest, )
crates/store/src/state/account.rs:49
↓ 1 callers
Method
get_account_inputs
Fetches the transaction inputs for a specific account. These inputs reference a specific `block_num`, and include a minimal partial account, plus its
bin/ntx-builder/src/clients/rpc.rs:254
↓ 1 callers
Method
get_account_vault_sync
( &self, account_id: AccountId, block_range: RangeInclusive<BlockNumber>, )
crates/store/src/db/mod.rs:726
↓ 1 callers
Method
get_account_witness
( &self, block_num: Option<BlockNumber>, account_id: AccountId, )
crates/store/src/state/account.rs:81
↓ 1 callers
Method
get_batch_containing_tx
Returns the [`BatchId`] mapped to this transaction, if any.
crates/block-producer/src/mempool/graph/transaction.rs:451
↓ 1 callers
Method
get_batch_inputs
( &self, batch: SelectedBatch, )
crates/block-producer/src/batch_builder/mod.rs:290
↓ 1 callers
Method
get_batch_inputs
Fetches the inputs for a transaction batch from the database. ## Inputs The function takes as input: - The tx reference blocks are the set of blocks
crates/store/src/state/mod.rs:423
↓ 1 callers
Method
get_block_commitment
(&self, block: BlockNumber)
crates/rpc/src/server/api.rs:163
↓ 1 callers
Method
get_block_inputs
( &self, selected_block: SelectedBlock, )
crates/block-producer/src/block_builder/mod.rs:181
↓ 1 callers
Method
get_block_inputs
Returns data needed by the block producer to construct and prove the next block.
crates/store/src/state/mod.rs:525
↓ 1 callers
Method
get_block_inputs_witnesses
Get account and nullifier witnesses for the requested account IDs and nullifier as well as the [`PartialMmr`] for the given blocks. The MMR won't cont
crates/store/src/state/mod.rs:599
↓ 1 callers
Function
get_genesis_block_header
Get the genesis block header.
bin/network-monitor/src/counter.rs:854
↓ 1 callers
Method
get_genesis_commitment
Reads the genesis block commitment persisted at bootstrap.
bin/ntx-builder/src/db/mod.rs:144
↓ 1 callers
Method
get_genesis_header_with_retry
Fetches the genesis block header from the store. Automatically retries until the store connection becomes available.
crates/rpc/src/server/api.rs:124
↓ 1 callers
Method
get_latest_commitment
Gets the account state commitment at the latest block.
crates/store/src/accounts/mod.rs:229
↓ 1 callers
Method
get_many
Retrieves multiple values from the cache while holding the cache lock once.
crates/utils/src/lru_cache.rs:33
↓ 1 callers
Method
get_note_script_by_root
Returns the script for a note by its root.
crates/store/src/state/mod.rs:771
↓ 1 callers
Method
get_note_script_by_root
( &self, script_root: Word, )
bin/ntx-builder/src/clients/rpc.rs:385
↓ 1 callers
Method
get_note_status
Returns the status for a note identified by its note ID.
bin/ntx-builder/src/db/mod.rs:262
↓ 1 callers
Method
get_note_sync_multi
( &self, block_range: RangeInclusive<BlockNumber>, note_tags: Arc<[u32]>, )
crates/store/src/db/mod.rs:508
↓ 1 callers
Method
get_storage_map_details_from_forest
( &self, account_id: AccountId, slot_name: &StorageSlotName, block_num: BlockN
crates/store/src/state/account.rs:123
↓ 1 callers
Method
get_storage_map_entries
Enumerates a storage map as it is stored in the SMT. Storage map keys are hashed before insertion, so returned keys are hashed SMT keys rather than t
crates/store/src/account_state_forest/mod.rs:365
↓ 1 callers
Method
get_transaction_inputs
( &self, account_id: AccountId, nullifiers: &[Nullifier], unauthenticated_note
crates/store/src/state/mod.rs:664
↓ 1 callers
Method
get_txs_contained_in_batch
(&self, batch: &BatchId)
crates/block-producer/src/mempool/graph/transaction.rs:455
↓ 1 callers
Function
get_version
(conn: &Connection)
crates/db/src/migration/schema.rs:153
↓ 1 callers
Function
gh_api_output
(command: &mut Command)
xtask/src/changelog/release.rs:366
↓ 1 callers
Function
github_escape_property
(value: &str)
xtask/src/main.rs:134
↓ 1 callers
Function
gn
(e,t)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Method
handle
(&self, _input: Self::Input)
crates/rpc/src/tests.rs:519
↓ 1 callers
Method
handle
(&self, input: Self::Input)
crates/rpc/src/server/api/submit_proven_tx.rs:69
↓ 1 callers
Method
handle
(&self, request: Self::Input)
crates/rpc/src/server/api/get_network_note_status.rs:44
↓ 1 callers
Method
handle
(&self, input: Self::Input)
crates/rpc/src/server/api/submit_proven_tx_batch.rs:61
↓ 1 callers
Method
handle
(&self, input: Self::Input)
crates/rpc/src/server/api/subscription/block.rs:57
↓ 1 callers
Method
handle
(&self, input: Self::Input)
crates/rpc/src/server/api/subscription/proof.rs:59
↓ 1 callers
Method
handle
(self, shutdown: CancellationToken)
bin/validator/src/commands/mod.rs:123
↓ 1 callers
Method
handle
(self, shutdown: CancellationToken)
bin/ntx-builder/src/commands/mod.rs:166
↓ 1 callers
Function
handle_actor_request
Handles a single actor request then acknowledges the actor. Runs on the pinned loop connection so the actors' shared pool cannot starve these writes.
bin/ntx-builder/src/builder.rs:287
↓ 1 callers
Method
handle_failure
Handles the failure of a task. Waits for any task to complete or fail and returns an error. Since components are expected to run indefinitely, any ta
bin/network-monitor/src/monitor/tasks.rs:178
↓ 1 callers
Method
handle_increment_success
Applies a successful increment: advances the local wallet by the transaction's account delta, bumps the success count, and returns the value used as t
bin/network-monitor/src/counter.rs:204
↓ 1 callers
Method
handle_latency_tracking
Update latency tracking state, performing RPC as needed while minimizing lock hold time.
bin/network-monitor/src/counter.rs:610
↓ 1 callers
Method
has_available_notes
Returns `true` if there are notes available for consumption by the given account.
bin/ntx-builder/src/db/mod.rs:177
↓ 1 callers
Function
has_backoff_passed
( chain_tip: BlockNumber, last_attempt: Option<BlockNumber>, attempts: usize, )
bin/ntx-builder/src/db/models/queries/notes.rs:213
↓ 1 callers
Function
has_intentional_spacing
(text: &str)
xtask/src/comment_reflow.rs:322
↓ 1 callers
Method
has_pending_notification
Returns `true` if a notification is queued but not yet consumed by the actor. Used after an actor has shut down to detect the race where a notificati
bin/ntx-builder/src/coordinator.rs:43
↓ 1 callers
Method
history_len
Returns the number of historical blocks currently stored.
crates/store/src/accounts/mod.rs:187
↓ 1 callers
Function
hn
(n,e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
ht
(e,t)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
i
(e,t,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
init_tracer_provider
(resource_config: ResourceConfig)
crates/utils/src/logging.rs:236
↓ 1 callers
Method
initial_account_hash
Returns the commitment of the initial account state.
bin/validator/src/tx_validation/validated_tx.rs:57
↓ 1 callers
Method
initial_status
(&self)
bin/network-monitor/src/faucet.rs:135
↓ 1 callers
Method
insert
(&mut self, batch: BatchId, txs: Vec<TransactionId>)
crates/block-producer/src/mempool/graph/transaction.rs:431
↓ 1 callers
Method
insert_account_storage
Updates the forest with storage map changes from a delta and returns updated roots. Assumes that storage maps for the provided account are not in the
crates/store/src/account_state_forest/mod.rs:622
↓ 1 callers
Method
insert_account_vault
Inserts asset vault data into the forest for the specified account. Assumes that asset vault for this account does not yet exist in the forest.
crates/store/src/account_state_forest/mod.rs:552
↓ 1 callers
Function
insert_into_leaf
( leaf: &mut SmtLeaf, key: Word, value: Word, )
crates/large-smt-backend-rocksdb/src/helpers.rs:10
↓ 1 callers
Method
insert_note_script
Persists a note script to the local cache.
bin/ntx-builder/src/db/mod.rs:282
↓ 1 callers
Method
insert_pass_through
(&mut self, node: K)
crates/block-producer/src/mempool/graph/state.rs:240
↓ 1 callers
Function
insert_transaction
( conn: &mut SqliteConnection, tx_info: &ValidatedTransaction, )
bin/validator/src/db/mod.rs:102
↓ 1 callers
Function
insert_transactions
( conn: &mut SqliteConnection, block_num: BlockNumber, transactions: &OrderedTransactionHeaders, )
crates/store/src/db/models/queries/transactions.rs:70
↓ 1 callers
Method
interact
Converts from `InteractError` Note: Required since `InteractError` has at least one enum variant that is _not_ `Send + Sync` and hence prevents the `
crates/db/src/manager.rs:30
↓ 1 callers
Method
interval
(&self)
bin/network-monitor/src/faucet.rs:131
↓ 1 callers
Method
into_batch
(self)
crates/block-producer/src/mempool/graph/transaction.rs:26
↓ 1 callers
Method
into_signer
(self)
bin/validator/src/commands/mod.rs:228
↓ 1 callers
Method
into_status
Converts a terminal stream error into the gRPC status sent to the client.
crates/rpc/src/server/api/subscription/stream/mod.rs:296
↓ 1 callers
Method
is_exhausted
Returns `true` if no more transaction resources can be consumed from this budget.
crates/block-producer/src/mempool/budget.rs:60
↓ 1 callers
Method
is_leaf
Returns `true` if the given node is a leaf node aka has no children.
crates/block-producer/src/mempool/graph/dag.rs:212
↓ 1 callers
Function
is_link_reference
(trimmed: &str)
xtask/src/comment_reflow.rs:375
↓ 1 callers
Function
is_list_item
(trimmed: &str)
xtask/src/comment_reflow.rs:349
↓ 1 callers
Function
is_markdown_sensitive
(trimmed: &str)
xtask/src/comment_reflow.rs:327
↓ 1 callers
Method
is_proven
Returns `true` if the batch has been proven previously.
crates/block-producer/src/mempool/graph/batch.rs:123
↓ 1 callers
Function
is_repeated_separator
(trimmed: &str)
xtask/src/comment_reflow.rs:339
↓ 1 callers
Function
is_retryable
Walk the error source chain looking for a tonic status or transport error. We classify resource-exhausted, unavailable, deadline-exceeded, and any tra
bin/benchmark/src/prover.rs:142
↓ 1 callers
Method
is_supported
(&self, kind: ProofKind)
bin/remote-prover/src/server/service.rs:23
↓ 1 callers
Function
is_table_row
(trimmed: &str)
xtask/src/comment_reflow.rs:361
↓ 1 callers
Function
is_url_only
(trimmed: &str)
xtask/src/comment_reflow.rs:365
↓ 1 callers
Method
is_zero
(&self)
crates/rpc/src/server/accept.rs:356
↓ 1 callers
Function
it
(e,t,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
je
(e)
bin/network-monitor/assets/htmx.min.js:1
← previous
next →
1,001–1,100 of 2,587, ranked by callers