MCPcopy Create free account

hub / github.com/ChainSafe/Delorean-Protocol / functions

Functions2,468 in github.com/ChainSafe/Delorean-Protocol

Methodarbitrary
(g: &mut Gen)
fendermint/testing/src/arb/cid.rs:22
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/testing/src/arb/subnetid.rs:13
Methodarbitrary
(g: &mut Gen)
fendermint/testing/materializer/src/arb.rs:92
Methodarbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/timestamp.rs:49
Methodarbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/arb.rs:16
Methodarbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/provider_record.rs:82
Methodarbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/provider_cache.rs:227
Methodarbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/vote_record.rs:129
Methodarbitrary
(g: &mut quickcheck::Gen)
ipc/wallet/src/fvm/keystore.rs:613
Methodarbitrary
(g: &mut quickcheck::Gen)
ipc/wallet/src/fvm/serialization.rs:127
Methodas_evm_word
(&self)
ipc/types/src/ethaddr.rs:99
Methodassertion_failed
(msg: String)
ipc/types/src/actor_error.rs:119
Methodatto_per_power
Helper function to convert atto to [Power].
fendermint/vm/genesis/src/lib.rs:126
Functionbasics
()
ipld/resolver/src/limiter.rs:52
Methodbegin
(&self, state: Self::State)
fendermint/vm/interpreter/src/signed.rs:164
Methodbegin
( &self, (env, state): Self::State, )
fendermint/vm/interpreter/src/chain.rs:408
Methodbegin
( &self, mut state: Self::State, )
fendermint/vm/interpreter/src/fvm/exec.rs:56
Methodblock_hash
(&self, height: BlockHeight)
fendermint/vm/topdown/src/toggle.rs:95
Methodblock_height
(&self)
fendermint/vm/interpreter/src/fvm/state/snapshot.rs:206
Methodblock_height
(&self)
fendermint/vm/interpreter/src/fvm/state/query.rs:238
Functionblock_number
Returns the number of most recent block.
fendermint/eth/api/src/apis/eth.rs:62
Functionblock_streamer_from_file
()
fendermint/vm/snapshot/src/car/streamer.rs:138
Functionblock_zero
A pretend block at height 0 for some tools like The Graph which go there.
fendermint/eth/api/src/conv/from_tm.rs:57
Functionblock_zero_can_be_created
()
fendermint/eth/api/src/conv/from_tm.rs:611
Functionblock_zero_can_be_turned_into_eth
()
fendermint/eth/api/src/conv/from_tm.rs:616
Methodblocks_state_roots
(&self)
ipc/provider/src/lotus/message/chain.rs:38
Functionbls_verify_test
()
ipc/wallet/src/fvm/wallet.rs:454
Methodbottom_up_checkpoint
( &self, epoch: ChainEpoch, )
ipc/provider/src/manager/evm/manager.rs:914
Functionbuild_transport
Builds the transport stack that libp2p will communicate over. Based on the equivalent in Forest.
ipld/resolver/src/service.rs:577
Functionbuild_transport
Builds an in-memory transport for libp2p to communicate over.
ipld/resolver/tests/smoke.rs:353
Methodbuiltin
Deployment with the addresses that the Fendermint Genesis allocates.
fendermint/testing/materializer/src/materials/defaults.rs:34
Methodbuiltin_actors
Queries the built-in actors known by the System actor.
fendermint/rpc/src/query.rs:111
Methodbuiltin_actors
Returns the registry of built-in actors as enrolled in the System actor.
fendermint/vm/interpreter/src/fvm/state/query.rs:220
Methodbulk_write
(&self, values: &[(K, V)])
fendermint/rocksdb/src/rocks/mod.rs:123
Functionbytecode_linking
()
fendermint/eth/hardhat/src/lib.rs:298
Functionbytecode_missing_link
()
fendermint/eth/hardhat/src/lib.rs:314
Functionbytes_to_fvm_addr
It takes the bytes from an FVMAddress represented in Solidity and converts it into the corresponding FVM address Rust type.
contracts/binding/src/convert.rs:75
Methodcached_blocks
(&self)
fendermint/vm/topdown/src/toggle.rs:123
Methodcached_blocks
Returns the number of blocks cached.
fendermint/vm/topdown/src/finality/fetch.rs:233
Functioncall
Executes a new message call immediately without creating a transaction on the block chain.
fendermint/eth/api/src/apis/eth.rs:677
Methodcall
(&mut self, req: Request)
fendermint/abci/src/application.rs:166
Methodcall
Run a "read-only" message. The results are never going to be flushed, so it's semantically read-only, but it might write into the buffered block stor
fendermint/vm/interpreter/src/fvm/state/query.rs:182
Functioncan_parse_request
()
fendermint/eth/api/src/handlers/ws.rs:239
Methodcan_query_state
Check whether the state has been initialized by genesis. We can't run queries on the initial empty state becase the actors haven't been inserted yet.
fendermint/app/src/app.rs:392
Functioncan_register_metrics
()
fendermint/app/src/metrics/prometheus.rs:57
Functioncan_register_metrics
()
ipld/resolver/tests/smoke.rs:288
Functioncan_retry
Decide if it's worth retrying the transaction.
fendermint/vm/interpreter/src/fvm/broadcast.rs:219
Functionchain_id
Returns the chain ID used for signing replay-protected transactions.
fendermint/eth/api/src/apis/eth.rs:71
Methodchain_id
(&self)
fendermint/app/src/app.rs:93
Methodchain_id
(&self)
fendermint/vm/interpreter/src/fvm/state/check.rs:62
Methodchain_id
(&self)
fendermint/vm/interpreter/src/fvm/state/query.rs:251
Functionchain_id_different
()
fendermint/vm/core/src/chainid.rs:128
Functionchain_id_examples
()
fendermint/vm/core/src/chainid.rs:147
Functionchain_id_in_signature
( msg: SignedMessage, chain_id: u64, key: KeyPair, )
fendermint/vm/message/src/signed.rs:384
Functionchain_id_of_empty_is_zero
()
fendermint/vm/core/src/chainid.rs:135
Functionchain_id_of_known
()
fendermint/vm/core/src/chainid.rs:140
Functionchain_id_ok
()
fendermint/vm/core/src/chainid.rs:118
Functionchain_message_cbor
(value0: ChainMessage)
fendermint/vm/message/src/chain.rs:59
Methodcharge_gas
(&self, name: &str, compute: Gas)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:81
Methodcheck
( &self, state: Self::State, msg: Self::Message, is_recheck: bool, )
fendermint/vm/interpreter/src/signed.rs:183
Methodcheck
( &self, state: Self::State, msg: Self::Message, is_recheck: bool, )
fendermint/vm/interpreter/src/chain.rs:455
Functioncheck_internal_node
(tree: &[Hash], i: usize)
ext/merkle-tree-rs/src/core.rs:73
Functioncheck_keystore_config
()
ipc/provider/src/config/tests.rs:21
Methodcheck_proposal
(&self, proposal: &IPCParentFinality)
fendermint/vm/topdown/src/toggle.rs:81
Methodcheck_proposal
(&self, proposal: &IPCParentFinality)
fendermint/vm/topdown/src/finality/fetch.rs:118
Methodcheck_rate_limit
(&mut self, peer_id: &PeerId, cid: &Cid)
ipld/resolver/src/behaviour/content.rs:150
Methodcheck_result
Check that the result returned by the tally is correct.
fendermint/vm/topdown/tests/smt_voting.rs:381
Methodcheck_result
(&self, cmd: &Self::Command, pre_state: &Self::State, result: Self::Result)
fendermint/testing/contract-test/tests/staking/machine.rs:350
Methodcheck_signing_key
(&self, key: &libp2p::identity::PublicKey)
ipld/resolver/src/provider_record.rs:45
Functioncheck_subnets_config
()
ipc/provider/src/config/tests.rs:31
Methodcheck_system
Compare the tally agains the updated model state.
fendermint/vm/topdown/tests/smt_voting.rs:485
Methodcheck_system
( &self, cmd: &Self::Command, post_state: &Self::State, post_system: &Self::Sy
fendermint/testing/contract-test/tests/staking/machine.rs:425
Functioncheck_tree_node
(tree: &[Hash], i: usize)
ext/merkle-tree-rs/src/core.rs:65
Methodcheck_tx
Check the given transaction before putting it into the local mempool.
fendermint/app/src/app.rs:742
Methodchecked
Creates a new ActorError. This method checks if the exit code is within the allowed range, and automatically converts it into a user code.
ipc/types/src/actor_error.rs:44
Functioncheckpoint_abi
()
fendermint/vm/actor_interface/src/ipc.rs:517
Methodcheckpoint_period
(&self, subnet_id: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:1157
Methodchild_subnet
Getter for the target subnet this checkpoint manager is handling
ipc/provider/src/checkpoint.rs:109
Methodcid
Calculate the CID of an FVM message.
fendermint/vm/message/src/signed.rs:91
Methodcid
(&self)
ipc/provider/src/lotus/message/mpool.rs:47
Methodclaim_collateral
(&self, subnet: SubnetID, from: Address)
ipc/provider/src/manager/evm/manager.rs:514
Functionclient_version
Returns the current client version.
fendermint/eth/api/src/apis/web3.rs:13
Methodclone_into_box
(&self)
fendermint/app/settings/src/utils.rs:72
Methodcode
(&self)
ipc/types/src/lib.rs:92
Functioncode_error_message
()
fendermint/app/src/tmconv.rs:465
Functioncollect_resolved
()
fendermint/vm/resolver/src/pool.rs:286
Methodcometbft_p2p_host_port
Mapping the internal 26656 port to the host.
fendermint/testing/materializer/src/docker/mod.rs:136
Methodcometbft_rpc_host_port
Mapping the internal 26657 port to the host.
fendermint/testing/materializer/src/docker/mod.rs:141
Methodcommit
(&self)
fendermint/abci/examples/kvstore.rs:137
Methodcommit
Flush the data to the block store.
fendermint/vm/interpreter/src/fvm/state/genesis.rs:170
Methodcommit
(self)
fendermint/rocksdb/src/kvstore.rs:245
Functioncompaction_style_from_str_test
()
fendermint/rocksdb/src/rocks/config.rs:162
Functioncompaction_to_string
()
fendermint/app/settings/src/lib.rs:423
Functioncompression_style_from_str_test
()
fendermint/rocksdb/src/rocks/config.rs:181
Methodcompute
( // In whole gas units. gas_used: u64, gas_limit: u64, base_fee: &TokenAmount
fendermint/eth/api/src/gas/output.rs:20
Methodconfig
Load the configuration into a generic data structure.
fendermint/app/settings/src/lib.rs:316
Methodconfig
(&self)
ipc/cli/src/lib.rs:58
Methodconstructor
(rt: &impl Runtime, params: ConstructorParams)
fendermint/actors/chainmetadata/src/actor.rs:23
Methodconstructor
Initialize the HAMT store for tags in the actor state Callable only by the system actor at genesis
fendermint/actors/cetf/src/actor.rs:27
Functioncontains_key
()
ipc/wallet/src/fvm/wallet.rs:278
← previousnext →1,301–1,400 of 2,468, ranked by callers