MCPcopy Create free account

hub / github.com/deltadevsde/prism / functions

Functions870 in github.com/deltadevsde/prism

↓ 1 callersFunctioncreate_ed25519_key_pair_pem_files
(signing_key_path: impl AsRef<Path>)
crates/node_types/prover/src/factory.rs:219
↓ 1 callersFunctioncreate_full_node
( full_node_args: &FullNodeCliArgs, )
crates/cli/src/main.rs:111
↓ 1 callersFunctioncreate_light_node
( light_client_args: &LightClientCliArgs, )
crates/cli/src/main.rs:76
↓ 1 callersFunctioncreate_preparation_batch
Create a batch of transactions to prepare the initial state of the tree
crates/zk/sp1-script/src/main.rs:125
↓ 1 callersFunctioncreate_prover_node
( prover_args: &ProverCliArgs, )
crates/cli/src/main.rs:93
↓ 1 callersFunctioncreate_serialized_adr36_sign_doc
Creates a serialized Cosmos ADR-36 sign document. This function constructs a CosmosSignDoc with the provided data and signer, serializes it to JSON,
crates/keys/src/cosmos.rs:100
↓ 1 callersMethodda_height
(&self)
crates/da/src/lib.rs:265
↓ 1 callersFunctiondeserialize
(deserializer: D)
crates/serde/src/lib.rs:26
↓ 1 callersMethoddisarm
Disarms the guard, making it so that dropping it won't trigger the token
crates/crosstarget/src/token.rs:62
↓ 1 callersFunctiondoSearch
(searchterm)
doc/book/searcher.js:443
↓ 1 callersFunctione
(e)
doc/book/elasticlunr.min.js:10
↓ 1 callersMethodexecute_block
(&self, transactions: Vec<Transaction>)
crates/node_types/prover/src/sequencer.rs:171
↓ 1 callersFunctionexecute_simulations
Execute simulations based on the provided arguments
crates/zk/sp1-script/src/main.rs:383
↓ 1 callersMethodexternally_signed
Creates a full transaction by adding an externally provided signature. Can be used to create a transaction that has been signed by an external source,
crates/common/src/transaction.rs:39
↓ 1 callersMethodextract_commitments
(&self)
crates/da/src/lib.rs:324
↓ 1 callersFunctionextract_formatted_log
(js_value: &JsValue)
crates/node_types/wasm-lightclient/src/tests/mod.rs:104
↓ 1 callersMethodfetch
(&self, path: &str)
crates/client/src/http_client.rs:20
↓ 1 callersMethodfinalize
()
doc/book/highlight.js:6
↓ 1 callersFunctionformatSearchMetric
(count, searchterm)
doc/book/searcher.js:128
↓ 1 callersFunctionformatSearchResult
(result, searchterms)
doc/book/searcher.js:138
↓ 1 callersFunctionforward_events
(mut subscriber: EventSubscriber, channel: BroadcastChannel)
crates/node_types/wasm-lightclient/src/worker.rs:138
↓ 1 callersFunctionforward_lumina_events
Starts forwarding events from a Lumina event subscriber to the event channel. Returns a future that runs until the cancellation token is triggered.
crates/da/src/celestia/light_client.rs:502
↓ 1 callersFunctiongenerate_transactions
(prover: Arc<Prover>, ct: CancellationToken)
crates/tests/src/lib.rs:207
↓ 1 callersMethodgetMatcher
(e)
doc/book/highlight.js:6
↓ 1 callersMethodget_account
(&self, id: &str)
crates/api/src/mock.rs:48
↓ 1 callersFunctionget_bootnode
(addr: &str)
crates/tests/src/lib.rs:31
↓ 1 callersFunctionget_configurations
Generate different configurations for the simulations
crates/zk/sp1-script/src/main.rs:498
↓ 1 callersMethodget_db
(&self)
crates/node_types/prover/src/sequencer.rs:235
↓ 1 callersMethodget_epoch
(&self, height: &u64)
crates/storage/src/inmemory.rs:99
↓ 1 callersFunctionget_first_account_key
Get the first account key for a given account ID from the transaction builder
crates/zk/sp1-script/src/main.rs:118
↓ 1 callersMethodget_latest_epoch_height
(&self)
crates/storage/src/inmemory.rs:121
↓ 1 callersMethodget_pending_transactions
(&self)
crates/node_types/prover/src/prover/mod.rs:226
↓ 1 callersFunctionget_selector_vec_from_index
Compute a selector vector `s` of size `num_indices`, such that `s[i] == 1` if i == `target_index` and 0 otherwise.
crates/zk/nova/src/utils.rs:109
↓ 1 callersMethodget_sync_state
(&self)
crates/node_types/lightclient/src/syncer.rs:102
↓ 1 callersMethodget_transactions
(&self, height: u64)
crates/da/src/memory.rs:199
↓ 1 callersFunctionglobalKeyHandler
(e)
doc/book/searcher.js:318
↓ 1 callersFunctionhandle_crate_list_update
(playground_block, playground_crates)
doc/book/book.js:45
↓ 1 callersFunctionhandle_events
(mut sub: EventSubscriber)
crates/cli/src/main.rs:129
↓ 1 callersFunctioninit_metrics_registry
Initialize the global metrics instance
crates/telemetry/src/metrics_registry.rs:94
↓ 1 callersMethodinsert_at_height
(&mut self, height: u64, txs: Vec<Transaction>)
crates/node_types/prover/src/tx_buffer.rs:25
↓ 1 callersMethodinsert_signature
(&mut self, key: &SigningKey)
crates/da/src/lib.rs:316
↓ 1 callersFunctionload_config
(config_path: &str)
crates/cli/src/apply_args/traits.rs:43
↓ 1 callersFunctionload_sp1_verifying_keys
()
crates/node_types/lightclient/src/lightclient.rs:17
↓ 1 callersFunctionmakeTeaser
(body, searchterms)
doc/book/searcher.js:159
↓ 1 callersFunctionmid_scalar
()
crates/zk/groth16/src/lib.rs:208
↓ 1 callersFunctionplot_blue_configurations
( results: &[SimulationResult], )
crates/zk/sp1-script/src/main.rs:821
↓ 1 callersFunctionplot_green_configurations
Plot results for green configurations
crates/zk/sp1-script/src/main.rs:631
↓ 1 callersFunctionplot_orange_configurations
( results: &[SimulationResult], )
crates/zk/sp1-script/src/main.rs:918
↓ 1 callersFunctionplot_orange_configurations_algorithm
( results: &[&SimulationResult], algorithm: CryptoAlgorithm, )
crates/zk/sp1-script/src/main.rs:935
↓ 1 callersFunctionplot_yellow_configurations
Plot results for yellow configurations
crates/zk/sp1-script/src/main.rs:740
↓ 1 callersMethodpost_no_response
( &self, path: &str, body: &T, )
crates/client/src/http_client.rs:39
↓ 1 callersMethodpost_transaction
( &self, transaction: Transaction, )
crates/node_types/prover/src/sequencer.rs:280
↓ 1 callersMethodpost_transaction
( &self, transaction: Transaction, )
crates/api/src/mock.rs:56
↓ 1 callersMethodpreset
(&self)
crates/cli/src/cli_args/commands.rs:52
↓ 1 callersMethodprimary_circuit
(&self, circuit_index: usize)
crates/zk/nova/src/batch.rs:59
↓ 1 callersMethodprocess_epoch
(&self, epoch: VerifiableEpoch)
crates/node_types/prover/src/syncer.rs:239
↓ 1 callersMethodprocess_height
Checks for a new finalized epoch at this height
crates/node_types/lightclient/src/syncer.rs:158
↓ 1 callersMethodprocess_operation
Processes an operation, updating the account state. Should only be run in the context of a transaction.
crates/common/src/account.rs:158
↓ 1 callersMethodprocess_transaction
Validates and processes an incoming [`Transaction`], updating the account state.
crates/common/src/account.rs:71
↓ 1 callersMethodproduce_blocks
(&self)
crates/da/src/memory.rs:81
↓ 1 callersMethodprove_epoch
( &self, epoch_height: u64, batch: &Batch, db: &Arc<Box<dyn Database>>, )
crates/node_types/prover/src/prover_engine/sp1_prover.rs:51
↓ 1 callersFunctionprove_non_membership
Generates constraints to prove non-membership of a new leaf in the Merkle tree. This function ensures that the new leaf to be inserted does not alrea
crates/zk/groth16/src/merkle_insertion.rs:136
↓ 1 callersMethodprove_with_base_prover
( &self, epoch_height: u64, batch: &Batch, )
crates/node_types/prover/src/prover_engine/sp1_prover.rs:97
↓ 1 callersMethodprove_with_recursive_prover
( &self, epoch_height: u64, batch: &Batch, db: &Arc<Box<dyn Database>>, )
crates/node_types/prover/src/prover_engine/sp1_prover.rs:123
↓ 1 callersMethodregister_service
( &mut self, id: &str, challenge_key: SigningKey, signing_key: SigningKey,
crates/common/src/test_transaction_builder.rs:116
↓ 1 callersMethodreset_indices
(&self)
crates/zk/nova/src/batch.rs:42
↓ 1 callersMethodrespond
(&self, response: WorkerResponse)
crates/node_types/wasm-lightclient/src/worker_communication.rs:100
↓ 1 callersMethodrevoke_key
( self, key: VerifyingKey, )
crates/api/src/builder.rs:231
↓ 1 callersMethodrevoke_key
( &mut self, id: &str, key: VerifyingKey, signing_key: &SigningKey, )
crates/common/src/test_transaction_builder.rs:288
↓ 1 callersMethodrevoke_key_verified_with_root
( &mut self, id: &str, key: VerifyingKey, )
crates/common/src/test_transaction_builder.rs:275
↓ 1 callersMethodrun_batch_poster
(&self, cancellation_token: CancellationToken)
crates/node_types/prover/src/sequencer.rs:82
↓ 1 callersFunctionrun_cli
Initializes and runs the appropriate prism node type based on CLI arguments. Parses command-line arguments, loads configuration, sets up telemetry, i
crates/cli/src/main.rs:42
↓ 1 callersFunctions
()
doc/book/mark.min.js:7
↓ 1 callersFunctionsearchIconClickHandler
()
doc/book/searcher.js:390
↓ 1 callersMethodsecondary_circuit
(&self)
crates/zk/nova/src/batch.rs:77
↓ 1 callersMethodset_internally_signed_data_verified_with_root
( &mut self, id: &str, value: Vec<u8>, )
crates/common/src/test_transaction_builder.rs:477
↓ 1 callersMethodset_last_synced_height
(&self, height: &u64)
crates/storage/src/rocksdb.rs:157
↓ 1 callersMethodset_pre_signed_data_verified_with_root
( &mut self, id: &str, value: Vec<u8>, value_signature: SignatureBundle, )
crates/common/src/test_transaction_builder.rs:522
↓ 1 callersMethodset_signed_data
( &mut self, id: &str, value: Vec<u8>, value_signing_key: &SigningKey,
crates/common/src/test_transaction_builder.rs:495
↓ 1 callersMethodset_signed_data_verified_with_root
( &mut self, id: &str, value: Vec<u8>, value_signing_key: &SigningKey, )
crates/common/src/test_transaction_builder.rs:509
↓ 1 callersFunctionsetup_nodes
()
crates/tests/src/lib.rs:48
↓ 1 callersFunctionshowThemes
()
doc/book/book.js:298
↓ 1 callersFunctionsigner_from_key
Derives a Cosmos bech32-encoded address from a Secp256k1 verifying key. This follows the Cosmos address derivation process: 1. Takes the SEC1-encoded
crates/keys/src/cosmos.rs:125
↓ 1 callersMethodsigning_payload
Returns the transaction's payload that needs to be signed, or a TransactionError if encoding fails.
crates/common/src/transaction.rs:51
↓ 1 callersFunctionsmall_scalar
()
crates/zk/groth16/src/lib.rs:201
↓ 1 callersMethodspan
(e)
doc/book/highlight.js:6
↓ 1 callersMethodstart_subscribed
(&self)
crates/node_types/lightclient/src/lightclient.rs:98
↓ 1 callersMethodstart_subscribed
(&self)
crates/cli/src/node_types.rs:15
↓ 1 callersMethodstop
(&self)
crates/cli/src/node_types.rs:19
↓ 1 callersMethodsubmit_finalized_epoch
(&self, epoch: FinalizedEpoch)
crates/da/src/memory.rs:185
↓ 1 callersFunctionswitchImageBasedOnTheme
()
doc/custom.js:1
↓ 1 callersFunctionswitchImageBasedOnTheme
()
doc/book/custom.js:1
↓ 1 callersMethodsync_backwards
(&self, cancellation_token: CancellationToken)
crates/node_types/lightclient/src/syncer.rs:219
↓ 1 callersMethodsync_incoming_heights
(&self, cancellation_token: CancellationToken)
crates/node_types/lightclient/src/syncer.rs:110
↓ 1 callersMethodsync_loop
( &self, start_height: u64, end_height: u64, mut event_sub: EventSubscriber,
crates/node_types/prover/src/syncer.rs:94
↓ 1 callersFunctiontail_scalar
()
crates/zk/groth16/src/lib.rs:222
↓ 1 callersMethodtick
Completes when the next instant in the interval has been reached.
crates/crosstarget/src/time.rs:30
↓ 1 callersMethodtoHTML
()
doc/book/highlight.js:6
↓ 1 callersMethodto_bech32
(&self, hrp: &str)
crates/serde/src/bech32.rs:14
↓ 1 callersMethodto_spki_base64
(&self)
crates/keys/src/verifying_keys.rs:218
← previousnext →301–400 of 870, ranked by callers