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
Method
new
(block_header: BlockHeader, partial_block_chain: PartialBlockchain)
bin/network-monitor/src/deploy/mod.rs:270
Method
new
Create a new Tasks instance.
bin/network-monitor/src/monitor/tasks.rs:41
Method
new
(prover: &BenchmarkProver, capacity: usize)
bin/benchmark/src/create_proofs.rs:106
Method
new
()
bin/benchmark/src/prover.rs:184
Method
new
(kind: ProofKind)
bin/remote-prover/src/server/status.rs:10
Method
new
Constructs a [`Prover`] of the specified [`ProofKind`].
bin/remote-prover/src/server/prover.rs:27
Method
new
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
Method
new
Creates a new instance of [`ValidatedTransaction`].
bin/validator/src/tx_validation/validated_tx.rs:22
Method
new
(tx_inputs: TransactionInputs)
bin/validator/src/tx_validation/data_store.rs:24
Method
new
( signer: ValidatorSigner, db: Db, block_store: BlockStore, initial_chain_tip:
bin/validator/src/server/validator_service/mod.rs:85
Method
new
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
Method
new
(tx: &ValidatedTransaction)
bin/validator/src/db/models.rs:32
Method
new
Constructs a new instance of [`ChainState`].
bin/ntx-builder/src/chain_state.rs:37
Method
new
(rpc_url: Url, tx_prover_url: Url, database_filepath: PathBuf)
bin/ntx-builder/src/lib.rs:227
Method
new
(db: Db, max_note_attempts: usize)
bin/ntx-builder/src/server.rs:30
Method
new
(notify: Arc<Notify>)
bin/ntx-builder/src/coordinator.rs:29
Method
new
( config: NtxBuilderConfig, db: Db, block_stream: BlockStream, last_applied_bl
bin/ntx-builder/src/builder.rs:78
Method
new
(script_root: NoteScriptRoot)
bin/ntx-builder/src/actor/allowlist.rs:25
Method
new
( prover: RemoteTransactionProver, rpc: RpcClient, script_cache: LruCache<Word, NoteSc
bin/ntx-builder/src/actor/execute.rs:184
Method
new
Constructs a new account actor with the given configuration.
bin/ntx-builder/src/actor/mod.rs:267
Method
new
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
Function
new_block_after_replacement_with_stale_commitment_rejected
()
bin/validator/src/server/validator_service/tests.rs:462
Method
new_from_account
Creates an insert row from a full account (new account creation).
crates/store/src/db/models/queries/accounts.rs:1392
Method
new_from_partial
Creates an insert row from a partial account state (delta update).
crates/store/src/db/models/queries/accounts.rs:1415
Method
new_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
Method
new_local
Constructs a signer which uses a local secret key for signing.
bin/validator/src/signers/mod.rs:27
Method
new_private
Creates an insert row for a private account (no public state).
crates/store/src/db/models/queries/accounts.rs:1370
Method
new_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
Method
new_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
Method
new_with_pool_size
Creates a new database instance with the provided connection pool size.
crates/db/src/lib.rs:41
Method
next_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
Function
non_numeric_string_is_rejected
()
bin/network-monitor/src/explorer.rs:304
Function
nonce_to_raw_sql
(nonce: Felt)
crates/db/src/conv.rs:156
Function
none_and_all_storage_maps_requests_are_always_valid
()
crates/rpc/src/server/api/get_account.rs:137
Function
note_header_roundtrip_preserves_id
()
crates/proto/src/domain/note.rs:346
Function
note_record_to_proto
(note: NoteRecord)
crates/rpc/src/server/api/get_notes_by_id.rs:58
Function
note_script_cache_roundtrip
()
bin/ntx-builder/src/db/models/queries/tests.rs:211
Function
note_sync_across_multiple_blocks
()
crates/store/src/db/tests.rs:763
Function
note_sync_error_to_status
(err: NoteSyncError)
crates/rpc/src/server/api/sync_notes.rs:87
Function
note_sync_multi_respects_payload_limit
()
crates/store/src/db/tests.rs:846
Function
note_sync_no_matching_tags
()
crates/store/src/db/tests.rs:910
Function
note_sync_record_to_proof_proto
(note: NoteSyncRecord)
crates/rpc/src/server/api/sync_transactions.rs:115
Function
note_sync_record_to_proto
(note: NoteSyncRecord)
crates/rpc/src/server/api/sync_notes.rs:74
Function
note_type_to_raw_sql
(note_type: u8)
crates/db/src/conv.rs:175
Function
notes
()
crates/store/src/db/tests.rs:654
Function
notes_failed_increments_attempt_and_records_error
()
bin/ntx-builder/src/db/models/queries/tests.rs:346
Function
nullifier
(value: u32)
crates/block-producer/src/mempool/graph/state.rs:325
Method
nullifier_count
(&self)
crates/block-producer/src/mempool/graph/state.rs:167
Method
nullifier_count
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:411
Function
nullifier_prefix_to_raw_sql
(prefix: u16)
crates/db/src/conv.rs:143
Method
nullifiers
(&self)
crates/block-producer/src/mempool/graph/batch.rs:23
Method
nullifiers
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:40
Method
num_accounts_latest
Returns the number of accounts in the latest state.
crates/store/src/accounts/mod.rs:182
Function
num_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
Function
object_exists
(conn: &Connection, name: &str)
crates/db/src/migration/migrator.rs:343
Function
oldest_entry_is_evicted_at_capacity
()
crates/rpc/src/server/api/subscription/ban.rs:125
Method
on_new_span
( &self, attrs: &tracing::span::Attributes<'_>, _id: &tracing::Id, _ctx: Conte
crates/utils/tests/tracing_macros.rs:25
Method
on_record
( &self, _span: &tracing::Id, values: &tracing::span::Record<'_>, _ctx: Contex
crates/utils/tests/tracing_macros.rs:34
Method
open_with_pool_size
( database_filepath: &Path, connection_pool_size: NonZeroUsize, )
bin/ntx-builder/src/db/mod.rs:81
Function
optimized_delta_matches_full_account_method
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:99
Function
optimized_delta_updates_non_empty_vault
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:310
Function
optimized_delta_updates_preserve_callback_flag
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:459
Function
optimized_delta_updates_storage_map_header
()
crates/store/src/db/models/queries/accounts/delta/tests.rs:568
Method
other
Creates a custom error using the [`BuildBlockError::Other`] variant from an error message.
crates/block-producer/src/errors.rs:165
Method
other
Creates a custom error using the [`RemoteProverClientError::Other`] variant from an error message.
crates/remote-prover-client/src/lib.rs:56
Method
other_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
Function
out_of_range_error
Formats an "Out of range" error
crates/rpc/src/server/api.rs:288
Function
outcome_without_observed_change_passes_through
()
bin/network-monitor/src/remote_prover.rs:578
Method
output_note_count
(&self)
crates/block-producer/src/mempool/graph/state.rs:171
Method
output_note_count
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:415
Method
output_note_count
(&self)
crates/block-producer/src/domain/transaction.rs:100
Method
output_notes
(&self)
crates/block-producer/src/mempool/graph/batch.rs:27
Method
output_notes
(&self)
crates/block-producer/src/mempool/graph/transaction.rs:44
Function
overwrite_key_returns_value
()
crates/utils/src/block_cache.rs:104
Function
panics_when_adding_retired_after_active_migration
()
crates/db/src/migration/builder.rs:129
Function
parent_returns_value
()
crates/utils/src/block_cache.rs:112
Method
parse
(tag: &str)
xtask/src/changelog/release.rs:100
Function
parse_full_response
()
bin/network-monitor/src/explorer.rs:247
Method
parse_stable_tag
(tag: &str)
xtask/src/changelog/release.rs:137
Function
parsing_account_from_file
()
crates/store/src/genesis/config/tests.rs:90
Function
parsing_native_faucet_from_file
()
crates/store/src/genesis/config/tests.rs:145
Function
parsing_yields_expected_default_values
()
crates/store/src/genesis/config/tests.rs:22
Method
partial_cmp
(&self, other: &Self)
crates/store/src/genesis/config/mod.rs:659
Function
partition_errors_when_allowlist_slot_is_missing
()
bin/ntx-builder/src/actor/allowlist.rs:161
Function
partition_handles_mixed_notes
()
bin/ntx-builder/src/actor/allowlist.rs:131
Function
partition_keeps_allowlisted_note
()
bin/ntx-builder/src/actor/allowlist.rs:88
Function
partition_rejects_non_allowlisted_note
()
bin/ntx-builder/src/actor/allowlist.rs:106
Function
pass_through_txs_on_an_empty_account
()
crates/block-producer/src/mempool/tests.rs:475
Function
pass_through_txs_with_note_dependencies
()
crates/block-producer/src/mempool/tests.rs:521
Function
pending_submission_keeps_waiting_without_touching_account
()
bin/ntx-builder/src/actor/mod.rs:758
Method
poll_next
Polls the underlying receiver for the next subscription event or terminal status.
crates/rpc/src/server/api/subscription/stream/mod.rs:42
Method
poll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
bin/validator/src/server/validator_service/block_subscription.rs:29
Method
poll_ready
(&mut self, cx: &mut TaskContext<'_>)
crates/utils/src/grpc/layers.rs:106
Method
poll_ready
(&mut self, cx: &mut StdContext<'_>)
crates/rpc/src/server/health.rs:39
Method
poll_ready
(&mut self, cx: &mut StdContext<'_>)
crates/rpc/src/server/accept.rs:268
Function
prerelease_should_be_rejected
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:580
Function
prerelease_should_pass
(#[case] accept: &'static str)
crates/rpc/src/server/accept.rs:568
Function
private_account_ignores_large_storage_map_entries
()
bin/stress-test/src/seeding/tests.rs:35
Function
private_account_note_keeps_single_vault_asset
()
bin/stress-test/src/seeding/tests.rs:72
Function
private_account_storage_map_update_is_skipped
()
bin/stress-test/src/seeding/tests.rs:111
← previous
next →
2,101–2,200 of 2,587, ranked by callers