Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ functions
Functions
2,468 in github.com/ChainSafe/Delorean-Protocol
⨍
Functions
2,468
◇
Types & classes
742
Method
arbitrary
(g: &mut Gen)
fendermint/testing/src/arb/cid.rs:22
Method
arbitrary
(g: &mut quickcheck::Gen)
fendermint/testing/src/arb/subnetid.rs:13
Method
arbitrary
(g: &mut Gen)
fendermint/testing/materializer/src/arb.rs:92
Method
arbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/timestamp.rs:49
Method
arbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/arb.rs:16
Method
arbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/provider_record.rs:82
Method
arbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/provider_cache.rs:227
Method
arbitrary
(g: &mut quickcheck::Gen)
ipld/resolver/src/vote_record.rs:129
Method
arbitrary
(g: &mut quickcheck::Gen)
ipc/wallet/src/fvm/keystore.rs:613
Method
arbitrary
(g: &mut quickcheck::Gen)
ipc/wallet/src/fvm/serialization.rs:127
Method
as_evm_word
(&self)
ipc/types/src/ethaddr.rs:99
Method
assertion_failed
(msg: String)
ipc/types/src/actor_error.rs:119
Method
atto_per_power
Helper function to convert atto to [Power].
fendermint/vm/genesis/src/lib.rs:126
Function
basics
()
ipld/resolver/src/limiter.rs:52
Method
begin
(&self, state: Self::State)
fendermint/vm/interpreter/src/signed.rs:164
Method
begin
( &self, (env, state): Self::State, )
fendermint/vm/interpreter/src/chain.rs:408
Method
begin
( &self, mut state: Self::State, )
fendermint/vm/interpreter/src/fvm/exec.rs:56
Method
block_hash
(&self, height: BlockHeight)
fendermint/vm/topdown/src/toggle.rs:95
Method
block_height
(&self)
fendermint/vm/interpreter/src/fvm/state/snapshot.rs:206
Method
block_height
(&self)
fendermint/vm/interpreter/src/fvm/state/query.rs:238
Function
block_number
Returns the number of most recent block.
fendermint/eth/api/src/apis/eth.rs:62
Function
block_streamer_from_file
()
fendermint/vm/snapshot/src/car/streamer.rs:138
Function
block_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
Function
block_zero_can_be_created
()
fendermint/eth/api/src/conv/from_tm.rs:611
Function
block_zero_can_be_turned_into_eth
()
fendermint/eth/api/src/conv/from_tm.rs:616
Method
blocks_state_roots
(&self)
ipc/provider/src/lotus/message/chain.rs:38
Function
bls_verify_test
()
ipc/wallet/src/fvm/wallet.rs:454
Method
bottom_up_checkpoint
( &self, epoch: ChainEpoch, )
ipc/provider/src/manager/evm/manager.rs:914
Function
build_transport
Builds the transport stack that libp2p will communicate over. Based on the equivalent in Forest.
ipld/resolver/src/service.rs:577
Function
build_transport
Builds an in-memory transport for libp2p to communicate over.
ipld/resolver/tests/smoke.rs:353
Method
builtin
Deployment with the addresses that the Fendermint Genesis allocates.
fendermint/testing/materializer/src/materials/defaults.rs:34
Method
builtin_actors
Queries the built-in actors known by the System actor.
fendermint/rpc/src/query.rs:111
Method
builtin_actors
Returns the registry of built-in actors as enrolled in the System actor.
fendermint/vm/interpreter/src/fvm/state/query.rs:220
Method
bulk_write
(&self, values: &[(K, V)])
fendermint/rocksdb/src/rocks/mod.rs:123
Function
bytecode_linking
()
fendermint/eth/hardhat/src/lib.rs:298
Function
bytecode_missing_link
()
fendermint/eth/hardhat/src/lib.rs:314
Function
bytes_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
Method
cached_blocks
(&self)
fendermint/vm/topdown/src/toggle.rs:123
Method
cached_blocks
Returns the number of blocks cached.
fendermint/vm/topdown/src/finality/fetch.rs:233
Function
call
Executes a new message call immediately without creating a transaction on the block chain.
fendermint/eth/api/src/apis/eth.rs:677
Method
call
(&mut self, req: Request)
fendermint/abci/src/application.rs:166
Method
call
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
Function
can_parse_request
()
fendermint/eth/api/src/handlers/ws.rs:239
Method
can_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
Function
can_register_metrics
()
fendermint/app/src/metrics/prometheus.rs:57
Function
can_register_metrics
()
ipld/resolver/tests/smoke.rs:288
Function
can_retry
Decide if it's worth retrying the transaction.
fendermint/vm/interpreter/src/fvm/broadcast.rs:219
Function
chain_id
Returns the chain ID used for signing replay-protected transactions.
fendermint/eth/api/src/apis/eth.rs:71
Method
chain_id
(&self)
fendermint/app/src/app.rs:93
Method
chain_id
(&self)
fendermint/vm/interpreter/src/fvm/state/check.rs:62
Method
chain_id
(&self)
fendermint/vm/interpreter/src/fvm/state/query.rs:251
Function
chain_id_different
()
fendermint/vm/core/src/chainid.rs:128
Function
chain_id_examples
()
fendermint/vm/core/src/chainid.rs:147
Function
chain_id_in_signature
( msg: SignedMessage, chain_id: u64, key: KeyPair, )
fendermint/vm/message/src/signed.rs:384
Function
chain_id_of_empty_is_zero
()
fendermint/vm/core/src/chainid.rs:135
Function
chain_id_of_known
()
fendermint/vm/core/src/chainid.rs:140
Function
chain_id_ok
()
fendermint/vm/core/src/chainid.rs:118
Function
chain_message_cbor
(value0: ChainMessage)
fendermint/vm/message/src/chain.rs:59
Method
charge_gas
(&self, name: &str, compute: Gas)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:81
Method
check
( &self, state: Self::State, msg: Self::Message, is_recheck: bool, )
fendermint/vm/interpreter/src/signed.rs:183
Method
check
( &self, state: Self::State, msg: Self::Message, is_recheck: bool, )
fendermint/vm/interpreter/src/chain.rs:455
Function
check_internal_node
(tree: &[Hash], i: usize)
ext/merkle-tree-rs/src/core.rs:73
Function
check_keystore_config
()
ipc/provider/src/config/tests.rs:21
Method
check_proposal
(&self, proposal: &IPCParentFinality)
fendermint/vm/topdown/src/toggle.rs:81
Method
check_proposal
(&self, proposal: &IPCParentFinality)
fendermint/vm/topdown/src/finality/fetch.rs:118
Method
check_rate_limit
(&mut self, peer_id: &PeerId, cid: &Cid)
ipld/resolver/src/behaviour/content.rs:150
Method
check_result
Check that the result returned by the tally is correct.
fendermint/vm/topdown/tests/smt_voting.rs:381
Method
check_result
(&self, cmd: &Self::Command, pre_state: &Self::State, result: Self::Result)
fendermint/testing/contract-test/tests/staking/machine.rs:350
Method
check_signing_key
(&self, key: &libp2p::identity::PublicKey)
ipld/resolver/src/provider_record.rs:45
Function
check_subnets_config
()
ipc/provider/src/config/tests.rs:31
Method
check_system
Compare the tally agains the updated model state.
fendermint/vm/topdown/tests/smt_voting.rs:485
Method
check_system
( &self, cmd: &Self::Command, post_state: &Self::State, post_system: &Self::Sy
fendermint/testing/contract-test/tests/staking/machine.rs:425
Function
check_tree_node
(tree: &[Hash], i: usize)
ext/merkle-tree-rs/src/core.rs:65
Method
check_tx
Check the given transaction before putting it into the local mempool.
fendermint/app/src/app.rs:742
Method
checked
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
Function
checkpoint_abi
()
fendermint/vm/actor_interface/src/ipc.rs:517
Method
checkpoint_period
(&self, subnet_id: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:1157
Method
child_subnet
Getter for the target subnet this checkpoint manager is handling
ipc/provider/src/checkpoint.rs:109
Method
cid
Calculate the CID of an FVM message.
fendermint/vm/message/src/signed.rs:91
Method
cid
(&self)
ipc/provider/src/lotus/message/mpool.rs:47
Method
claim_collateral
(&self, subnet: SubnetID, from: Address)
ipc/provider/src/manager/evm/manager.rs:514
Function
client_version
Returns the current client version.
fendermint/eth/api/src/apis/web3.rs:13
Method
clone_into_box
(&self)
fendermint/app/settings/src/utils.rs:72
Method
code
(&self)
ipc/types/src/lib.rs:92
Function
code_error_message
()
fendermint/app/src/tmconv.rs:465
Function
collect_resolved
()
fendermint/vm/resolver/src/pool.rs:286
Method
cometbft_p2p_host_port
Mapping the internal 26656 port to the host.
fendermint/testing/materializer/src/docker/mod.rs:136
Method
cometbft_rpc_host_port
Mapping the internal 26657 port to the host.
fendermint/testing/materializer/src/docker/mod.rs:141
Method
commit
(&self)
fendermint/abci/examples/kvstore.rs:137
Method
commit
Flush the data to the block store.
fendermint/vm/interpreter/src/fvm/state/genesis.rs:170
Method
commit
(self)
fendermint/rocksdb/src/kvstore.rs:245
Function
compaction_style_from_str_test
()
fendermint/rocksdb/src/rocks/config.rs:162
Function
compaction_to_string
()
fendermint/app/settings/src/lib.rs:423
Function
compression_style_from_str_test
()
fendermint/rocksdb/src/rocks/config.rs:181
Method
compute
( // In whole gas units. gas_used: u64, gas_limit: u64, base_fee: &TokenAmount
fendermint/eth/api/src/gas/output.rs:20
Method
config
Load the configuration into a generic data structure.
fendermint/app/settings/src/lib.rs:316
Method
config
(&self)
ipc/cli/src/lib.rs:58
Method
constructor
(rt: &impl Runtime, params: ConstructorParams)
fendermint/actors/chainmetadata/src/actor.rs:23
Method
constructor
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
Function
contains_key
()
ipc/wallet/src/fvm/wallet.rs:278
← previous
next →
1,301–1,400 of 2,468, ranked by callers