MCPcopy Create free account

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

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

Functionprobe_section_placeholder
Placeholder div that `probes.js` populates with the live gRPC-Web probe result. Using a placeholder keeps the maud templates free of JS-rendered conte
bin/network-monitor/src/view/helpers.rs:36
Functionproof_type_label
(proof_type: &ProofType)
bin/network-monitor/src/view/helpers.rs:88
Methodproofs
Creates a stream of proven block proofs starting at `from`.
crates/rpc/src/server/api/subscription/stream/mod.rs:80
Methodpropose_batch
( selected: SelectedBatch, inputs: BatchInputs, )
crates/block-producer/src/batch_builder/mod.rs:322
Methodprove
( &self, proposed_batch: ProposedBatch, )
crates/remote-prover-client/src/remote_prover/batch_prover.rs:109
Methodprove
( &self, tx_batches: OrderedBatches, block_header: &BlockHeader, block_inputs:
crates/remote-prover-client/src/remote_prover/block_prover.rs:105
Functionprover_other_is_the_retried_variant
()
bin/ntx-builder/src/actor/execute.rs:856
Functionproxy_status_with_unknown_proof_type_degrades_to_unknown
()
bin/network-monitor/src/service_status.rs:443
Methodprune
Prunes the given batch and returns it. # Panics Panics if the batch does not exist, or has existing ancestors in the batch graph.
crates/block-producer/src/mempool/graph/batch.rs:157
Methodprune
Prunes the given given batch's transactions. # Panics Panics if the transactions do not exist, or has existing ancestors in the transaction graph.
crates/block-producer/src/mempool/graph/transaction.rs:370
Functionprune_handles_empty_forest
()
crates/store/src/account_state_forest/tests.rs:667
Functionprune_handles_multiple_accounts
()
crates/store/src/account_state_forest/tests.rs:787
Functionprune_handles_multiple_slots
()
crates/store/src/account_state_forest/tests.rs:820
Functionprune_preserves_entries_within_retention_window
()
crates/store/src/account_state_forest/tests.rs:913
Functionprune_preserves_most_recent_state_per_entity
()
crates/store/src/account_state_forest/tests.rs:856
Functionprune_removes_smt_roots_from_forest
()
crates/store/src/account_state_forest/tests.rs:676
Functionprune_respects_retention_boundary
()
crates/store/src/account_state_forest/tests.rs:729
Functionprune_roots_removes_old_entries
()
crates/store/src/account_state_forest/tests.rs:751
Functionpruned_committed_notes_are_authenticated_for_inflight_descendants
()
crates/block-producer/src/mempool/tests.rs:288
Functionpublic_account_can_be_created_with_large_storage_map
()
bin/stress-test/src/seeding/tests.rs:13
Functionpublic_account_note_contains_requested_distinct_vault_assets
()
bin/stress-test/src/seeding/tests.rs:52
Functionpublic_account_storage_map_entry_can_be_updated_for_benchmark_blocks
()
bin/stress-test/src/seeding/tests.rs:87
Methodpublic_key
Returns the public key corresponding to the configured signer.
bin/validator/src/signers/mod.rs:32
Functionput_overwrites_existing_value
()
crates/utils/src/lru_cache.rs:99
Functionqt
(e)
bin/network-monitor/assets/htmx.min.js:1
Functionqvalue_default_is_one
()
crates/rpc/src/server/accept.rs:545
Functionqvalue_parsing
(#[case] s: &'static str, #[case] expected: Result<QValue, QParsingError>)
crates/rpc/src/server/accept.rs:538
Functionrate_is_capped_by_freeze
()
bin/benchmark/src/prover.rs:252
Functionrate_starts_at_start_rate
()
bin/benchmark/src/prover.rs:246
Functionraw_sql_to_fungible_delta
(raw: i64)
crates/store/src/db/models/conv.rs:215
Functionraw_sql_to_fungible_delta
(raw: i64)
crates/db/src/conv.rs:161
Functionraw_sql_to_idx
(raw: i32)
crates/db/src/conv.rs:180
Functionraw_sql_to_nonce
(raw: i64)
crates/db/src/conv.rs:148
Functionraw_sql_to_note_type
(raw: i32)
crates/store/src/db/models/conv.rs:225
Functionraw_sql_to_note_type
(raw: i32)
crates/db/src/conv.rs:171
Functionraw_sql_to_nullifier_prefix
(raw: i32)
crates/store/src/db/models/conv.rs:191
Functionraw_sql_to_nullifier_prefix
(raw: i32)
crates/db/src/conv.rs:138
Functionread_account_id
( account_id: Option<proto::account::AccountId>, )
crates/proto/src/decode/utils.rs:66
Functionread_account_ids
Reads account IDs from a request, returning a specific error type if conversion fails
crates/proto/src/decode/utils.rs:53
Functionread_block_range
Reads a block range from a request, returning a specific error type if the field is missing
crates/proto/src/decode/utils.rs:9
Methodread_from
(source: &mut R)
crates/proto/src/domain/proof_request.rs:30
Methodread_proven_tip_from
(path: &Path)
crates/store/src/blocks.rs:265
Functionread_root
Reads and converts a root field from a request to Word, returning a specific error type if conversion fails
crates/proto/src/decode/utils.rs:23
Methodread_toml
Parse a genesis config from a TOML formatted string. The `config_dir` parameter is stored so that relative paths for account files (e.g., `[[account]
crates/store/src/genesis/config/mod.rs:138
Methodread_toml_file
Read the genesis config from a TOML file. The parent directory of `path` is used to resolve relative paths for account files referenced in the config
crates/store/src/genesis/config/mod.rs:126
Methodreader
Returns a read-only point-in-time snapshot of the underlying RocksDB. Subsequent writes through `self` do not affect the returned reader.
crates/large-smt-backend-rocksdb/src/rocksdb.rs:621
Methodreconstruct_historical_witness
( &self, account_id: AccountId, block_target: BlockNumber, )
crates/store/src/accounts/mod.rs:265
Functionreconstruct_storage_map_from_db_pages_until_latest
()
crates/store/src/db/tests.rs:1421
Functionreconstruct_storage_map_from_db_returns_limit_exceeded_for_single_block_overflow
()
crates/store/src/db/tests.rs:1491
Methodrecord_debug
(&mut self, field: &Field, value: &dyn std::fmt::Debug)
crates/utils/tests/tracing_macros.rs:47
Functionrecords_explicit_and_inferred_fields
()
crates/utils/tests/tracing_macros.rs:95
Functionrecords_explicit_fields
()
crates/utils/tests/tracing_macros.rs:72
Functionrecords_fields_from_multiple_calls
()
crates/utils/tests/tracing_macros.rs:110
Functionrecords_inferred_fields
()
crates/utils/tests/tracing_macros.rs:53
Functionrecovery_reduces_and_allows_fresh_accumulation
()
crates/rpc/src/server/api/subscription/stream/tests.rs:294
Methodrecycle
( &self, conn: &mut Self::Type, metrics: &deadpool_diesel::Metrics, )
crates/db/src/manager.rs:66
Methodreference_block
(&self)
crates/block-producer/src/domain/transaction.rs:108
Functionreflow
(source: &str, width: usize)
xtask/src/comment_reflow.rs:428
Functionreflows_outer_doc_comment_blocks
()
xtask/src/comment_reflow.rs:433
Functionregression_1461_full_state_delta_inserts_vault_assets
()
crates/store/src/db/tests.rs:2131
Methodreject_banned_client
Rejects clients that are still temporarily banned for a previous slow subscription.
crates/rpc/src/server/api/subscription/stream/mod.rs:149
Functionrejects_active_migrations_without_three_digit_prefix
()
crates/db/src/migration/build_script.rs:441
Functionrejects_duplicate_active_migration_prefixes
()
crates/db/src/migration/build_script.rs:466
Functionrejects_duplicate_retired_migration_prefixes
()
crates/db/src/migration/build_script.rs:479
Functionrejects_empty_description
()
xtask/src/changelog/tests.rs:209
Functionrejects_empty_migration_directory
()
crates/db/src/migration/build_script.rs:404
Functionrejects_empty_template_values
()
xtask/src/changelog/tests.rs:194
Functionrejects_existing_database_inside_retired_migration_range
()
crates/db/src/migration/migrator.rs:508
Functionrejects_invalid_active_migration_file_extension
()
crates/db/src/migration/build_script.rs:429
Functionrejects_invalid_retired_migration_entries
()
crates/db/src/migration/build_script.rs:415
Functionrejects_missing_changelog_section
()
xtask/src/changelog/tests.rs:180
Functionrejects_missing_toml_block
()
xtask/src/changelog/tests.rs:187
Functionrejects_retired_migrations_without_three_digit_prefix
()
crates/db/src/migration/build_script.rs:453
Functionrejects_too_large_max_batches_per_block
()
bin/node/src/commands/block_producer.rs:91
Functionrejects_too_large_max_txs_per_batch
()
bin/node/src/commands/block_producer.rs:101
Functionrejects_unknown_enum_value
()
xtask/src/changelog/tests.rs:224
Functionrejects_unknown_fields
()
xtask/src/changelog/tests.rs:239
Functionrejects_zero_migration_prefix
()
crates/db/src/migration/build_script.rs:493
Methodremote
(endpoint: impl Into<String>)
crates/block-producer/src/block_prover.rs:37
Methodremote
(endpoint: impl Into<String>)
crates/block-producer/src/batch_builder/mod.rs:427
Methodremote
(endpoint: String)
bin/benchmark/src/prover.rs:69
Functionremove_cleans_up_account_state
()
crates/block-producer/src/mempool/graph/state.rs:440
Methodremove_inner_node
Removes a single inner node (non-leaf node) from within a Subtree. This method is intended for `index.depth() >= IN_MEMORY_DEPTH`. If the Subtree bec
crates/large-smt-backend-rocksdb/src/rocksdb.rs:932
Methodremove_leaf
Removes a single SMT leaf node by its logical `index` from the `LEAVES_CF` column family. Important: This method currently *does not* update the glob
crates/large-smt-backend-rocksdb/src/rocksdb.rs:788
Functionremove_updates_inverse_relationships
()
crates/block-producer/src/mempool/graph/edges.rs:123
Methodremove_value
Removes a key-value pair from the SMT leaf at the specified logical `index`. This operation involves: 1. Retrieving the leaf at `index`. 2. Removing
crates/large-smt-backend-rocksdb/src/rocksdb.rs:714
Functionrender_details
Dispatches to the per-service renderer in [`cards`] based on the [`ServiceDetails`] variant. Cards may emit `data-grpc-url` / `data-grpc-path` attribu
bin/network-monitor/src/view/mod.rs:149
Functionrender_faucet_metadata
(metadata: &GetMetadataResponse, healthy: bool)
bin/network-monitor/src/view/cards/faucet.rs:49
Functionrender_prover_test
(test: &ProverTestOutcome)
bin/network-monitor/src/view/cards/remote_prover.rs:75
Functionrender_workers
(workers: &[WorkerStatusDetails])
bin/network-monitor/src/view/cards/remote_prover.rs:48
Functionrenders_callouts_and_changes_by_scope
()
xtask/src/changelog/render.rs:174
Functionrenders_error_variant_without_panicking
()
bin/network-monitor/src/view/mod.rs:498
Functionrenders_explorer_card
()
bin/network-monitor/src/view/mod.rs:454
Functionrenders_faucet_card
()
bin/network-monitor/src/view/mod.rs:369
Functionrenders_faucet_metadata_when_unhealthy
()
bin/network-monitor/src/view/mod.rs:396
Functionrenders_migrations_in_lexicographic_order
()
crates/db/src/migration/build_script.rs:368
Functionrenders_note_transport_card
()
bin/network-monitor/src/view/mod.rs:472
Functionrenders_ntx_increment_card
()
bin/network-monitor/src/view/mod.rs:428
Functionrenders_ntx_tracking_card
()
bin/network-monitor/src/view/mod.rs:441
Functionrenders_remote_prover_card
()
bin/network-monitor/src/view/mod.rs:338
← previousnext →2,201–2,300 of 2,587, ranked by callers