MCPcopy Create free account

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

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

↓ 1 callersFunctionto_topics_and_data
Find the Ethereum topics (up to 4) and the data in the event attributes.
fendermint/eth/api/src/conv/from_tm.rs:500
↓ 1 callersFunctiontokens_to_burn
Total amount of tokens to burn as a result of bottom-up messages leaving the subnet.
fendermint/vm/interpreter/src/fvm/state/ipc.rs:328
↓ 1 callersFunctiontokens_to_mint
Total amount of tokens to mint as a result of top-down messages arriving at the subnet.
fendermint/vm/interpreter/src/fvm/state/ipc.rs:317
↓ 1 callersMethodtop_down_msgs
Should always return the top down messages, only when ipc parent_client is down after exponential retries
fendermint/vm/topdown/src/finality/fetch.rs:167
↓ 1 callersMethodtop_down_msgs_from
( &self, from: BlockHeight, to: BlockHeight, )
fendermint/vm/topdown/src/toggle.rs:64
↓ 1 callersMethodtop_down_msgs_from
Get top down message in the range `from` to `to`, both inclusive. For the check to be valid, one should not pass a height `to` that is a null block, o
fendermint/vm/topdown/src/finality/fetch.rs:92
↓ 1 callersMethodtopdown_enabled
Indicate whether we have configured the top-down syncer to run.
fendermint/app/settings/src/lib.rs:369
↓ 1 callersMethodtotal_validators
(&self)
fendermint/testing/contract-test/tests/staking/state.rs:73
↓ 1 callersFunctiontransfer
Execute token transfer through RPC and print the response to STDOUT as JSON.
fendermint/app/src/cmd/rpc.rs:142
↓ 1 callersMethodtransfer
Transfer tokens to another account.
fendermint/rpc/src/message.rs:166
↓ 1 callersMethodtry_claim
Claim any refunds.
fendermint/testing/contract-test/src/ipc/subnet.rs:113
↓ 1 callersMethodtry_join
Try to join the subnet as a validator.
fendermint/testing/contract-test/src/ipc/subnet.rs:70
↓ 1 callersMethodtry_leave
Try to remove all stake of a validator.
fendermint/testing/contract-test/src/ipc/subnet.rs:108
↓ 1 callersFunctiontry_parse_genesis_cbor
(bytes: &[u8])
fendermint/vm/interpreter/src/bytes.rs:344
↓ 1 callersFunctiontry_parse_genesis_json
(bytes: &[u8])
fendermint/vm/interpreter/src/bytes.rs:338
↓ 1 callersMethodtry_stake
Try to increase the stake of a validator.
fendermint/testing/contract-test/src/ipc/subnet.rs:84
↓ 1 callersMethodtry_submit_checkpoint
Submit a bottom-up checkpoint.
fendermint/testing/contract-test/src/ipc/subnet.rs:118
↓ 1 callersMethodtry_take
Take all the accumulated changes. If there are no changes but there was an error, return that. If the producers have stopped, return `None`.
fendermint/eth/api/src/filters.rs:678
↓ 1 callersMethodtry_unstake
Try to decrease the stake of a validator.
fendermint/testing/contract-test/src/ipc/subnet.rs:96
↓ 1 callersFunctiontx_cache_clearing_loop
Subscribe to notifications about new blocks and 1) remove all included transactions from the caches 2) broadcast buffered out-of-order transactions wh
fendermint/eth/api/src/mpool.rs:98
↓ 1 callersFunctionuninstall_filter
Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally Filters timeout when they aren't requested wit
fendermint/eth/api/src/apis/eth.rs:1059
↓ 1 callersMethodunpin_subnet
Unpin a we are no longer interested in.
ipld/resolver/src/client.rs:58
↓ 1 callersFunctionunsigned_checkpoints
Collect incomplete signatures from the ledger which this validator hasn't signed yet. It doesn't check whether the validator should have signed it, t
fendermint/vm/interpreter/src/fvm/checkpoint.rs:165
↓ 1 callersMethodunstake
( &mut self, subnet: SubnetID, from: Option<Address>, collateral: TokenAmount,
ipc/provider/src/lib.rs:352
↓ 1 callersMethodupdate_app_version
Update the application version.
fendermint/vm/interpreter/src/fvm/state/exec.rs:286
↓ 1 callersMethodupdate_ipc_cli_config
Update the config file of the `ipc-cli` in a given testnet.
fendermint/testing/materializer/src/docker/mod.rs:309
↓ 1 callersMethodupdate_rate_limit
Update the rate limit based on new projections for the same timeframe the `content::Behaviour` was originally configured with. This can be used if we
ipld/resolver/src/client.rs:68
↓ 1 callersMethodupdate_state
Update the state, save it to JSON, then return whatever value the update returns.
fendermint/testing/materializer/src/docker/mod.rs:335
↓ 1 callersMethodupdate_system_actor_manifest
Update the manifest id of the system actor, returns the code cid of the replacing custom actor.
fendermint/vm/interpreter/src/fvm/state/genesis.rs:206
↓ 1 callersFunctionupgradeFacetOnChain
( diamondAddress: string, facet, onChainFunctionSelectors, )
contracts/scripts/util.ts:326
↓ 1 callersMethoduse_own_subnet
(&self)
fendermint/vm/resolver/src/pool.rs:77
↓ 1 callersMethodvalidate
Perform sanity checks.
fendermint/testing/materializer/src/manifest.rs:70
↓ 1 callersMethodvalidator_changes
Should always return the top down messages, only when ipc parent_client is down after exponential retries
fendermint/vm/topdown/src/finality/fetch.rs:143
↓ 1 callersMethodvalidator_changes_from
( &self, from: BlockHeight, to: BlockHeight, )
fendermint/vm/topdown/src/toggle.rs:53
↓ 1 callersMethodvalidator_changes_from
( &self, from: BlockHeight, to: BlockHeight, )
fendermint/vm/topdown/src/finality/fetch.rs:70
↓ 1 callersFunctionverify_eth_method
Verify that the method ID and the recipient are one of the allowed combination, which for example is set by [from_eth::to_fvm_message]. The method ID
fendermint/vm/message/src/signed.rs:289
↓ 1 callersMethodverify_vote_extension
( &self, request: request::VerifyVoteExtension, )
fendermint/abci/src/application.rs:90
↓ 1 callersMethodversion
(&self)
fendermint/vm/interpreter/src/fvm/state/snapshot.rs:57
↓ 1 callersFunctionwait_for_commit
Wait until CometBFT has reached a specific block height. This is used so we can wait for the next block where the ledger changes we have done durign
fendermint/vm/interpreter/src/fvm/checkpoint.rs:138
↓ 1 callersMethodwait_for_started
Allow time for things to consolidate and APIs to start.
fendermint/testing/materializer/src/docker/node.rs:498
↓ 1 callersFunctionwait_for_startup
Allow time for things to consolidate and APIs to start.
fendermint/testing/materializer/tests/docker.rs:146
↓ 1 callersFunctionwalk_ipld_cids
(ipld: Ipld, dfs: &mut VecDeque<Cid>)
fendermint/vm/interpreter/src/fvm/state/snapshot.rs:272
↓ 1 callersMethodwith_env
(mut self, env: EnvMap)
fendermint/testing/materializer/src/docker/runner.rs:67
↓ 1 callersFunctionwith_env_vars
Set some env vars, run a fallible piece of code, then unset the variables otherwise they would affect the next test.
fendermint/app/options/src/lib.rs:211
↓ 1 callersMethodwith_finalization_blocks
(mut self, finalization_blocks: ChainEpoch)
ipc/provider/src/checkpoint.rs:64
↓ 1 callersMethodwith_max_cache_blocks
(mut self, max_cache_blocks: BlockHeight)
fendermint/vm/topdown/src/lib.rs:88
↓ 1 callersMethodwith_max_proposal_range
(mut self, max_proposal_range: BlockHeight)
fendermint/vm/topdown/src/lib.rs:78
↓ 1 callersMethodwith_max_retries
(mut self, max_retries: u8)
fendermint/vm/interpreter/src/fvm/broadcast.rs:90
↓ 1 callersMethodwith_proposal_delay
(mut self, proposal_delay: BlockHeight)
fendermint/vm/topdown/src/lib.rs:83
↓ 1 callersMethodwith_push_chain_meta
(mut self, push_chain_meta: bool)
fendermint/vm/interpreter/src/fvm/mod.rs:129
↓ 1 callersMethodwith_retry_delay
(mut self, retry_delay: Duration)
fendermint/vm/interpreter/src/fvm/broadcast.rs:95
↓ 1 callersMethodwith_validator_id
Set the validator during execution.
fendermint/vm/interpreter/src/fvm/state/exec.rs:172
↓ 1 callersMethodwith_write
Start a read-write transaction, use it, then commit.
fendermint/storage/src/lib.rs:127
↓ 1 callersMethodwithin_bound
(&self, k: K)
fendermint/vm/topdown/src/cache.rs:69
↓ 1 callersFunctionworkspace_dir
()
fendermint/eth/hardhat/src/lib.rs:261
↓ 1 callersFunctionworkspace_dir
Find the root of the workspace, not this crate, which is what `env!("CARGO_MANIFEST_DIR")` would return
contracts/binding/build.rs:158
↓ 1 callersMethodwrap
Prefix error message with a string message.
ipc/types/src/actor_error.rs:143
↓ 1 callersFunctionwriteToFile
(selector_storage_content)
contracts/scripts/python/build_selector_library.py:10
↓ 1 callersFunctionwrite_manifest
Save a manifest along with the other snapshot files into a snapshot specific directory.
fendermint/vm/snapshot/src/manifest.rs:37
↓ 1 callersFunctionws_client
Create a Tendermint WebSocket client. The caller must start the driver in a background task.
fendermint/rpc/src/client.rs:74
↓ 1 callersMethodws_connect
Try connecting repeatedly until it succeeds.
fendermint/eth/api/src/client.rs:174
↓ 1 callersMethodws_endpoint
(&self)
fendermint/eth/api/examples/ethers.rs:106
↓ 1 callersFunctionzeroless_view
(v: &impl AsRef<[u8]>)
ipc/types/src/uints.rs:226
Functionabci_snapshot_metadata
(snapshot: SnapshotItem)
fendermint/app/src/tmconv.rs:474
Functionaccounts
Returns a list of addresses owned by client. It will always return [] since we don't expect Fendermint to manage private keys.
fendermint/eth/api/src/apis/eth.rs:57
Methodadd
(self, rhs: Duration)
ipld/resolver/src/timestamp.rs:39
Functionadd_account
(genesis_file: &PathBuf, args: &GenesisAddAccountArgs)
fendermint/app/src/cmd/genesis.rs:100
Methodadd_bootstrap
( &self, subnet: &SubnetID, from: &Address, endpoint: String, )
ipc/provider/src/manager/evm/manager.rs:802
Functionadd_existing_item
()
fendermint/vm/resolver/src/pool.rs:228
Functionadd_multisig
(genesis_file: &PathBuf, args: &GenesisAddMultisigArgs)
fendermint/app/src/cmd/genesis.rs:123
Functionadd_new_item
()
fendermint/vm/resolver/src/pool.rs:213
Methodadd_provided_subnet
Add a subnet to the list of supported subnets, then publish the updated list.
ipld/resolver/src/behaviour/membership.rs:281
Methodadd_signed_blockheight_tag_at_height
( &mut self, rt: &impl Runtime, height: &BlockHeight, signature: &BlsSignature
fendermint/actors/cetf/src/state.rs:135
Methodadd_signed_tag
(rt: &impl Runtime, params: AddSignedTagParams)
fendermint/actors/cetf/src/actor.rs:141
Functionadd_validator
(genesis_file: &PathBuf, args: &GenesisAddValidatorArgs)
fendermint/app/src/cmd/genesis.rs:163
Methodadd_validator
( &mut self, store: &BS, address: &Address, public_key: &BlsPublicKey, )
fendermint/actors/cetf/src/state.rs:48
Methodadd_validator
TODO: We should use message.sender instead of having the address as a parameter. Leaving this as is for now because its just easier to write scripts f
fendermint/actors/cetf/src/actor.rs:127
Methodaddr
(&self)
fendermint/testing/contract-test/src/ipc/registry.rs:39
Methodaddr
(&self)
ipc/types/src/taddress.rs:32
Functionaddr_payload_to_bytes
Converts a Rust type FVM address into its underlying payload so it can be represented internally in a Solidity contract.
contracts/binding/src/convert.rs:55
Methodaddress
(&mut self)
fendermint/rpc/src/tx.rs:34
Methodapp_version
(&self)
fendermint/vm/interpreter/src/fvm/state/exec.rs:236
Methodapply_snapshot_chunk
Apply the given snapshot chunk to the application's state.
fendermint/app/src/app.rs:1212
Methodapply_type
(&self, curr: &SubnetID)
ipc/api/src/cross.rs:99
Methodapprove_token
Approve an erc20 token for transfer by the gateway. Can be used in preparation for fund_with_token. If `from` is None, it will use the default address
ipc/provider/src/lib.rs:476
Methodapprove_token
Approves the `from` address to use up to `amount` tokens from `token_address`.
ipc/provider/src/manager/evm/manager.rs:570
Methodarbitrary
(g: &mut Gen)
fendermint/storage/src/testing.rs:48
Methodarbitrary
(g: &mut Gen)
fendermint/vm/interpreter/src/arb.rs:12
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/interpreter/src/fvm/checkpoint.rs:461
Methodarbitrary
(g: &mut Gen)
fendermint/vm/genesis/src/arb.rs:16
Methodarbitrary
(g: &mut Gen)
fendermint/vm/message/src/ipc.rs:120
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/message/src/signed.rs:361
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/message/src/chain.rs:42
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/message/src/query.rs:162
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/message/src/conv/mod.rs:25
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/snapshot/src/state.rs:187
Methodarbitrary
(g: &mut quickcheck::Gen)
fendermint/vm/snapshot/src/manifest.rs:170
Methodarbitrary
(g: &mut Gen)
fendermint/testing/src/arb/address.rs:11
Methodarbitrary
(g: &mut Gen)
fendermint/testing/src/arb/message.rs:12
Methodarbitrary
(g: &mut Gen)
fendermint/testing/src/arb/token.rs:31
← previousnext →1,201–1,300 of 2,468, ranked by callers