MCPcopy Create free account

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

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

Methoditerate
(&self, ns: &S::Namespace)
fendermint/rocksdb/src/kvstore.rs:142
Methodjoin_subnet
( &'s mut self, _parent_submit_config: &SubmitConfig<'a, ValidationMaterials>, account
fendermint/testing/materializer/src/validation.rs:316
Methodjoin_subnet
( &'s mut self, parent_submit_config: &SubmitConfig<'a, DockerMaterials>, account: &'a
fendermint/testing/materializer/src/docker/mod.rs:884
Methodjoin_subnet
( &self, subnet: SubnetID, from: Address, collateral: TokenAmount, pub
ipc/provider/src/manager/evm/manager.rs:325
Functionjust_root_id_none
()
fendermint/vm/core/src/chainid.rs:170
Functionjust_root_id_some
()
fendermint/vm/core/src/chainid.rs:157
Functionkeyinfo_roundtrip
(keyinfo: KeyInfo)
ipc/wallet/src/fvm/keystore.rs:628
Methodkill_subnet
(&self, subnet: SubnetID, from: Address)
ipc/provider/src/manager/evm/manager.rs:473
Methodlast_bottom_up_checkpoint_height
( &self, subnet_id: &SubnetID, )
ipc/provider/src/manager/evm/manager.rs:1144
Methodlast_committed_finality
(&self)
fendermint/vm/topdown/src/toggle.rs:107
Methodlast_committed_finality
(&self)
fendermint/vm/topdown/src/finality/fetch.rs:215
Methodlatest_height
(&self)
fendermint/vm/topdown/src/toggle.rs:103
Methodlatest_height
Get the latest height tracked in the provider, includes both cache and last committed finality
fendermint/vm/topdown/src/finality/fetch.rs:211
Methodlatest_height_in_cache
(&self)
fendermint/vm/topdown/src/toggle.rs:99
Methodlatest_height_in_cache
(&self)
fendermint/vm/topdown/src/finality/fetch.rs:206
Methodlatest_parent_finality
Returns the latest finality from the parent committed in a child subnet.
ipc/provider/src/lib.rs:721
Methodlatest_parent_finality
(&self)
ipc/provider/src/manager/evm/manager.rs:236
Methodleaf_hash
(&self, leaf: &[V])
ext/merkle-tree-rs/src/standard.rs:183
Methodleave_subnet
(&self, subnet: SubnetID, from: Address)
ipc/provider/src/manager/evm/manager.rs:456
Functionlibrary_dependencies
()
fendermint/eth/hardhat/src/lib.rs:332
Methodlimiter_mut
(&mut self)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:73
Methodlink_syscalls
(linker: &mut Linker<K>)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:101
Methodlist
(&self)
ipc/wallet/src/evm/memory.rs:24
Methodlist
(&self)
ipc/wallet/src/evm/persistent.rs:63
Functionlist_addr
()
ipc/wallet/src/fvm/wallet.rs:359
Methodlist_bootstrap_nodes
Lists the bootstrap nodes of a subnet
ipc/provider/src/lib.rs:713
Methodlist_bootstrap_nodes
(&self, subnet: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:827
Methodlist_cf
List existing column families in a database. These need to be passed to `open_cf` when we are reopening the database. If the database doesn't exist,
fendermint/rocksdb/src/rocks/mod.rs:75
Methodlist_child_subnets
( &self, gateway_addr: Address, )
ipc/provider/src/manager/evm/manager.rs:490
Methodlist_connections
Lists available subnet connections
ipc/provider/src/lib.rs:230
Methodlist_snapshots
List the snapshots available on this node to be served to remote peers.
fendermint/app/src/app.rs:1128
Functionlistening
Returns true if client is actively listening for network connections.
fendermint/eth/api/src/apis/net.rs:26
Methodload
(data: StandardMerkleTreeData)
ext/merkle-tree-rs/src/standard.rs:141
Functionload_bundle_from_file
()
fendermint/vm/snapshot/src/car/streamer.rs:132
Functionload_genesis
()
fendermint/vm/interpreter/src/fvm/genesis.rs:562
Functionload_genesis_deterministic
()
fendermint/vm/interpreter/src/fvm/genesis.rs:596
Functionload_genesis_known
()
fendermint/vm/interpreter/src/fvm/genesis.rs:631
Methodload_snapshot_chunk
Load a particular snapshot chunk a remote peer is asking for.
fendermint/app/src/app.rs:1140
Methodlookback_len
(rt: &impl Runtime)
fendermint/actors/chainmetadata/src/actor.rs:74
Methodlookup_addr
Look up the delegated address of an ID, if any.
fendermint/eth/api/src/cache.rs:139
Methodlow_u256
(&self)
ipc/types/src/uints.rs:160
Methodmachine
(&self)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:69
Functionmain
()
fendermint/abci/examples/kvstore.rs:182
Functionmain
()
fendermint/eth/api/examples/query_blockhash.rs:78
Functionmain
()
fendermint/eth/api/examples/ethers.rs:114
Functionmain
()
fendermint/eth/api/examples/greeter.rs:83
Functionmain
()
fendermint/app/options/examples/network.rs:16
Functionmain
()
fendermint/app/src/main.rs:99
Functionmain
()
fendermint/rpc/examples/simplecoin.rs:102
Functionmain
()
fendermint/rpc/examples/transfer.rs:75
Functionmain
()
fendermint/actors/build.rs:15
Functionmain
()
fendermint/testing/delorean-cli/src/main.rs:152
Functionmain
()
ipc/cli/src/main.rs:8
Functionmain
Generate Rust bindings from the IPC Solidity Actors ABI artifacts. These are built by `make ipc-actors-abi`, here we just add the final step so we ha
contracts/binding/build.rs:11
Functionmake_empty_map
(store: &'_ BS, bitwidth: u32)
ipc/types/src/lib.rs:37
Functionmake_map_with_root
( root: &Cid, store: &'bs BS, )
ipc/types/src/lib.rs:47
Functionmake_map_with_root_and_bitwidth
( root: &Cid, store: &'bs BS, bitwidth: u32, )
ipc/types/src/lib.rs:60
Functionmanifest_json
(value0: Manifest)
fendermint/testing/materializer/src/manifest.rs:246
Functionmanifest_toml
(value0: Manifest)
fendermint/testing/materializer/src/manifest.rs:266
Functionmanifest_yaml
(value0: Manifest)
fendermint/testing/materializer/src/manifest.rs:256
Functionmap_err_to_anyhow
(e: T)
ipc/wallet/src/fvm/keystore.rs:496
Functionmap_voting_err
(e: StmError<voting::Error>)
fendermint/vm/topdown/src/sync/syncer.rs:300
Functionmax_fee_exceeded
()
fendermint/vm/actor_interface/src/ipc.rs:442
Functionmax_priority_fee_per_gas
Returns a fee per gas that is an estimate of how much you can pay as a priority fee, or 'tip', to get a transaction included in the current block.
fendermint/eth/api/src/apis/eth.rs:91
Methodmaybe_load
Read the underlying `Cid` from the store, if it exists.
ipc/types/src/link.rs:80
Methodmaybe_load
Load the data pointing at the store with the underlying `Cid` as its root, if it exists.
ipc/types/src/amt.rs:68
Methodmaybe_load
Load the data pointing at the store with the underlying `Cid` as its root, if it exists.
ipc/types/src/hamt.rs:71
Methodmembership_mut
(&mut self)
ipld/resolver/src/behaviour/mod.rs:101
Functionmerkleize_validators
(validators: Vec<Validator<Power>>)
fendermint/vm/actor_interface/src/ipc.rs:596
Methodmessage_factory_mut
(&mut self)
fendermint/app/src/cmd/rpc.rs:344
Methodmethod
(&self)
fendermint/rpc/src/client.rs:319
Methodmin_validators
(&self, subnet_id: &SubnetID)
ipc/provider/src/manager/evm/manager.rs:993
Functionmissing_blocks
Recursively find all [`Cid`] fields in the [`Block`] structures stored in the [`Blockstore`] and return all CIDs which could *not* be retrieved from t
ipld/resolver/src/missing_blocks.rs:15
Methodmissing_blocks
(&mut self, cid: &Cid)
fendermint/app/src/store.rs:113
Methodmissing_blocks
(&mut self, cid: &Cid)
ipld/resolver/tests/store/mod.rs:51
Functionmod_i256
()
ipc/types/src/uints.rs:270
Methodmpool_push
(&self, mut msg: MpoolPushMessage)
ipc/provider/src/lotus/client.rs:165
Methodmpool_push_message
( &self, msg: MpoolPushMessage, )
ipc/provider/src/lotus/client.rs:116
Methodmsg
Error message of the actor error.
ipc/types/src/actor_error.rs:133
Methodname
()
fendermint/actors/chainmetadata/src/actor.rs:93
Methodname
()
fendermint/actors/cetf/src/actor.rs:166
Methodname
(&self)
fendermint/testing/materializer/src/testnet.rs:86
Functionnegative_i256
()
ipc/types/src/uints.rs:305
Functionnetwork_from_env
()
fendermint/app/options/src/lib.rs:239
Methodnetwork_type
(&self)
ipc/provider/src/config/subnet.rs:41
Methodnew
()
fendermint/abci/examples/kvstore.rs:30
Methodnew
(lock_writes: bool)
fendermint/storage/src/im.rs:50
Methodnew
(ns: S::Namespace)
fendermint/storage/src/lib.rs:150
Methodnew
(contracts_dir: PathBuf)
fendermint/eth/hardhat/src/lib.rs:40
Methodnew
(value: &FilterKind)
fendermint/eth/api/src/filters.rs:197
Methodnew
( client: C, filter_timeout: Duration, cache_capacity: usize, max_nonce_gap: N
fendermint/eth/api/src/state.rs:77
Methodnew
(capacity: usize)
fendermint/eth/api/src/cache.rs:36
Methodnew
( http_url: Url, ws_url: WebSocketClientUrl, retry_delay: Duration, )
fendermint/eth/api/src/client.rs:47
Methodnew
(sk: &Path)
fendermint/eth/api/examples/common/mod.rs:48
Methodnew
Load the default configuration from a directory, then potential overrides specific to the run mode, then overrides from the local environment, finally
fendermint/app/settings/src/lib.rs:311
Methodnew
(app: App<DB, SS, S, I>)
fendermint/app/src/ipc.rs:47
Methodnew
( config: AppConfig<S>, db: DB, state_store: SS, interpreter: I, chain
fendermint/app/src/app.rs:189
Methodnew
(state_store: NamespaceBlockstore, bit_store: NamespaceBlockstore)
fendermint/app/src/store.rs:59
Methodnew
()
fendermint/app/src/metrics/tracing.rs:27
Methodnew
(client: FendermintClient, args: &TransArgs)
fendermint/app/src/cmd/rpc.rs:329
← previousnext →1,801–1,900 of 2,468, ranked by callers