Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AztecProtocol/aztec-packages
/ functions
Functions
24,401 in github.com/AztecProtocol/aztec-packages
⨍
Functions
24,401
◇
Types & classes
6,831
↳
Endpoints
29
↓ 14 callers
Function
makeBlock
(txs: Tx[])
yarn-project/sequencer-client/src/sequencer/sequencer.test.ts:117
↓ 14 callers
Method
makeFakeHonk
()
yarn-project/stdlib/src/vks/verification_key.ts:294
↓ 14 callers
Function
mark_witness_as_used
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field_utils.cpp:107
↓ 14 callers
Function
mergeExecutionPayloads
(requests: ExecutionPayload[])
yarn-project/stdlib/src/tx/execution_payload.ts:37
↓ 14 callers
Function
mockGetContractInstance
(contractsDB: PublicContractsDB, contractInstance: ContractInstanceWithAddress)
yarn-project/simulator/src/public/avm/test_utils.ts:54
↓ 14 callers
Function
numToUInt32BE
(n: number, bufferSize = 4)
yarn-project/foundation/src/serialize/free_funcs.ts:54
↓ 14 callers
Function
onClose
(code: number | null)
yarn-project/ethereum/src/test/start_anvil.ts:107
↓ 14 callers
Function
parallel_for_heuristic
barretenberg/cpp/src/barretenberg/common/thread.hpp:58
↓ 14 callers
Function
parseBooleanEnv
(val: string | undefined)
yarn-project/foundation/src/config/parse-env.ts:2
↓ 14 callers
Function
parseWithOptionals
(args: any[], schema: T)
yarn-project/foundation/src/schemas/parse.ts:14
↓ 14 callers
Method
postMessage
(call: WalletMethodCall)
yarn-project/wallet-sdk/src/iframe/provider/iframe_wallet.ts:199
↓ 14 callers
Function
prettyPrintJSON
(data: Record<string, any>)
yarn-project/cli/src/utils/commands.ts:407
↓ 14 callers
Method
random
()
yarn-project/stdlib/src/p2p/signed_txs.ts:85
↓ 14 callers
Function
randomBigInt
(max: bigint)
yarn-project/foundation/src/crypto/random/index.ts:34
↓ 14 callers
Method
readBuffer
* Reads a buffer from the current position of the reader and advances the index. * The method first reads the size (number) of bytes to be read, an
yarn-project/foundation/src/serialize/buffer_reader.ts:408
↓ 14 callers
Method
readStorage
* Read from public storage. * * @param contractAddress - the address of the contract whose storage is being read from * @param slot - the slo
yarn-project/simulator/src/public/state_manager/state_manager.ts:171
↓ 14 callers
Method
recordSuccess
* Record a successful signing operation. * Updates the duty status to 'signed' and stores the signature. * Only succeeds if the lockToken matche
yarn-project/validator-ha-signer/src/slashing_protection_service.ts:147
↓ 14 callers
Function
recoverAddress
(hash: Buffer32, signature: Signature, opts?: RecoveryOpts)
yarn-project/foundation/src/crypto/secp256k1-signer/utils.ts:74
↓ 14 callers
Method
reduce_to_pairing_check_and_ipa_opening
barretenberg/cpp/src/barretenberg/goblin/goblin_verifier.cpp:18
↓ 14 callers
Method
reloadKeystore
* Reloads keystore configuration from disk. * * What is updated: * - Validator attester keys * - Coinbase address per validator * - Fee
yarn-project/stdlib/src/interfaces/aztec-node-admin.ts:72
↓ 14 callers
Method
removeCheckpointsAfter
* Removes all checkpoints with checkpoint number > checkpointNumber. * Also removes ALL blocks (both checkpointed and uncheckpointed) after the las
yarn-project/archiver/src/store/block_store.ts:444
↓ 14 callers
Method
set_values
barretenberg/cpp/src/barretenberg/stdlib/primitives/databus/databus.cpp:14
↓ 14 callers
Method
signTypedData
Sign typed data using EIP-712
yarn-project/ethereum/src/eth-signer/eth-signer.ts:21
↓ 14 callers
Method
sync
Triggers a sync to the archiver. Used for testing.
yarn-project/p2p/src/client/p2p_client.ts:320
↓ 14 callers
Function
test
(name, fn)
noir-projects/noir-protocol-circuits/scripts/generate_variants.js:325
↓ 14 callers
Function
test_helper_batch_mul
Overload: defaults to all WITNESS types for given num_points
barretenberg/cpp/src/barretenberg/stdlib/primitives/biggroup/biggroup.test.cpp:1475
↓ 14 callers
Function
toHex
(num: bigint, padTo32 = false)
yarn-project/foundation/src/bigint-buffer/index.ts:69
↓ 14 callers
Method
toPrettyString
()
yarn-project/world-state/src/native/bench_metrics.ts:39
↓ 14 callers
Method
trackEvent
* Generic event tracking method
barretenberg/docs/src/utils/analytics.ts:86
↓ 14 callers
Method
trackEvent
* Generic event tracking method
docs/src/utils/analytics.ts:86
↓ 14 callers
Function
unique
(arr: T[])
yarn-project/foundation/src/collection/array.ts:137
↓ 14 callers
Method
updateDutySigned
* Update a duty to 'signed' status with the signature. * Only succeeds if the lockToken matches (caller must be the one who created the duty). *
yarn-project/validator-ha-signer/src/types.ts:174
↓ 14 callers
Method
updateLeaf
* Updates a leaf at a given index in the tree. * @param leaf - The leaf value to be updated. * @param index - The leaf to be updated.
yarn-project/merkle-tree/src/interfaces/update_only_tree.ts:17
↓ 14 callers
Function
xtime
barretenberg/cpp/src/barretenberg/crypto/aes128/aes128.cpp:105
↓ 13 callers
Method
#rangeCheck
(numBytes: number)
yarn-project/foundation/src/serialize/buffer_reader.ts:472
↓ 13 callers
Method
addCompleteAddress
(completeAddress: CompleteAddress)
yarn-project/pxe/src/storage/address_store/address_store.ts:18
↓ 13 callers
Method
add_flag
Add a flag with no description or variable assignment
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:7028
↓ 13 callers
Method
allAsync
Runs a SELECT statement and returns rows in array row-mode.
yarn-project/kv-store/src/sqlite-opfs/store.ts:244
↓ 13 callers
Method
assertFormula
barretenberg/cpp/src/barretenberg/smt_verification/solver/solver.hpp:158
↓ 13 callers
Method
begin
Begin iterators
barretenberg/cpp/src/barretenberg/polynomials/univariate.hpp:534
↓ 13 callers
Function
build_retrieved_bytecodes_tree
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/retrieved_bytecodes_tree.cpp:58
↓ 13 callers
Method
check_conversion
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field_conversion.test.cpp:51
↓ 13 callers
Function
check_historic_leaf
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.test.cpp:182
↓ 13 callers
Function
collectAll
(iterator: AsyncIterableIterator<T>)
yarn-project/foundation/src/iterator/filter.test.ts:8
↓ 13 callers
Function
computeAuthWitMessageHash
( intent: IntentInnerHash | CallIntent | ContractFunctionInteractionCallIntent, metadata: ChainInfo, )
yarn-project/aztec.js/src/utils/authwit.ts:79
↓ 13 callers
Method
computeTree
(leaves: Buffer[] = [])
yarn-project/foundation/src/trees/merkle_tree_calculator.ts:31
↓ 13 callers
Method
compute_lookup_table
barretenberg/cpp/src/barretenberg/polynomials/evaluation_domain.cpp:175
↓ 13 callers
Method
create
* Creates a new SequencerPublisher instance. * @param _validatorAddress - The address of the validator that will be using the publisher. * @retu
yarn-project/sequencer-client/src/publisher/sequencer-publisher-factory.ts:66
↓ 13 callers
Function
create_tree
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.test.cpp:62
↓ 13 callers
Method
deleteTxs
* Deletes transactions from the pool. Tx hashes that are not present are ignored. * @param txHashes - An array of tx hashes to be removed from the
yarn-project/p2p/src/mem_pools/tx_pool/tx_pool.ts:79
↓ 13 callers
Function
deployAztecL1Contracts
( rpcUrl: string, privateKey: `0x${string}`, chainId: number, args: DeployAztecL1ContractsArgs, )
yarn-project/ethereum/src/deploy_aztec_l1_contracts.ts:280
↓ 13 callers
Function
displayStatusMessage
(message: string)
boxes/boxes/vanilla/app/main.ts:219
↓ 13 callers
Method
evaluate_mle
barretenberg/cpp/src/barretenberg/polynomials/polynomial.cpp:199
↓ 13 callers
Function
expectActionVoteOffenses
(action: ProposerSlashAction, expectedRound: bigint, expectedVotes: number[])
yarn-project/slasher/src/tally_slasher_client.test.ts:102
↓ 13 callers
Function
expectNotes
(notes: { note: Note }[], expected: bigint[][])
yarn-project/pxe/src/contract_function_simulator/pick_notes.test.ts:16
↓ 13 callers
Function
extractOffchainOutput
(effects: OffchainEffect[], anchorBlockTimestamp: bigint)
yarn-project/aztec.js/src/contract/interaction_options.ts:189
↓ 13 callers
Function
filterAsync
(arr: T[], fn: (item: T) => Promise<boolean>)
yarn-project/foundation/src/collection/array.ts:98
↓ 13 callers
Function
findIndexInSortedArray
(values: T[], needle: N, cmp: (a: T, b: N) => number)
yarn-project/foundation/src/array/sorted_array.ts:59
↓ 13 callers
Method
fromBuffer
(buffer: Buffer)
yarn-project/foundation/src/trees/indexed_merkle_tree_calculator.ts:9
↓ 13 callers
Method
generator
* Get the generator point for BN254 G1, or perform scalar multiplication. * When called without arguments, returns the base generator point. * W
yarn-project/foundation/src/curves/bn254/point.ts:46
↓ 13 callers
Method
getBlocksForSlot
* Returns all blocks for a given slot. * @dev Use this method only with recent slots, since it walks the block list backwards. * @param slotNumb
yarn-project/stdlib/src/block/l2_block_source.ts:256
↓ 13 callers
Method
getChainInfo
()
yarn-project/aztec.js/src/wallet/wallet.test.ts:404
↓ 13 callers
Method
getCheckpointedL2BlockNumber
* Gets the number of the latest L2 block checkpointed seen by the block source implementation. * @returns The number of the latest L2 block checkpo
yarn-project/stdlib/src/block/l2_block_source.ts:68
↓ 13 callers
Method
getCoinbaseForAttestor
(attestor: EthAddress)
yarn-project/validator-client/src/validator.ts:260
↓ 13 callers
Method
getContractMetadata
(address: AztecAddress)
yarn-project/end-to-end/src/test-wallet/worker_wallet.ts:134
↓ 13 callers
Method
getDumbPeersToQuery
()
yarn-project/p2p/src/services/reqresp/batch-tx-requester/peer_collection.ts:16
↓ 13 callers
Method
getEthPerFeeAsset
()
yarn-project/ethereum/src/contracts/rollup.ts:555
↓ 13 callers
Method
getMetadata
Get metadata for a transaction by its hash (as string)
yarn-project/p2p/src/mem_pools/tx_pool_v2/interfaces.ts:82
↓ 13 callers
Method
getMinedAtBlock
* Gets the block number in which a transaction was originally mined.
yarn-project/p2p/src/mem_pools/tx_pool_v2/deleted_pool.ts:211
↓ 13 callers
Method
getNonEmptyNullifiers
()
yarn-project/stdlib/src/kernel/private_kernel_tail_circuit_public_inputs.ts:246
↓ 13 callers
Method
getPayloadToSign
(domainSeparator: SignatureDomainSeparator)
yarn-project/stdlib/src/p2p/signature_utils.ts:14
↓ 13 callers
Function
getRandomMsgContent
()
yarn-project/pxe/src/storage/private_event_store/private_event_store.test.ts:13
↓ 13 callers
Function
getSuccessfulCallsFromTrace
( client: ViemPublicDebugClient, txHash: Hex, targetAddress: EthAddress, functionSelector: string, l
yarn-project/archiver/src/l1/trace_tx.ts:54
↓ 13 callers
Method
getValidatorsStats
Returns stats for validators if enabled.
yarn-project/stdlib/src/interfaces/aztec-node.ts:442
↓ 13 callers
Method
getValuesAsync
* Gets all the values at the given key. * @param key - The key to get the values from
yarn-project/kv-store/src/interfaces/multi_map.ts:30
↓ 13 callers
Method
get_execution_id
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/execution_id_manager.hpp:27
↓ 13 callers
Function
get_low_leaf
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.test.cpp:151
↓ 13 callers
Method
get_shifted
barretenberg/cpp/src/barretenberg/commitment_schemes/claim_batcher.hpp:52
↓ 13 callers
Method
get_tree_state
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/concrete_dbs.cpp:70
↓ 13 callers
Function
get_wnaf_bits
barretenberg/cpp/src/barretenberg/ecc/groups/wnaf.hpp:113
↓ 13 callers
Method
initializePeers
()
yarn-project/p2p/src/services/peer-manager/interface.ts:13
↓ 13 callers
Method
isReady
* Method to determine if the node is ready to accept transactions. * @returns - Flag indicating the readiness for tx submission.
yarn-project/stdlib/src/interfaces/aztec-node.ts:252
↓ 13 callers
Function
isWithinClockTolerance
( messageSlot: SlotNumber, currentSlot: SlotNumber, epochCache: EpochCacheInterface, )
yarn-project/p2p/src/msg_validators/clock_tolerance.ts:22
↓ 13 callers
Function
keys
(range?: Range<Key>, sut: AztecAsyncMap<any, any> | AztecMap<any, any> = map)
yarn-project/kv-store/src/interfaces/map_test_suite.ts:50
↓ 13 callers
Function
makeBlock
(txs: Tx[], header: BlockHeader)
yarn-project/p2p/src/mem_pools/tx_pool_v2/tx_pool_v2.compat.test.ts:107
↓ 13 callers
Method
makeFakeRollupHonk
()
yarn-project/stdlib/src/vks/verification_key.ts:298
↓ 13 callers
Function
makeOutputsUri
()
yarn-project/prover-client/src/proving_broker/fixtures.ts:18
↓ 13 callers
Function
makeParityPublicInputs
(seed = 0)
yarn-project/stdlib/src/tests/factories.ts:863
↓ 13 callers
Function
makeProtocolContract
(name: ProtocolContractName, artifact: ContractArtifact)
yarn-project/protocol-contracts/src/make_protocol_contract.ts:19
↓ 13 callers
Function
makeRequest
(archiveRoot: Fr, length: number, indices: number[])
yarn-project/p2p/src/services/libp2p/libp2p_service.test.ts:376
↓ 13 callers
Function
makeResponse
(archiveRoot: Fr, length: number, indices: number[], txHashes: string[])
yarn-project/p2p/src/services/libp2p/libp2p_service.test.ts:380
↓ 13 callers
Function
mapAppendOnlyTreeSnapshotFromNoir
(snapshot: AppendOnlyTreeSnapshotNoir)
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:365
↓ 13 callers
Method
markAsProven
* Marks the specified checkpoint (or latest if none) as proven * @param maybeCheckpointNumber - The checkpoint number to mark as proven (defaults t
yarn-project/ethereum/src/test/rollup_cheat_codes.ts:198
↓ 13 callers
Function
mockTxForRollup
(seed = 1, opts: Parameters<typeof mockTx>[1] = {})
yarn-project/stdlib/src/tests/mocks.ts:194
↓ 13 callers
Function
mutate_memory_tag
barretenberg/cpp/src/barretenberg/avm_fuzzer/mutations/basic_types/memory_tag.cpp:29
↓ 13 callers
Method
notify_exit_call
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/call_stack_metadata_collector.cpp:62
↓ 13 callers
Method
num_public_inputs
barretenberg/cpp/src/barretenberg/ultra_honk/prover_instance.hpp:72
↓ 13 callers
Method
pow
(rhs: bigint)
yarn-project/foundation/src/curves/bls12/field.ts:313
↓ 13 callers
Function
publishContractClass
( wallet: Wallet, artifact: ContractArtifact, )
yarn-project/aztec.js/src/deployment/publish_class.ts:16
↓ 13 callers
Method
queue_ecc_eq
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/mega_circuit_builder.cpp:127
← previous
next →
1,401–1,500 of 24,401, ranked by callers