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
Function
renders_rpc_status_card
()
bin/network-monitor/src/view/mod.rs:330
Function
renders_validator_card
()
bin/network-monitor/src/view/mod.rs:484
Function
replacement_commitment_mismatch_rejected
()
bin/validator/src/server/validator_service/tests.rs:349
Function
request_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:466
Function
request_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:449
Function
request_with_mandadory_genesis_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:509
Function
request_with_mandadory_genesis_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:499
Function
requests_run_concurrently
()
bin/validator/src/server/validator_service/tests.rs:670
Function
resource_prefers_detected_attributes_over_configured_defaults
()
crates/utils/src/logging.rs:384
Function
resource_prefers_explicit_service_name_override
()
crates/utils/src/logging.rs:410
Function
resource_uses_configured_defaults
()
crates/utils/src/logging.rs:364
Function
resource_value
(resource: &Resource, key: &'static str)
crates/utils/src/logging.rs:427
Method
revert_expired
Reverts expired batches and their descendants. Only unselected batches are considered, the assumption being that selected batches are in committed bl
crates/block-producer/src/mempool/graph/batch.rs:100
Method
revert_expired
Reverts expired transactions and their descendants. This is because we don't distinguish between committed and selected transactions. If we didn't ig
crates/block-producer/src/mempool/graph/transaction.rs:265
Function
rocksdb_config_builders_update_independent_knobs
()
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1463
Function
rocksdb_config_defaults_to_relaxed_durability
()
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1506
Method
rollback_block
(mempool: &SharedMempool, block: BlockNumber)
crates/block-producer/src/block_builder/mod.rs:362
Function
rollbacks_of_already_proven_batches_are_ignored
()
crates/block-producer/src/mempool/tests.rs:357
Function
rolls_back_code_migration_when_schema_hash_mismatches
()
crates/db/src/migration/migrator.rs:547
Function
rpc_details
()
bin/network-monitor/src/view/mod.rs:306
Function
rpc_error_wins_over_streak
()
bin/network-monitor/src/counter.rs:1321
Function
rpc_rate_limits_per_ip
()
crates/rpc/src/tests.rs:244
Function
rpc_rejects_post_deployment_network_account_tx
()
crates/rpc/src/tests.rs:451
Function
rpc_server_accepts_requests_with_accept_header
()
crates/rpc/src/tests.rs:274
Function
rpc_server_accepts_requests_without_accept_header
()
crates/rpc/src/tests.rs:221
Function
rpc_server_has_web_support
()
crates/rpc/src/tests.rs:323
Function
rpc_server_rejects_proven_transactions_with_invalid_commitment
()
crates/rpc/src/tests.rs:364
Function
rpc_server_rejects_proven_transactions_with_invalid_reference_block
()
crates/rpc/src/tests.rs:412
Function
rpc_server_rejects_requests_with_accept_header_invalid_version
()
crates/rpc/src/tests.rs:286
Function
rpc_server_rejects_tx_submissions_without_genesis
()
crates/rpc/src/tests.rs:697
Function
rpc_uses_in_process_store_state
()
crates/rpc/src/tests.rs:316
Function
run
(gaps: &[u32])
crates/rpc/src/server/api/subscription/stream/tests.rs:268
Function
run
(rpc_url: Url, num_transactions: u64, remote_prover_url: Option<String>)
bin/benchmark/src/create_proofs.rs:179
Method
run
Runs the block and proof synchronization loops until one exits unexpectedly.
crates/block-producer/src/rpc_sync.rs:66
Method
run
Starts the [`BlockBuilder`], infinitely producing blocks at the configured interval. Returns only if there was a fatal, unrecoverable error. Block p
crates/block-producer/src/block_builder/mod.rs:56
Function
rust_path
(path: &Path)
crates/db/src/migration/build_script.rs:356
Method
save_proving_inputs
( &self, block_num: BlockNumber, data: &[u8], )
crates/store/src/blocks.rs:159
Function
schema_hash_changes_for_object_identity
()
crates/db/src/migration/schema.rs:205
Function
schema_hash_changes_for_views_triggers_indexes_and_constraints
()
crates/db/src/migration/schema.rs:217
Function
schema_hash_is_stable_across_creation_order
()
crates/db/src/migration/schema.rs:185
Function
schema_hash_round_trips_as_hex
()
crates/db/src/migration/schema.rs:176
Method
schema_hashes
Returns the schema hashes expected after each migration. Callers can use these hashes in tests when retiring active migrations into SQL: the replacem
crates/db/src/migration/migrator.rs:115
Function
schema_version
(conn: &mut SqliteConnection)
crates/store/src/db/models/utils.rs:59
Method
select_any_batch
(mempool: &SharedMempool)
crates/block-producer/src/batch_builder/mod.rs:204
Method
select_block
(mempool: &SharedMempool)
crates/block-producer/src/block_builder/mod.rs:155
Method
select_candidate
Selects a transaction candidate for the in-memory account by querying its available notes.
bin/ntx-builder/src/actor/mod.rs:459
Function
select_chain_state_returns_none_on_fresh_db
()
bin/ntx-builder/src/db/models/queries/tests.rs:202
Method
select_full_batch
( mempool: &SharedMempool, )
crates/block-producer/src/batch_builder/mod.rs:193
Function
select_genesis_commitment
Reads the genesis block commitment from the singleton chain state row. # Raw SQL ```sql SELECT genesis_commitment FROM chain_state WHERE id = 0 ```
bin/ntx-builder/src/db/models/queries/chain_state.rs:110
Function
select_nullifiers_by_prefix_works
()
crates/store/src/db/tests.rs:413
Function
select_storage_map_sync_values
()
crates/store/src/db/tests.rs:1064
Function
select_storage_map_sync_values_all_entries_in_genesis_block
()
crates/store/src/db/tests.rs:1274
Function
select_storage_map_sync_values_all_entries_in_single_non_genesis_block
()
crates/store/src/db/tests.rs:1322
Function
select_storage_map_sync_values_for_network_account
()
crates/store/src/db/tests.rs:1173
Function
select_storage_map_sync_values_multi_block_pagination
()
crates/store/src/db/tests.rs:1357
Function
select_storage_map_sync_values_paginates_until_last_block
()
crates/store/src/db/tests.rs:1210
Function
select_transactions_records_errors_when_single_block_exceeds_payload_cap
()
crates/store/src/db/tests.rs:3619
Function
select_transactions_records_reports_truncation_below_payload_cap
()
crates/store/src/db/tests.rs:3573
Function
select_transactions_records_resolves_consumed_public_note_refs
()
crates/store/src/db/tests.rs:3526
Method
sequencer
(block_producer: BlockProducerApi, validator: ValidatorClient)
crates/rpc/src/server/mod.rs:82
Function
sequencer_mode_contains_injectable_section_headings
()
bin/node/src/commands/section.rs:76
Method
sequential
Generates 3 random, sequential transactions acting on the same account.
crates/block-producer/src/test_utils/proven_tx.rs:46
Function
serialization_symmetry_account_code
()
crates/store/src/db/tests.rs:2254
Function
serialization_symmetry_assets
()
crates/store/src/db/tests.rs:2242
Function
serialization_symmetry_block_header
()
crates/store/src/db/tests.rs:2220
Function
serialization_symmetry_core_types
()
crates/store/src/db/tests.rs:2181
Function
serialization_symmetry_note_id_vec
()
crates/store/src/db/tests.rs:2296
Function
serialization_symmetry_note_metadata
()
crates/store/src/db/tests.rs:2272
Function
serialization_symmetry_nullifier_vec
()
crates/store/src/db/tests.rs:2288
Function
serialization_symmetry_sparse_merkle_path
()
crates/store/src/db/tests.rs:2264
Method
serialize
(&self, serializer: S)
crates/store/src/genesis/config/mod.rs:671
Method
serve
Serves the sequencer tasks. Executes in place (i.e. not spawned) and will run indefinitely until a fatal error is encountered.
crates/block-producer/src/server/mod.rs:176
Function
serve_css
()
bin/network-monitor/src/frontend.rs:101
Function
serve_favicon
()
bin/network-monitor/src/frontend.rs:125
Function
serve_htmx
()
bin/network-monitor/src/frontend.rs:109
Function
serve_probes_js
()
bin/network-monitor/src/frontend.rs:117
Function
service_card
Wraps any service in the uniform card chrome (header with status badge, body via [`render_details`], timestamp footer).
bin/network-monitor/src/view/mod.rs:112
Method
set_inner_node
Sets or updates a single inner node (non-leaf node) within a Subtree. This method is intended for `index.depth() >= IN_MEMORY_DEPTH`. If the target S
crates/large-smt-backend-rocksdb/src/rocksdb.rs:903
Method
set_leaves
Sets or updates multiple SMT leaf nodes in the `LEAVES_CF` column family. This method performs a batch write to RocksDB. It also updates the global l
crates/large-smt-backend-rocksdb/src/rocksdb.rs:757
Method
set_subtrees
Bulk-writes subtrees to storage (bypassing WAL). This method writes a vector of serialized `Subtree` objects directly to their corresponding RocksDB
crates/large-smt-backend-rocksdb/src/rocksdb.rs:849
Function
setup_creates_database_that_load_accepts
()
bin/validator/src/db/mod.rs:286
Method
shared
Creates a new [`SharedMempool`] with the provided configuration.
crates/block-producer/src/mempool/mod.rs:204
Function
shared_mempool_lock_is_poisoned_after_panic
()
crates/block-producer/src/mempool/tests.rs:17
Function
shared_vault_root_retained_when_one_account_changes
()
crates/store/src/account_state_forest/tests.rs:961
Method
shutdown_completion
( task: &str, result: Result<anyhow::Result<()>, JoinError>, )
crates/utils/src/tasks.rs:126
Function
shutdown_signal
Waits for SIGTERM or Ctrl-C.
crates/utils/src/shutdown.rs:45
Function
shutdown_while_send_is_pending_reports_server_shutdown
()
crates/rpc/src/server/api/subscription/stream/tests.rs:143
Method
sign
Signs a block header using the configured signer.
bin/validator/src/signers/mod.rs:40
Function
sign_block_returns_signed_commitment
()
bin/validator/src/server/validator_service/tests.rs:191
Function
signing_key_mismatch_rejected
()
bin/validator/src/server/validator_service/tests.rs:167
Function
skips_markdown_lists
()
xtask/src/comment_reflow.rs:460
Function
skips_repeated_separator_comments
()
xtask/src/comment_reflow.rs:489
Function
slice_to_array
Converts a slice of length `N` to an array, returns `None` if invariant isn'crates/store/src/db/mod.rs upheld.
crates/store/src/db/models/utils.rs:31
Function
slot_interval_matches_rate
()
bin/benchmark/src/prover.rs:274
Function
slow_subscriber_is_banned
()
crates/rpc/src/server/api/subscription/stream/tests.rs:159
Method
sort_order
()
xtask/src/changelog/render.rs:102
Function
spawn_actor_allows_below_threshold
()
bin/ntx-builder/src/coordinator.rs:460
Function
spawn_actor_skips_deactivated_account
()
bin/ntx-builder/src/coordinator.rs:445
Method
spawn_any_batch_job
(&mut self, mempool: SharedMempool)
crates/block-producer/src/batch_builder/mod.rs:179
Method
sql
(name: &'static str, sql: &'static str)
crates/db/src/migration/entry.rs:82
← previous
next →
2,301–2,400 of 2,587, ranked by callers