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
join_next_as_error
Waits for the next task to complete, treating that completion as an error. This is intended for supervised task sets where every task is expected to
crates/utils/src/tasks.rs:81
↓ 1 callers
Function
jt
(t,e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
latest_stable_tag
(release_commit: &str)
xtask/src/changelog/release.rs:164
↓ 1 callers
Function
line_end
(source: &str, line_idx: usize, line_starts: &[usize])
xtask/src/comment_reflow.rs:220
↓ 1 callers
Function
line_starts
(source: &str)
xtask/src/comment_reflow.rs:152
↓ 1 callers
Method
lineage_count
(&self)
crates/store/src/account_state_forest/mod.rs:137
↓ 1 callers
Function
link_cpp_stdlib
(target: &str)
crates/rocksdb-cxx-linkage-fix/src/lib.rs:39
↓ 1 callers
Method
load
Loads an existing [`BlockStore`]. A new [`BlockStore`] can be created using [`BlockStore::bootstrap`]. A best effort is made to ensure the directory
crates/store/src/blocks.rs:72
↓ 1 callers
Method
load_account_state_forest
( self, db: &mut Db, block_num: BlockNumber, )
crates/store/src/state/loader.rs:409
↓ 1 callers
Method
load_account_tree
( self, db: &mut Db, )
crates/store/src/state/loader.rs:180
↓ 1 callers
Function
load_block_header
( conn: &mut SqliteConnection, block_num: BlockNumber, )
bin/validator/src/db/mod.rs:231
↓ 1 callers
Function
load_chain_tip
(conn: &mut SqliteConnection)
bin/validator/src/db/mod.rs:209
↓ 1 callers
Method
load_chain_tip
Loads the current chain tip from the validator's database.
bin/validator/src/server/validator_service/tests.rs:103
↓ 1 callers
Method
load_data
Loads the bytes for `self.next` from the stream-specific data source.
crates/rpc/src/server/api/subscription/stream/mod.rs:246
↓ 1 callers
Method
load_nullifier_tree
( self, db: &mut Db, )
crates/store/src/state/loader.rs:225
↓ 1 callers
Method
load_proven_tip
Reads the proven tip from disk and returns it.
crates/store/src/blocks.rs:249
↓ 1 callers
Method
load_proving_inputs
( &self, block_num: BlockNumber, )
crates/store/src/blocks.rs:171
↓ 1 callers
Function
load_state
(path: &std::path::Path)
crates/block-producer/src/server/tests.rs:59
↓ 1 callers
Function
load_state
(data_directory: &Path)
bin/stress-test/src/store/mod.rs:688
↓ 1 callers
Method
load_state
(&self)
bin/node/src/commands/recover.rs:44
↓ 1 callers
Function
lookup_note_script
Looks up a note script by its root hash.
bin/ntx-builder/src/db/models/queries/note_scripts.rs:25
↓ 1 callers
Method
lookup_note_script
Looks up a cached note script by root hash.
bin/ntx-builder/src/db/mod.rs:273
↓ 1 callers
Function
lt
(e)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
map_details
(slot_name: StorageSlotName, value: Word)
crates/store/src/state/account.rs:537
↓ 1 callers
Function
map_details_with_entries
( slot_name: StorageSlotName, entry_count: u8, )
crates/store/src/state/account.rs:544
↓ 1 callers
Method
mark_committed_notes_authenticated_for_descendants
( &mut self, tx: &Arc<AuthenticatedTransaction>, )
crates/block-producer/src/mempool/graph/transaction.rs:379
↓ 1 callers
Method
mark_notes_authenticated
(&mut self, notes: impl IntoIterator<Item = Word>)
crates/block-producer/src/domain/transaction.rs:121
↓ 1 callers
Method
mark_regenerated
(&mut self)
bin/network-monitor/src/counter.rs:146
↓ 1 callers
Function
markdown_heading
(line: &str)
xtask/src/changelog/pr.rs:118
↓ 1 callers
Function
me
(t,e,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
measure_disk_space_usage
(data_dir: PathBuf)
crates/store/src/state/disk_monitor.rs:36
↓ 1 callers
Function
measure_disk_usage_bytes
Collects on-disk byte sizes for every store data path under `data_dir`.
crates/store/src/state/disk_monitor.rs:69
↓ 1 callers
Function
merge_inferred_fields
(attr: TokenStream2, fields: &[FieldPath])
crates/tracing-macro/src/lib.rs:114
↓ 1 callers
Method
migrate
(database_filepath: impl AsRef<Path>)
crates/store/src/db/mod.rs:257
↓ 1 callers
Method
migrate_connection
(&self, conn: &mut Connection)
crates/db/src/migration/migrator.rs:179
↓ 1 callers
Function
migrate_database
(database_filepath: &Path)
crates/store/src/db/migrations.rs:35
↓ 1 callers
Function
migrate_database
(database_filepath: &Path)
bin/validator/src/db/migrations.rs:34
↓ 1 callers
Function
migrate_database
(database_filepath: &Path)
bin/ntx-builder/src/db/migrations.rs:34
↓ 1 callers
Function
migration_dir_path
(migration_dir: &Path)
crates/db/src/migration/build_script.rs:91
↓ 1 callers
Function
mn
(t,n,r)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
mock_genesis_block_with_network_account
Creates a mock genesis [`SignedBlock`] that seeds a single network account and contains no transactions. Returns the block and the seeded account id.
bin/ntx-builder/src/test_utils.rs:146
↓ 1 callers
Function
mock_note
(num: u8)
crates/block-producer/src/test_utils/note.rs:9
↓ 1 callers
Function
module_ident
Converts a migration folder name into a Rust module identifier. The generated identifier is prefixed with `migration_`, ASCII alphanumeric characters
crates/db/src/migration/build_script.rs:336
↓ 1 callers
Function
normalize_sql
(sql: &str)
crates/db/src/migration/schema.rs:131
↓ 1 callers
Function
note_script_from_bytes
(bytes: &[u8])
bin/ntx-builder/src/db/models/conv.rs:71
↓ 1 callers
Function
note_script_to_bytes
(script: &NoteScript)
bin/ntx-builder/src/db/models/conv.rs:67
↓ 1 callers
Function
note_type_to_raw_sql
(note_type: u8)
crates/store/src/db/models/conv.rs:229
↓ 1 callers
Method
notes_failed
Marks notes as failed by incrementing `attempt_count`, setting `last_attempt`, and storing the latest error message.
bin/ntx-builder/src/db/mod.rs:249
↓ 1 callers
Method
ntx_builder_client
(&self)
bin/node/src/commands/modes.rs:142
↓ 1 callers
Method
nullifier_count
(&self)
crates/block-producer/src/mempool/graph/dag.rs:266
↓ 1 callers
Method
nullifiers
(mut self, nullifiers: Vec<Nullifier>)
crates/block-producer/src/test_utils/proven_tx.rs:89
↓ 1 callers
Method
num_storage_map_entries
Returns the number of storage map entries.
crates/store/src/account_state_forest/mod.rs:386
↓ 1 callers
Method
open_telemetry
(&self)
bin/remote-prover/src/server/mod.rs:52
↓ 1 callers
Method
open_telemetry
(&self)
bin/validator/src/commands/mod.rs:189
↓ 1 callers
Method
open_telemetry
(&self)
bin/ntx-builder/src/commands/mod.rs:235
↓ 1 callers
Method
open_telemetry
(&self)
bin/node/src/commands/mod.rs:70
↓ 1 callers
Function
otel_service_name_override
()
crates/utils/src/logging.rs:292
↓ 1 callers
Function
otlp_endpoint_configured
()
crates/utils/src/logging.rs:299
↓ 1 callers
Function
output_budget_ordered_child_transactions
()
crates/block-producer/src/mempool/tests.rs:110
↓ 1 callers
Function
page
Full dashboard page. The `#status-container` is pre-filled with the initial card grid so the page renders without a flash of empty content while htmx
bin/network-monitor/src/view/mod.rs:26
↓ 1 callers
Method
parents_of
Returns the parents of `node`. # Panics Panics if the node is not tracked.
crates/block-producer/src/mempool/graph/edges.rs:60
↓ 1 callers
Function
parseGrpcWebTrailers
(data)
bin/network-monitor/assets/probes.js:77
↓ 1 callers
Function
parse_cli
()
bin/node/src/main.rs:27
↓ 1 callers
Function
parse_document
(source: &str)
xtask/src/changelog/pr.rs:178
↓ 1 callers
Function
parse_entries
(source: &str)
xtask/src/changelog/pr.rs:199
↓ 1 callers
Function
pe
(t,e,n)
bin/network-monitor/assets/htmx.min.js:1
↓ 1 callers
Function
perform_mint_test
( client: &Client, faucet_url: &Url, account_id: &str, solve_timeout: Duration, )
bin/network-monitor/src/faucet.rs:246
↓ 1 callers
Method
pin_loop_connection
Pins a dedicated connection for the builder's event loop, returning a [`LoopDb`]. The loop performs its writes through the pinned connection so it ne
bin/ntx-builder/src/db/mod.rs:295
↓ 1 callers
Method
poll_counter_once
Poll the counter once, updating details and latency tracking state. `observed` comes from the counter account's slot; `expected` comes from the walle
bin/network-monitor/src/counter.rs:559
↓ 1 callers
Function
prepare_full_account_update
( update: &BlockAccountUpdate, account: Account, )
crates/store/src/db/models/queries/accounts.rs:1011
↓ 1 callers
Function
prepare_fungible_asset_update
Process wallet assets and return them as a fungible asset delta. Track the negative adjustments for the respective faucets.
crates/store/src/genesis/config/mod.rs:560
↓ 1 callers
Function
prepare_partial_account_update
Prepare partial delta data for account upserts and follow-up storage and vault inserts.
crates/store/src/db/models/queries/accounts.rs:1052
↓ 1 callers
Function
previous_stable_tag
(before: StableVersion, release_commit: &str)
xtask/src/changelog/release.rs:154
↓ 1 callers
Method
print_block_metrics
(&self, f: &mut std::fmt::Formatter<'_>)
bin/stress-test/src/seeding/metrics.rs:80
↓ 1 callers
Function
print_inclusion_summary
(inclusion: &InclusionResult)
bin/benchmark/src/summary.rs:121
↓ 1 callers
Method
print_index_stats
Prints the index stats.
bin/stress-test/src/seeding/metrics.rs:166
↓ 1 callers
Function
print_summary
( h_start: u32, h_final: u32, mint: &PhaseStats, consume: &PhaseStats, concurrency: usize,
bin/benchmark/src/summary.rs:68
↓ 1 callers
Method
print_table_stats
Prints the database table stats.
bin/stress-test/src/seeding/metrics.rs:128
↓ 1 callers
Function
probeGrpcWeb
(baseUrl, grpcPath)
bin/network-monitor/assets/probes.js:27
↓ 1 callers
Method
produce_next
Produces the next available stream item and advances the next block pointer.
crates/rpc/src/server/api/subscription/stream/mod.rs:217
↓ 1 callers
Method
produce_until_error
Produces stream items until a terminal stream error occurs.
crates/rpc/src/server/api/subscription/stream/mod.rs:208
↓ 1 callers
Method
proof_bytes
(&self)
crates/store/src/state/replica.rs:49
↓ 1 callers
Method
propose_block
( &self, batches_inputs: BlockBatchesAndInputs, )
crates/block-producer/src/block_builder/mod.rs:245
↓ 1 callers
Function
proposed_batch_telemetry
(batch: &ProposedBatch)
crates/block-producer/src/batch_builder/mod.rs:482
↓ 1 callers
Function
proposed_block_telemetry
Extract the input and output note related telemetry. We do this here since this is the earliest point we can observe it after note erasure was done.
crates/block-producer/src/block_builder/mod.rs:450
↓ 1 callers
Method
proposed_count
(&self)
crates/block-producer/src/mempool/graph/batch.rs:166
↓ 1 callers
Method
prove
( &self, tx_inputs: &TransactionInputs, )
crates/remote-prover-client/src/remote_prover/tx_prover.rs:105
↓ 1 callers
Method
prove_batch
( &self, proposed_batch: ProposedBatch, )
crates/block-producer/src/batch_builder/mod.rs:347
↓ 1 callers
Function
prove_block
( state: &State, block_prover: &BlockProver, block_num: BlockNumber, )
crates/block-producer/src/proof_scheduler.rs:179
↓ 1 callers
Function
prove_remote_with_retry
( prover: &RemoteTransactionProver, limiter: &Arc<RampingRateLimiter>, permits: &Arc<Semaphore>,
bin/benchmark/src/prover.rs:98
↓ 1 callers
Method
proven_transaction
(&self)
crates/block-producer/src/domain/transaction.rs:125
↓ 1 callers
Function
prune_account_codes
( conn: &mut SqliteConnection, cutoff_block: i64, )
crates/store/src/db/models/queries/accounts.rs:1583
↓ 1 callers
Function
prune_account_storage_map_values
( conn: &mut SqliteConnection, cutoff_block: i64, )
crates/store/src/db/models/queries/accounts.rs:1550
↓ 1 callers
Function
prune_account_vault_assets
( conn: &mut SqliteConnection, cutoff_block: i64, )
crates/store/src/db/models/queries/accounts.rs:1527
↓ 1 callers
Method
prune_oldest_block
This includes pruning the block's batches and transactions from their graphs.
crates/block-producer/src/mempool/mod.rs:622
↓ 1 callers
Function
pull_request_body
(repo: &str, pull_request: u64)
xtask/src/changelog/release.rs:335
↓ 1 callers
Function
pull_requests_for_commit
(repo: &str, commit: &str)
xtask/src/changelog/release.rs:264
↓ 1 callers
Method
push_retired_unchecked
Adds a retired SQL migration and the schema hash expected after it runs. This is used by [`MigratorBuilder`] after it has already applied the migrati
crates/db/src/migration/migrator.rs:70
↓ 1 callers
Method
put_many
Puts multiple values into the cache while holding the cache lock once.
crates/utils/src/lru_cache.rs:42
↓ 1 callers
Function
rate_limit_concurrent_connections
Builds a global concurrency limit layer using the configured semaphore.
crates/utils/src/grpc/layers.rs:16
← previous
next →
1,101–1,200 of 2,587, ranked by callers