Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/consensus-shipyard/ipc
/ functions
Functions
4,659 in github.com/consensus-shipyard/ipc
⨍
Functions
4,659
◇
Types & classes
1,561
↓ 19 callers
Method
append
Insert the key and value pair only if the key is upper_bound + 1
fendermint/vm/topdown/src/cache.rs:160
↓ 19 callers
Method
as_ref
(&self)
ipc-storage/sol-facade/crates/facade/forge/foundry_common/errors/fs.rs:141
↓ 19 callers
Method
into
(self)
ipc-storage/sol-facade/crates/facade/src/credit_facade/icreditfacade.rs:571
↓ 19 callers
Method
is_empty
(&self)
fendermint/vm/topdown/src/cache.rs:57
↓ 19 callers
Function
new_hash
(size: usize)
fendermint/actors/blobs/testing/src/lib.rs:24
↓ 19 callers
Method
public_key
Get the public key with specified format
ipc/types/src/keys.rs:98
↓ 18 callers
Method
read
Returns the complementary error variant for [`fs::read`].
ipc-storage/sol-facade/crates/facade/forge/foundry_common/errors/fs.rs:75
↓ 18 callers
Method
state_params
(&self)
fendermint/app/src/app.rs:98
↓ 18 callers
Method
subnet
Get the subnet config.
ipc/provider/src/lib.rs:54
↓ 18 callers
Method
values
(&self)
fendermint/vm/topdown/src/cache.rs:131
↓ 18 callers
Method
write
Returns the complementary error variant for [`fs::write`].
ipc-storage/sol-facade/crates/facade/forge/foundry_common/errors/fs.rs:67
↓ 17 callers
Method
add
( &mut self, store: &BS, key: BytesKey, hash: B256, size: u64,
fendermint/actors/bucket/src/state.rs:96
↓ 17 callers
Method
check_sender
( &mut self, subnet: &config::Subnet, from: Option<Address>, )
ipc/provider/src/lib.rs:198
↓ 17 callers
Method
cmp
(&self, other: &Self)
fendermint/vm/interpreter/src/fvm/upgrades.rs:24
↓ 17 callers
Method
count
(&self)
ipc-storage/ipld/src/amt/vec.rs:140
↓ 17 callers
Method
returns
(&self, returns: Self::Returns)
fendermint/actors/blobs/src/sol_facade/blobs.rs:154
↓ 17 callers
Function
u16_from_ne_range
Safely convert a some bytes from a slice into a u16.
patches/netwatch/src/interfaces/bsd.rs:247
↓ 17 callers
Function
u32_from_ne_range
Safely convert some bytes from a slice into a u32.
patches/netwatch/src/interfaces/bsd.rs:258
↓ 16 callers
Method
address
Returns the caller delegated address.
ipc-storage/actor_sdk/src/caller.rs:128
↓ 16 callers
Method
create_builtin_actor
( &mut self, code_id: u32, id: ActorID, state: &impl Serialize, balanc
fendermint/vm/interpreter/src/fvm/state/genesis.rs:253
↓ 16 callers
Method
deploy
( hre: HardhatRuntimeEnvironment, deployer: string, ...contracts: { name: string; args
contracts/tasks/lib/deployments.ts:58
↓ 16 callers
Function
do_test
(used: u64, limit: u64, refund: u64, toburn: u64)
fendermint/eth/api/src/gas/output.rs:96
↓ 16 callers
Function
generate
Generate a new private key
ipc/wallet/src/fvm/wallet_helpers.rs:91
↓ 16 callers
Method
get
Starts a query to locate and retrieve a block. Panics if no providers are supplied.
ext/libp2p-bitswap/src/query.rs:203
↓ 16 callers
Method
kind
(&self)
fendermint/actors/bucket/src/state.rs:59
↓ 16 callers
Method
max_expiries
Calculates the current maximum expiry and the new maximum expiry after a potential update. This function serves two purposes: 1. It finds the current
fendermint/actors/blobs/src/state/blobs/subscriptions.rs:79
↓ 16 callers
Method
params
(&self, rt: &impl Runtime)
fendermint/actors/blobs/src/sol_facade/blobs.rs:128
↓ 16 callers
Method
private_key
(&self)
ipc/wallet/src/evm/mod.rs:54
↓ 16 callers
Method
reset
(&mut self)
fendermint/testing/src/smt.rs:220
↓ 15 callers
Method
finish
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:697
↓ 15 callers
Function
log_error
(res: AbciResult<T>)
fendermint/abci/src/application.rs:222
↓ 15 callers
Method
root_id
Returns the chainID of the root network.
ipc/api/src/subnet_id.rs:89
↓ 14 callers
Method
assign
(&mut self, shard: Shard, nodes: &[NodeId])
ipc-storage/erasure-encoding/src/assign.rs:48
↓ 14 callers
Method
cid
(&self)
ipc/types/src/lib.rs:92
↓ 14 callers
Method
create_custom_actor
( &mut self, name: &str, id: ActorID, state: &impl Serialize, balance:
fendermint/vm/interpreter/src/fvm/state/genesis.rs:270
↓ 14 callers
Function
error
(exit_code: ExitCode, msg: impl ToString)
fendermint/eth/api/src/error.rs:53
↓ 14 callers
Function
list
( state: &State, store: &BS, prefix: Vec<u8>, delimiter: Vec<u8>, star
fendermint/actors/bucket/src/state.rs:309
↓ 14 callers
Method
path
Path to a directory based on a resource name.
fendermint/testing/materializer/src/docker/mod.rs:292
↓ 14 callers
Method
to_bytes
Export as 32-byte array
ipc/types/src/keys.rs:111
↓ 14 callers
Method
update
Updates the collection by applying the list of [`ExpiryUpdate`]s.
fendermint/actors/blobs/src/state/blobs/expiries.rs:141
↓ 13 callers
Function
broadcast_progress
Broadcast deployment progress to WebSocket clients
ipc/cli/src/commands/ui/api/deployment.rs:666
↓ 13 callers
Function
builtin_actor_eth_addr
Delegated address of an Ethereum built-in actor. This is based on what seems to be going on in the `CREATE_EXTERNAL` method of the EAM actor when it
fendermint/vm/actor_interface/src/init.rs:34
↓ 13 callers
Function
from_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
↓ 13 callers
Method
get_cf
(&self, name: &str)
fendermint/vm/topdown/proof-service/src/persistence.rs:69
↓ 13 callers
Method
init
(&mut self, address: Address)
fendermint/actors/bucket/src/state.rs:51
↓ 13 callers
Method
insert_certificate
Insert a certificate into the store
fendermint/vm/topdown/proof-service/src/cache.rs:133
↓ 13 callers
Method
last
(&self)
fendermint/vm/topdown/proof-service/src/types.rs:50
↓ 13 callers
Method
len
Returns the number of registered operators
fendermint/actors/blobs/src/state/operators.rs:112
↓ 13 callers
Function
new_test_operator
(pubkey: u8)
fendermint/actors/blobs/src/state/operators.rs:257
↓ 13 callers
Method
send
(message: WSMessage)
ipc-ui/frontend/src/services/websocket.ts:151
↓ 13 callers
Function
to_eth_address
(addr: &Address)
fendermint/vm/message/src/conv/from_fvm.rs:38
↓ 13 callers
Method
with_context_code
(self, code: ExitCode, f: F)
ipc/types/src/actor_error.rs:292
↓ 12 callers
Method
add
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
↓ 12 callers
Method
bytes_size
Returns the number of blob bytes in the collection. A blob with multiple subscribers and/or subscriptions is only counted once.
fendermint/actors/blobs/src/state/blobs/blob.rs:169
↓ 12 callers
Method
children_as_ref
Returns the route from the root to the current subnet
ipc/api/src/subnet_id.rs:110
↓ 12 callers
Method
eth_addr
(&self)
fendermint/testing/materializer/src/materials/defaults.rs:120
↓ 12 callers
Method
ethapi_http_provider
(&self)
fendermint/testing/materializer/src/lib.rs:376
↓ 12 callers
Method
evm_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:180
↓ 12 callers
Function
f64_to_token_amount
(f: f64)
ipc/cli/src/commands/mod.rs:184
↓ 12 callers
Method
get
Get a container by name, if it exists.
fendermint/testing/materializer/src/docker/container.rs:43
↓ 12 callers
Method
hash
(&self, state: &mut H)
fendermint/actors-custom-car/build.rs:77
↓ 12 callers
Method
i256_neg
(&self)
ipc/types/src/uints.rs:67
↓ 12 callers
Method
lower_bound
(&self)
fendermint/vm/topdown/src/cache.rs:65
↓ 12 callers
Function
new_test_address
(id: u64)
fendermint/actors/blobs/src/state/operators.rs:253
↓ 12 callers
Method
next
(&mut self)
ext/libp2p-bitswap/src/behaviour.rs:820
↓ 12 callers
Function
path
Path to a golden file.
fendermint/testing/src/golden.rs:12
↓ 12 callers
Method
put
Save a key/`KeyInfo` pair to the `KeyStore`
ipc/wallet/src/fvm/keystore.rs:406
↓ 12 callers
Method
run_cmd
Run a short lived container.
fendermint/testing/materializer/src/docker/runner.rs:96
↓ 12 callers
Function
selectors
(contract: ContractLike)
contracts/tasks/lib/selectors.ts:7
↓ 12 callers
Method
send
Sends data on the socket to the remote address that the socket is connected to. The [`connect`] method will connect this socket to a remote address.
patches/netwatch/src/udp.rs:154
↓ 12 callers
Method
snapshot
Returns a shared reference to the `Config`.
ipc/cli/src/ipc_config_store.rs:48
↓ 12 callers
Method
subnet
(&self, id: T)
fendermint/testing/materializer/src/lib.rs:272
↓ 12 callers
Function
with_state
Helper to pass state to handlers
ipc/cli/src/commands/ui/api/subnet.rs:106
↓ 11 callers
Method
block_height
The height of the currently executing block.
fendermint/vm/interpreter/src/fvm/state/exec.rs:325
↓ 11 callers
Method
create
(executor: &mut E)
fendermint/vm/interpreter/src/fvm/gas.rs:33
↓ 11 callers
Method
event_address
Returns the address that should be used with events.
ipc-storage/actor_sdk/src/caller.rs:148
↓ 11 callers
Method
exit_code
Returns the exit code of the error.
ipc/types/src/actor_error.rs:128
↓ 11 callers
Method
finalize
( &self, executor: &mut E, premium_recipient: Option<Address>, )
fendermint/vm/interpreter/src/fvm/gas.rs:78
↓ 11 callers
Method
get_value
(&self, key: K)
fendermint/vm/topdown/src/cache.rs:79
↓ 11 callers
Method
handle
(&self, global: &GlobalArguments)
ipc/cli/src/commands/util/mod.rs:22
↓ 11 callers
Method
node
Get a node by name.
fendermint/testing/materializer/src/testnet.rs:151
↓ 11 callers
Method
perform
(&self, query: FvmQuery, height: FvmQueryHeight)
fendermint/rpc/src/client.rs:134
↓ 11 callers
Method
perform_or_else
(&self, f: F, other: T)
fendermint/vm/topdown/src/toggle.rs:33
↓ 11 callers
Method
public_key
(&self)
fendermint/testing/materializer/src/materials/defaults.rs:199
↓ 11 callers
Method
resolve_address
ResolveAddress resolves an address to an ID-address, if possible. If the provided address is an ID address, it is returned as-is. This means that mapp
fendermint/actors/init/src/state.rs:89
↓ 11 callers
Method
send_request
Send a request to the [`Service`], unless it has stopped listening.
ipld/resolver/src/client.rs:27
↓ 11 callers
Method
send_transaction
Sends a transaction with EIP-1559 gas fees.
ipc/provider/src/manager/evm/gas_estimator_middleware.rs:137
↓ 11 callers
Function
set_bit
(bitmap: &mut U256, index: usize)
ipc/provider/src/manager/cometbft/types.rs:335
↓ 11 callers
Method
subscriber_address
Returns the subscriber address. The subscriber is the account responsible for credit and gas fees. The subscriber is the caller or the sponsor if one
fendermint/actors/blobs/src/caller.rs:102
↓ 11 callers
Function
to_fvm_tokens
(value: &U256)
fendermint/vm/message/src/conv/from_eth.rs:124
↓ 11 callers
Method
update
Update operator info (e.g., to change RPC URL or deactivate)
fendermint/actors/blobs/src/state/operators.rs:191
↓ 10 callers
Method
account
Get an account by ID.
fendermint/testing/materializer/src/testnet.rs:134
↓ 10 callers
Method
actor_state
Get the state of an actor, if it exists.
fendermint/vm/interpreter/src/fvm/state/query.rs:157
↓ 10 callers
Method
addr
The IP address of this structure.
patches/netwatch/src/interfaces.rs:148
↓ 10 callers
Method
address
(&self)
fendermint/rpc/src/message.rs:37
↓ 10 callers
Method
blobs_client
Returns the blobs client, necessary to interact with the blobs API:
ipc-storage/iroh_manager/src/node.rs:205
↓ 10 callers
Method
call
(&self, param: T)
fendermint/eth/api/src/apis/mod.rs:46
↓ 10 callers
Function
construct_and_verify
Construct the actor and verify initialization
fendermint/actors/f3-light-client/src/lib.rs:168
↓ 10 callers
Method
context_code
(self, code: ExitCode, context: C)
ipc/types/src/actor_error.rs:281
↓ 10 callers
Function
create_dir
Wrapper for `std::fs::create_dir`
ipc-storage/sol-facade/crates/facade/forge/foundry_common/fs.rs:97
← previous
next →
101–200 of 4,659, ranked by callers