MCPcopy Create free account

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

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

↓ 417 callersMethodcontext
(self, context: C)
ipc/types/src/actor_error.rs:235
↓ 201 callersMethodto_string
(&self)
ipc/api/src/address.rs:53
↓ 92 callersMethodcollect
(&self)
fendermint/app/settings/src/utils.rs:76
↓ 73 callersMethodto_vec
(&self)
fendermint/vm/interpreter/src/fvm/extend.rs:42
↓ 72 callersMethodas_ref
(&self)
fendermint/vm/actor_interface/src/eam.rs:118
↓ 65 callersMethodinsert
Insert a transaction we could not submit straight away into the buffer.
fendermint/eth/api/src/mpool.rs:36
↓ 56 callersMethodjoin
(&self, s: &str)
fendermint/testing/materializer/src/lib.rs:98
↓ 55 callersMethodcall
Call an EVM method implicitly to read its return value. Returns an error if the return code shows is not successful; intended to be used with methods
fendermint/vm/interpreter/src/fvm/state/fevm.rs:174
↓ 55 callersMethodjoin
Join a subnet as a validator.
fendermint/testing/contract-test/src/ipc/subnet.rs:54
↓ 51 callersMethodis_empty
(&self)
fendermint/eth/api/src/filters.rs:215
↓ 49 callersMethodread
(&self, key: K)
fendermint/rocksdb/src/rocks/mod.rs:91
↓ 49 callersFunctionrequest
(method: &str, res: Result<T, E>, check: F)
fendermint/eth/api/examples/common/mod.rs:150
↓ 48 callersMethodwith_context
(self, f: F)
ipc/types/src/actor_error.rs:245
↓ 46 callersMethodwrite
(&self, key: K, value: V)
fendermint/rocksdb/src/rocks/mod.rs:98
↓ 44 callersMethodsend
( self, rt: &impl fil_actors_runtime::runtime::Runtime, rto: &Address, )
ipc/api/src/cross.rs:173
↓ 44 callersMethodtry_into
(self)
fendermint/app/settings/src/lib.rs:66
↓ 41 callersFunctionhandle
( _headers: HeaderMap, axum::extract::State(state): axum::extract::State<AppState>, ws: WebSocketU
fendermint/eth/api/src/handlers/ws.rs:36
↓ 37 callersFunctionget_ipc_provider
(global: &GlobalArguments)
ipc/cli/src/commands/mod.rs:149
↓ 36 callersMethodas_ref
(&self)
fendermint/testing/materializer/src/lib.rs:70
↓ 36 callersMethodas_str
(&self)
fendermint/app/options/src/log.rs:26
↓ 36 callersMethodserialize
(&self)
fendermint/crypto/src/lib.rs:57
↓ 33 callersMethodmanager
Get the subnet manager instance.
ipc/provider/src/lib.rs:58
↓ 33 callersMethodpath
(&self)
fendermint/testing/materializer/src/lib.rs:114
↓ 30 callersMethodget_connection
Get the connection of a subnet, or return an error.
ipc/provider/src/lib.rs:154
↓ 30 callersMethodinsert
(&mut self, block: &libipld::Block<Self::Params>)
ipld/resolver/tests/store/mod.rs:47
↓ 29 callersMethodparent
Returns the parenet of the current subnet
ipc/api/src/subnet_id.rs:134
↓ 27 callersMethodget
Return `KeyInfo` that corresponds to a given key
ipc/wallet/src/fvm/keystore.rs:399
↓ 27 callersMethodok
(self, value: T)
fendermint/vm/snapshot/src/car/chunker.rs:23
↓ 27 callersFunctionserialize
(k: &KeyInfo, serializer: S)
ipc/wallet/src/fvm/keystore.rs:104
↓ 27 callersMethodtm
The underlying Tendermint RPC client.
fendermint/eth/api/src/state.rs:108
↓ 26 callersMethodparse
Try to parse the config into [Settings].
fendermint/app/settings/src/lib.rs:349
↓ 25 callersMethodinc
(&mut self)
fendermint/testing/src/smt.rs:214
↓ 25 callersFunctionrequire_fil_addr_from_str
Receives a f/eth-address as an input and returns the corresponding filecoin or delegated address, respectively
ipc/cli/src/commands/mod.rs:161
↓ 24 callersFunctioncontract_address_from_subnet
Convert the ipc SubnetID type to an evm address. It extracts the last address from the Subnet id children and turns it into evm address.
ipc/provider/src/manager/evm/manager.rs:1436
↓ 24 callersFunctionparse
Parse the main arguments by: 0. Detecting aliased env vars 1. Parsing the [GlobalOptions] 2. Setting any system wide parameters based on the globals 3
fendermint/app/options/src/lib.rs:45
↓ 24 callersMethodstore
(&self)
fendermint/vm/interpreter/src/fvm/state/genesis.rs:499
↓ 22 callersMethodremove
(&self, key: &K)
fendermint/eth/api/src/cache.rs:58
↓ 21 callersMethodexists
(&self, key: K)
fendermint/rocksdb/src/rocks/mod.rs:113
↓ 21 callersMethodget
(&self, kv: &impl KVRead<S>, k: &K)
fendermint/storage/src/lib.rs:158
↓ 21 callersMethodremove
(&mut self, addr: &Address)
ipc/wallet/src/fvm/wallet.rs:119
↓ 20 callersFunctiondeployContractWithDeployer
( deployer: SignerWithAddress, contractName: string, libs: { [key in string]: string }, ...arg
contracts/scripts/util.ts:44
↓ 20 callersMethoddigest
Digest some general unique but unwieldy label for a more compact form.
fendermint/testing/materializer/src/lib.rs:331
↓ 20 callersMethodflush
(&self)
fendermint/rocksdb/src/rocks/mod.rs:135
↓ 20 callersMethodis_empty
(&self)
fendermint/vm/topdown/src/cache.rs:57
↓ 20 callersMethodnext
Await the next item to be resolved.
fendermint/vm/resolver/src/pool.rs:176
↓ 20 callersFunctionto_eth_tokens
(amount: &TokenAmount)
fendermint/vm/message/src/conv/from_fvm.rs:29
↓ 19 callersMethodget
check if there is an upgrade scheduled for the given chain_id at a given height
fendermint/vm/interpreter/src/fvm/upgrades.rs:145
↓ 18 callersMethodget
(&self, key: &K)
fendermint/eth/api/src/cache.rs:54
↓ 18 callersMethodget_signer
Get the ethers singer instance. We use filecoin addresses throughout our whole code-base and translate them to evm addresses when relevant.
ipc/provider/src/manager/evm/manager.rs:1040
↓ 18 callersMethodserialize
(&self, serializer: S)
ipc/types/src/lib.rs:109
↓ 17 callersMethodaddress
(&self)
fendermint/rpc/src/message.rs:33
↓ 17 callersMethodas_ref
(&self)
ipc/types/src/ethaddr.rs:127
↓ 17 callersFunctioncall_with_premium_estimation
Receives an input `FunctionCall` and returns a new instance after estimating an optimal `gas_premium` for the transaction
ipc/provider/src/manager/evm/manager.rs:1239
↓ 17 callersMethodparent
(&self)
fendermint/testing/materializer/src/lib.rs:272
↓ 16 callersMethodactor_state
Get the state of an actor, if it exists.
fendermint/vm/interpreter/src/fvm/state/query.rs:165
↓ 16 callersFunctiondo_test
(used: u64, limit: u64, refund: u64, toburn: u64)
fendermint/eth/api/src/gas/output.rs:96
↓ 16 callersFunctionfrom_str_hashed
Hash the name of the chain and reduce it to a number within the acceptable range. If the name is one of the well known ones, return the ID for that n
fendermint/vm/core/src/chainid.rs:52
↓ 16 callersFunctionpayload_to_evm_address
Util function to convert Fil address payload to evm address. Only delegated address is supported.
ipc/api/src/evm.rs:248
↓ 16 callersMethodroot
(&self)
fendermint/testing/materializer/src/lib.rs:224
↓ 16 callersMethodrun
Start the swarm listening for incoming connections and drive the events forward.
ipld/resolver/src/service.rs:267
↓ 16 callersMethodsubnet
Get the subnet config.
ipc/provider/src/lib.rs:53
↓ 16 callersMethodtake
(&mut self)
fendermint/eth/api/src/filters.rs:205
↓ 15 callersMethodcheck_sender
( &mut self, subnet: &config::Subnet, from: Option<Address>, )
ipc/provider/src/lib.rs:195
↓ 15 callersFunctiondeserialize
(deserializer: D)
ipc/wallet/src/fvm/keystore.rs:115
↓ 15 callersMethodis_empty
(&self)
ipld/resolver/src/provider_cache.rs:19
↓ 15 callersFunctionlog_error
(res: AbciResult<T>)
fendermint/abci/src/application.rs:222
↓ 15 callersMethodstate_params
(&self)
fendermint/testing/contract-test/src/lib.rs:250
↓ 15 callersMethodupdate
Update the staking distribution. Return the actually applied operation, if any.
fendermint/testing/contract-test/tests/staking/state.rs:86
↓ 14 callersMethodcontains
Check that the testnet contains a certain resource name, ie. it's a prefix of it.
fendermint/testing/materializer/src/lib.rs:229
↓ 14 callersFunctionerror
(exit_code: ExitCode, msg: impl ToString)
fendermint/eth/api/src/error.rs:53
↓ 14 callersMethodfinish
Signal that the producers are finished, or that the reader is no longer intersted. Propagate the error to the reader next time it comes to check on t
fendermint/eth/api/src/filters.rs:699
↓ 14 callersMethodpath
Path to a directory based on a resource name.
fendermint/testing/materializer/src/docker/mod.rs:286
↓ 14 callersMethodto_bytes
(&self)
fendermint/actors/cetf/src/shared.rs:53
↓ 14 callersMethodtransaction
( &mut self, to: Address, method_num: MethodNum, params: RawBytes, val
fendermint/rpc/src/message.rs:42
↓ 13 callersMethodas_slice
(&self)
fendermint/vm/interpreter/src/fvm/extend.rs:80
↓ 13 callersMethodprivate_key
(&self)
ipc/wallet/src/evm/mod.rs:53
↓ 13 callersMethodroot_id
Returns the chainID of the root network.
ipc/api/src/subnet_id.rs:89
↓ 13 callersMethodverify
Verifies that the from address of the message generated the signature.
fendermint/vm/message/src/signed.rs:208
↓ 13 callersMethodwith
(&self, f: F)
fendermint/eth/api/src/cache.rs:74
↓ 12 callersMethodcontains
(&mut self, cid: &Cid)
ipld/resolver/tests/store/mod.rs:39
↓ 12 callersFunctiongetSelectors
(contract)
contracts/scripts/js/diamond.js:6
↓ 12 callersMethodi256_neg
(&self)
ipc/types/src/uints.rs:63
↓ 12 callersMethodlog
(&self, msg: String)
fendermint/vm/interpreter/src/fvm/custom_kernel.rs:110
↓ 12 callersMethodlower_bound
(&self)
fendermint/vm/topdown/src/cache.rs:65
↓ 12 callersMethodnode
(&self, id: T)
fendermint/testing/materializer/src/lib.rs:249
↓ 11 callersMethodadd
Add an item to the resolution targets. If the item is new, enqueue it from background resolution, otherwise just return its existing status.
fendermint/vm/resolver/src/pool.rs:130
↓ 11 callersMethodappend
Insert the key and value pair only if the key is upper_bound + 1
fendermint/vm/topdown/src/cache.rs:160
↓ 11 callersMethodencode
(self)
fendermint/vm/interpreter/src/fvm/state/fevm.rs:102
↓ 11 callersMethodevm_wallet
Returns the evm wallet if it is configured, and throws an error if no wallet configured. This method should be used when we want the wallet retrieval
ipc/provider/src/lib.rs:177
↓ 11 callersMethodget_value
(&self, key: K)
fendermint/vm/topdown/src/cache.rs:79
↓ 11 callersMethodinit
(&mut self, genesis: Genesis)
fendermint/testing/contract-test/src/lib.rs:120
↓ 11 callersMethodnode
Get a node by name.
fendermint/testing/materializer/src/testnet.rs:144
↓ 11 callersMethodperform
(&self, query: FvmQuery, height: FvmQueryHeight)
fendermint/rpc/src/client.rs:134
↓ 11 callersMethodperform_or_else
(&self, f: F, other: T)
fendermint/vm/topdown/src/toggle.rs:33
↓ 11 callersMethodrun_cmd
Run a short lived container.
fendermint/testing/materializer/src/docker/runner.rs:96
↓ 10 callersMethodchildren_as_ref
Returns the route from the root to the current subnet
ipc/api/src/subnet_id.rs:110
↓ 10 callersMethodcmp
(&self, other: &Self)
fendermint/vm/interpreter/src/fvm/upgrades.rs:24
↓ 10 callersMethodcreate_builtin_actor
( &mut self, code_id: u32, id: ActorID, state: &impl Serialize, balanc
fendermint/vm/interpreter/src/fvm/state/genesis.rs:248
↓ 10 callersMethoddecode
(_bytes: impl AsRef<[u8]>)
fendermint/vm/interpreter/src/fvm/state/fevm.rs:97
↓ 10 callersMethodexecute_implicit
Execute message implicitly.
fendermint/vm/interpreter/src/fvm/state/exec.rs:178
next →1–100 of 2,468, ranked by callers