MCPcopy Create free account

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

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

Functionrenders_rpc_status_card
()
bin/network-monitor/src/view/mod.rs:330
Functionrenders_validator_card
()
bin/network-monitor/src/view/mod.rs:484
Functionreplacement_commitment_mismatch_rejected
()
bin/validator/src/server/validator_service/tests.rs:349
Functionrequest_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:466
Functionrequest_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:449
Functionrequest_with_mandadory_genesis_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:509
Functionrequest_with_mandadory_genesis_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:499
Functionrequests_run_concurrently
()
bin/validator/src/server/validator_service/tests.rs:670
Functionresource_prefers_detected_attributes_over_configured_defaults
()
crates/utils/src/logging.rs:384
Functionresource_prefers_explicit_service_name_override
()
crates/utils/src/logging.rs:410
Functionresource_uses_configured_defaults
()
crates/utils/src/logging.rs:364
Functionresource_value
(resource: &Resource, key: &'static str)
crates/utils/src/logging.rs:427
Methodrevert_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
Methodrevert_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
Functionrocksdb_config_builders_update_independent_knobs
()
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1463
Functionrocksdb_config_defaults_to_relaxed_durability
()
crates/large-smt-backend-rocksdb/src/rocksdb.rs:1506
Methodrollback_block
(mempool: &SharedMempool, block: BlockNumber)
crates/block-producer/src/block_builder/mod.rs:362
Functionrollbacks_of_already_proven_batches_are_ignored
()
crates/block-producer/src/mempool/tests.rs:357
Functionrolls_back_code_migration_when_schema_hash_mismatches
()
crates/db/src/migration/migrator.rs:547
Functionrpc_details
()
bin/network-monitor/src/view/mod.rs:306
Functionrpc_error_wins_over_streak
()
bin/network-monitor/src/counter.rs:1321
Functionrpc_rate_limits_per_ip
()
crates/rpc/src/tests.rs:244
Functionrpc_rejects_post_deployment_network_account_tx
()
crates/rpc/src/tests.rs:451
Functionrpc_server_accepts_requests_with_accept_header
()
crates/rpc/src/tests.rs:274
Functionrpc_server_accepts_requests_without_accept_header
()
crates/rpc/src/tests.rs:221
Functionrpc_server_has_web_support
()
crates/rpc/src/tests.rs:323
Functionrpc_server_rejects_proven_transactions_with_invalid_commitment
()
crates/rpc/src/tests.rs:364
Functionrpc_server_rejects_proven_transactions_with_invalid_reference_block
()
crates/rpc/src/tests.rs:412
Functionrpc_server_rejects_requests_with_accept_header_invalid_version
()
crates/rpc/src/tests.rs:286
Functionrpc_server_rejects_tx_submissions_without_genesis
()
crates/rpc/src/tests.rs:697
Functionrpc_uses_in_process_store_state
()
crates/rpc/src/tests.rs:316
Functionrun
(gaps: &[u32])
crates/rpc/src/server/api/subscription/stream/tests.rs:268
Functionrun
(rpc_url: Url, num_transactions: u64, remote_prover_url: Option<String>)
bin/benchmark/src/create_proofs.rs:179
Methodrun
Runs the block and proof synchronization loops until one exits unexpectedly.
crates/block-producer/src/rpc_sync.rs:66
Methodrun
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
Functionrust_path
(path: &Path)
crates/db/src/migration/build_script.rs:356
Methodsave_proving_inputs
( &self, block_num: BlockNumber, data: &[u8], )
crates/store/src/blocks.rs:159
Functionschema_hash_changes_for_object_identity
()
crates/db/src/migration/schema.rs:205
Functionschema_hash_changes_for_views_triggers_indexes_and_constraints
()
crates/db/src/migration/schema.rs:217
Functionschema_hash_is_stable_across_creation_order
()
crates/db/src/migration/schema.rs:185
Functionschema_hash_round_trips_as_hex
()
crates/db/src/migration/schema.rs:176
Methodschema_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
Functionschema_version
(conn: &mut SqliteConnection)
crates/store/src/db/models/utils.rs:59
Methodselect_any_batch
(mempool: &SharedMempool)
crates/block-producer/src/batch_builder/mod.rs:204
Methodselect_block
(mempool: &SharedMempool)
crates/block-producer/src/block_builder/mod.rs:155
Methodselect_candidate
Selects a transaction candidate for the in-memory account by querying its available notes.
bin/ntx-builder/src/actor/mod.rs:459
Functionselect_chain_state_returns_none_on_fresh_db
()
bin/ntx-builder/src/db/models/queries/tests.rs:202
Methodselect_full_batch
( mempool: &SharedMempool, )
crates/block-producer/src/batch_builder/mod.rs:193
Functionselect_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
Functionselect_nullifiers_by_prefix_works
()
crates/store/src/db/tests.rs:413
Functionselect_storage_map_sync_values
()
crates/store/src/db/tests.rs:1064
Functionselect_storage_map_sync_values_all_entries_in_genesis_block
()
crates/store/src/db/tests.rs:1274
Functionselect_storage_map_sync_values_all_entries_in_single_non_genesis_block
()
crates/store/src/db/tests.rs:1322
Functionselect_storage_map_sync_values_for_network_account
()
crates/store/src/db/tests.rs:1173
Functionselect_storage_map_sync_values_multi_block_pagination
()
crates/store/src/db/tests.rs:1357
Functionselect_storage_map_sync_values_paginates_until_last_block
()
crates/store/src/db/tests.rs:1210
Functionselect_transactions_records_errors_when_single_block_exceeds_payload_cap
()
crates/store/src/db/tests.rs:3619
Functionselect_transactions_records_reports_truncation_below_payload_cap
()
crates/store/src/db/tests.rs:3573
Functionselect_transactions_records_resolves_consumed_public_note_refs
()
crates/store/src/db/tests.rs:3526
Methodsequencer
(block_producer: BlockProducerApi, validator: ValidatorClient)
crates/rpc/src/server/mod.rs:82
Functionsequencer_mode_contains_injectable_section_headings
()
bin/node/src/commands/section.rs:76
Methodsequential
Generates 3 random, sequential transactions acting on the same account.
crates/block-producer/src/test_utils/proven_tx.rs:46
Functionserialization_symmetry_account_code
()
crates/store/src/db/tests.rs:2254
Functionserialization_symmetry_assets
()
crates/store/src/db/tests.rs:2242
Functionserialization_symmetry_block_header
()
crates/store/src/db/tests.rs:2220
Functionserialization_symmetry_core_types
()
crates/store/src/db/tests.rs:2181
Functionserialization_symmetry_note_id_vec
()
crates/store/src/db/tests.rs:2296
Functionserialization_symmetry_note_metadata
()
crates/store/src/db/tests.rs:2272
Functionserialization_symmetry_nullifier_vec
()
crates/store/src/db/tests.rs:2288
Functionserialization_symmetry_sparse_merkle_path
()
crates/store/src/db/tests.rs:2264
Methodserialize
(&self, serializer: S)
crates/store/src/genesis/config/mod.rs:671
Methodserve
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
Functionserve_css
()
bin/network-monitor/src/frontend.rs:101
Functionserve_favicon
()
bin/network-monitor/src/frontend.rs:125
Functionserve_htmx
()
bin/network-monitor/src/frontend.rs:109
Functionserve_probes_js
()
bin/network-monitor/src/frontend.rs:117
Functionservice_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
Methodset_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
Methodset_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
Methodset_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
Functionsetup_creates_database_that_load_accepts
()
bin/validator/src/db/mod.rs:286
Methodshared
Creates a new [`SharedMempool`] with the provided configuration.
crates/block-producer/src/mempool/mod.rs:204
Functionshared_mempool_lock_is_poisoned_after_panic
()
crates/block-producer/src/mempool/tests.rs:17
Functionshared_vault_root_retained_when_one_account_changes
()
crates/store/src/account_state_forest/tests.rs:961
Methodshutdown_completion
( task: &str, result: Result<anyhow::Result<()>, JoinError>, )
crates/utils/src/tasks.rs:126
Functionshutdown_signal
Waits for SIGTERM or Ctrl-C.
crates/utils/src/shutdown.rs:45
Functionshutdown_while_send_is_pending_reports_server_shutdown
()
crates/rpc/src/server/api/subscription/stream/tests.rs:143
Methodsign
Signs a block header using the configured signer.
bin/validator/src/signers/mod.rs:40
Functionsign_block_returns_signed_commitment
()
bin/validator/src/server/validator_service/tests.rs:191
Functionsigning_key_mismatch_rejected
()
bin/validator/src/server/validator_service/tests.rs:167
Functionskips_markdown_lists
()
xtask/src/comment_reflow.rs:460
Functionskips_repeated_separator_comments
()
xtask/src/comment_reflow.rs:489
Functionslice_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
Functionslot_interval_matches_rate
()
bin/benchmark/src/prover.rs:274
Functionslow_subscriber_is_banned
()
crates/rpc/src/server/api/subscription/stream/tests.rs:159
Methodsort_order
()
xtask/src/changelog/render.rs:102
Functionspawn_actor_allows_below_threshold
()
bin/ntx-builder/src/coordinator.rs:460
Functionspawn_actor_skips_deactivated_account
()
bin/ntx-builder/src/coordinator.rs:445
Methodspawn_any_batch_job
(&mut self, mempool: SharedMempool)
crates/block-producer/src/batch_builder/mod.rs:179
Methodsql
(name: &'static str, sql: &'static str)
crates/db/src/migration/entry.rs:82
← previousnext →2,301–2,400 of 2,587, ranked by callers