MCPcopy Create free account

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

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

Methodnew
(block_header: BlockHeader, partial_block_chain: PartialBlockchain)
bin/network-monitor/src/deploy/mod.rs:270
Methodnew
Create a new Tasks instance.
bin/network-monitor/src/monitor/tasks.rs:41
Methodnew
(prover: &BenchmarkProver, capacity: usize)
bin/benchmark/src/create_proofs.rs:106
Methodnew
()
bin/benchmark/src/prover.rs:184
Methodnew
(kind: ProofKind)
bin/remote-prover/src/server/status.rs:10
Methodnew
Constructs a [`Prover`] of the specified [`ProofKind`].
bin/remote-prover/src/server/prover.rs:27
Methodnew
Constructs a new KMS signer and retrieves the corresponding public key from the AWS backend. The supplied `key_id` must be a valid AWS KMS key ID in
bin/validator/src/signers/kms.rs:62
Methodnew
Creates a new instance of [`ValidatedTransaction`].
bin/validator/src/tx_validation/validated_tx.rs:22
Methodnew
(tx_inputs: TransactionInputs)
bin/validator/src/tx_validation/data_store.rs:24
Methodnew
( signer: ValidatorSigner, db: Db, block_store: BlockStore, initial_chain_tip:
bin/validator/src/server/validator_service/mod.rs:85
Methodnew
Creates a correctly configured [`ValidatorService`]: the validator signs blocks with the same key that is designated as the `validator_key` in the gen
bin/validator/src/server/validator_service/tests.rs:32
Methodnew
(tx: &ValidatedTransaction)
bin/validator/src/db/models.rs:32
Methodnew
Constructs a new instance of [`ChainState`].
bin/ntx-builder/src/chain_state.rs:37
Methodnew
(rpc_url: Url, tx_prover_url: Url, database_filepath: PathBuf)
bin/ntx-builder/src/lib.rs:227
Methodnew
(db: Db, max_note_attempts: usize)
bin/ntx-builder/src/server.rs:30
Methodnew
(notify: Arc<Notify>)
bin/ntx-builder/src/coordinator.rs:29
Methodnew
( config: NtxBuilderConfig, db: Db, block_stream: BlockStream, last_applied_bl
bin/ntx-builder/src/builder.rs:78
Methodnew
(script_root: NoteScriptRoot)
bin/ntx-builder/src/actor/allowlist.rs:25
Methodnew
( prover: RemoteTransactionProver, rpc: RpcClient, script_cache: LruCache<Word, NoteSc
bin/ntx-builder/src/actor/execute.rs:184
Methodnew
Constructs a new account actor with the given configuration.
bin/ntx-builder/src/actor/mod.rs:267
Methodnew
Creates a new client with a lazy connection to the node RPC endpoint. `backoff_initial` / `backoff_max` configure the exponential backoff schedule ap
bin/ntx-builder/src/clients/rpc.rs:69
Functionnew_block_after_replacement_with_stale_commitment_rejected
()
bin/validator/src/server/validator_service/tests.rs:462
Methodnew_from_account
Creates an insert row from a full account (new account creation).
crates/store/src/db/models/queries/accounts.rs:1392
Methodnew_from_partial
Creates an insert row from a partial account state (delta update).
crates/store/src/db/models/queries/accounts.rs:1415
Methodnew_kms
Constructs a signer which uses an AWS KMS key for signing. See [`KmsSigner`] for details as to env var configuration and AWS IAM policies required to
bin/validator/src/signers/mod.rs:21
Methodnew_local
Constructs a signer which uses a local secret key for signing.
bin/validator/src/signers/mod.rs:27
Methodnew_private
Creates an insert row for a private account (no public state).
crates/store/src/db/models/queries/accounts.rs:1370
Methodnew_unchecked
Verifies the transaction against the inputs, enforcing that all nullifiers are unspent. __No__ proof verification is performed. The caller takes resp
crates/block-producer/src/domain/transaction.rs:52
Methodnew_with_auth
Creates a new client with an optional metadata header for internal RPC authentication. `genesis_commitment` is sent as the `genesis` parameter of the
bin/ntx-builder/src/clients/rpc.rs:82
Methodnew_with_pool_size
Creates a new database instance with the provided connection pool size.
crates/db/src/lib.rs:41
Methodnext_block
Pulls the next `(block, committed_tip)` pair from the subscription, surfacing both the "stream ended" and per-item RPC errors as `anyhow::Error`.
bin/ntx-builder/src/builder.rs:227
Functionnon_numeric_string_is_rejected
()
bin/network-monitor/src/explorer.rs:304
Functionnonce_to_raw_sql
(nonce: Felt)
crates/db/src/conv.rs:156
Functionnone_and_all_storage_maps_requests_are_always_valid
()
crates/rpc/src/server/api/get_account.rs:137
Functionnote_header_roundtrip_preserves_id
()
crates/proto/src/domain/note.rs:346
Functionnote_record_to_proto
(note: NoteRecord)
crates/rpc/src/server/api/get_notes_by_id.rs:58
Functionnote_script_cache_roundtrip
()
bin/ntx-builder/src/db/models/queries/tests.rs:211
Functionnote_sync_across_multiple_blocks
()
crates/store/src/db/tests.rs:763
Functionnote_sync_error_to_status
(err: NoteSyncError)
crates/rpc/src/server/api/sync_notes.rs:87
Functionnote_sync_multi_respects_payload_limit
()
crates/store/src/db/tests.rs:846
Functionnote_sync_no_matching_tags
()
crates/store/src/db/tests.rs:910
Functionnote_sync_record_to_proof_proto
(note: NoteSyncRecord)
crates/rpc/src/server/api/sync_transactions.rs:115
Functionnote_sync_record_to_proto
(note: NoteSyncRecord)
crates/rpc/src/server/api/sync_notes.rs:74
Functionnote_type_to_raw_sql
(note_type: u8)
crates/db/src/conv.rs:175
Functionnotes
()
crates/store/src/db/tests.rs:654
Functionnotes_failed_increments_attempt_and_records_error
()
bin/ntx-builder/src/db/models/queries/tests.rs:346
Functionnullifier
(value: u32)
crates/block-producer/src/mempool/graph/state.rs:325
Methodnullifier_count
(&self)
crates/block-producer/src/mempool/graph/state.rs:167
Methodnullifier_count
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:411
Functionnullifier_prefix_to_raw_sql
(prefix: u16)
crates/db/src/conv.rs:143
Methodnullifiers
(&self)
crates/block-producer/src/mempool/graph/batch.rs:23
Methodnullifiers
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:40
Methodnum_accounts_latest
Returns the number of accounts in the latest state.
crates/store/src/accounts/mod.rs:182
Functionnum_or_dash
Renders the numeric value when the service is healthy, otherwise `-`. Mirrors the convention used across cards: stale numbers from an unhealthy probe
bin/network-monitor/src/view/helpers.rs:63
Functionobject_exists
(conn: &Connection, name: &str)
crates/db/src/migration/migrator.rs:343
Functionoldest_entry_is_evicted_at_capacity
()
crates/rpc/src/server/api/subscription/ban.rs:125
Methodon_new_span
( &self, attrs: &tracing::span::Attributes<'_>, _id: &tracing::Id, _ctx: Conte
crates/utils/tests/tracing_macros.rs:25
Methodon_record
( &self, _span: &tracing::Id, values: &tracing::span::Record<'_>, _ctx: Contex
crates/utils/tests/tracing_macros.rs:34
Methodopen_with_pool_size
( database_filepath: &Path, connection_pool_size: NonZeroUsize, )
bin/ntx-builder/src/db/mod.rs:81
Functionoptimized_delta_matches_full_account_method
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:99
Functionoptimized_delta_updates_non_empty_vault
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:310
Functionoptimized_delta_updates_preserve_callback_flag
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:459
Functionoptimized_delta_updates_storage_map_header
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:568
Methodother
Creates a custom error using the [`BuildBlockError::Other`] variant from an error message.
crates/block-producer/src/errors.rs:165
Methodother
Creates a custom error using the [`RemoteProverClientError::Other`] variant from an error message.
crates/remote-prover-client/src/lib.rs:56
Methodother_with_source
Creates a custom error using the [`RemoteProverClientError::Other`] variant from an error message and a source error.
crates/remote-prover-client/src/lib.rs:63
Functionout_of_range_error
Formats an "Out of range" error
crates/rpc/src/server/api.rs:288
Functionoutcome_without_observed_change_passes_through
()
bin/network-monitor/src/remote_prover.rs:578
Methodoutput_note_count
(&self)
crates/block-producer/src/mempool/graph/state.rs:171
Methodoutput_note_count
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:415
Methodoutput_note_count
(&self)
crates/block-producer/src/domain/transaction.rs:100
Methodoutput_notes
(&self)
crates/block-producer/src/mempool/graph/batch.rs:27
Methodoutput_notes
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:44
Functionoverwrite_key_returns_value
()
crates/utils/src/block_cache.rs:104
Functionpanics_when_adding_retired_after_active_migration
()
crates/db/src/migration/builder.rs:129
Functionparent_returns_value
()
crates/utils/src/block_cache.rs:112
Methodparse
(tag: &str)
xtask/src/changelog/release.rs:100
Functionparse_full_response
()
bin/network-monitor/src/explorer.rs:247
Methodparse_stable_tag
(tag: &str)
xtask/src/changelog/release.rs:137
Functionparsing_account_from_file
()
crates/store/src/genesis/config/tests.rs:90
Functionparsing_native_faucet_from_file
()
crates/store/src/genesis/config/tests.rs:145
Functionparsing_yields_expected_default_values
()
crates/store/src/genesis/config/tests.rs:22
Methodpartial_cmp
(&self, other: &Self)
crates/store/src/genesis/config/mod.rs:659
Functionpartition_errors_when_allowlist_slot_is_missing
()
bin/ntx-builder/src/actor/allowlist.rs:161
Functionpartition_handles_mixed_notes
()
bin/ntx-builder/src/actor/allowlist.rs:131
Functionpartition_keeps_allowlisted_note
()
bin/ntx-builder/src/actor/allowlist.rs:88
Functionpartition_rejects_non_allowlisted_note
()
bin/ntx-builder/src/actor/allowlist.rs:106
Functionpass_through_txs_on_an_empty_account
()
crates/block-producer/src/mempool/tests.rs:475
Functionpass_through_txs_with_note_dependencies
()
crates/block-producer/src/mempool/tests.rs:521
Functionpending_submission_keeps_waiting_without_touching_account
()
bin/ntx-builder/src/actor/mod.rs:758
Methodpoll_next
Polls the underlying receiver for the next subscription event or terminal status.
crates/rpc/src/server/api/subscription/stream/mod.rs:42
Methodpoll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
bin/validator/src/server/validator_service/block_subscription.rs:29
Methodpoll_ready
(&mut self, cx: &mut TaskContext<'_>)
crates/utils/src/grpc/layers.rs:106
Methodpoll_ready
(&mut self, cx: &mut StdContext<'_>)
crates/rpc/src/server/health.rs:39
Methodpoll_ready
(&mut self, cx: &mut StdContext<'_>)
crates/rpc/src/server/accept.rs:268
Functionprerelease_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:580
Functionprerelease_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:568
Functionprivate_account_ignores_large_storage_map_entries
()
bin/stress-test/src/seeding/tests.rs:35
Functionprivate_account_note_keeps_single_vault_asset
()
bin/stress-test/src/seeding/tests.rs:72
Functionprivate_account_storage_map_update_is_skipped
()
bin/stress-test/src/seeding/tests.rs:111
← previousnext →2,101–2,200 of 2,587, ranked by callers