MCPcopy Create free account

hub / github.com/archway-network/archway / functions

Functions3,728 in github.com/archway-network/archway

↓ 352 callersMethodError
Error implements the error interface.
contracts/go/voter/src/types/errors.go:31
↓ 184 callersMethodString
String implements the proto.Message interface.
pkg/testutils/msg.go:21
↓ 173 callersMethodString
()
x/rewards/types/rewards.pb.go:55
↓ 127 callersMethodString
String returns the callback message as JSON string
x/callback/types/sudo_msg.go:37
↓ 92 callersMethodSize
()
x/rewards/types/tx.pb.go:175
↓ 75 callersMethodString
()
x/cwerrors/types/params.pb.go:38
↓ 69 callersMethodGetContext
GetContext returns a context for the current block.
e2e/testing/chain.go:312
↓ 59 callersMethodSet
Set sets the key. Errors on nil key or value.
internal/collcompat/collcompat.go:50
↓ 54 callersMethodGet
Get implements AppOptions
app/test_helpers.go:463
↓ 47 callersMethodGetApp
GetApp returns the application.
e2e/testing/chain.go:354
↓ 45 callersMethodBytes
Bytes returns the json encoding of the sudo callback which is sent to the contract
x/cwerrors/types/types.go:22
↓ 39 callersMethodAddContractAdmin
AddContractAdmin adds a contract admin link.
pkg/testutils/wasmd.go:30
↓ 33 callersMethodGetAddress
()
pkg/testutils/authkeeper.go:36
↓ 31 callersMethodInvoke
(ctx context.Context, method string, args, reply interface{}, opts ...grpc.CallOption)
e2e/testing/client.go:20
↓ 31 callersFunctionNewMockContractViewer
NewMockContractViewer creates a new MockContractViewer instance.
pkg/testutils/wasmd.go:22
↓ 27 callersMethodGetAccount
(ctx context.Context, addr sdk.AccAddress)
x/cwica/types/expected_keepers.go:19
↓ 27 callersMethodSetError
SetError records a sudo error for a contract
x/cwica/types/expected_keepers.go:52
↓ 26 callersFunctionAccAddress
AccAddress returns a sample account address
pkg/testutils/account.go:9
↓ 23 callersMethodGetErrorsByContractAddress
GetErrosByContractAddress returns all errors (in state) for a given contract address
x/cwerrors/keeper/sudo_errors.go:80
↓ 23 callersMethodString
()
x/tracking/types/tracking.pb.go:84
↓ 23 callersFunctionsovQuery
(x uint64)
x/rewards/types/query.pb.go:2161
↓ 22 callersMethodSendMsgs
SendMsgs sends a series of messages, checks for tx failure and starts a new block.
e2e/testing/chain.go:481
↓ 22 callersFunctionsovRewards
(x uint64)
x/rewards/types/rewards.pb.go:950
↓ 21 callersFunctionencodeVarintQuery
(dAtA []byte, offset int, v uint64)
x/rewards/types/query.pb.go:1915
↓ 21 callersMethodgetSubspace
getSubspace returns a param subspace for a given module name. NOTE: This is solely to be used for testing purposes.
app/app.go:1102
↓ 21 callersFunctionsovEvents
(x uint64)
x/callback/types/events.pb.go:723
↓ 20 callersFunctionencodeVarintRewards
(dAtA []byte, offset int, v uint64)
x/rewards/types/rewards.pb.go:817
↓ 19 callersMethodSaveCallback
SaveCallback saves a callback given the height, contract address and job id and callback data
x/callback/keeper/callback.go:73
↓ 19 callersFunctionencodeVarintEvents
(dAtA []byte, offset int, v uint64)
x/callback/types/events.pb.go:610
↓ 18 callersMethodMarshalTinyJSON
MarshalTinyJSON supports tinyjson.Marshaler interface
contracts/go/voter/src/types/msg_query_tinyjson.go:2097
↓ 18 callersMethodString
()
x/cwica/types/tx.pb.go:134
↓ 18 callersMethodUnmarshal
(dAtA []byte)
x/cwica/types/tx.pb.go:1029
↓ 18 callersMethodUnmarshalTinyJSON
UnmarshalTinyJSON supports tinyjson.Unmarshaler interface
contracts/go/voter/src/types/msg_query_tinyjson.go:2109
↓ 17 callersMethodMarshal
()
x/rewards/types/query.pb.go:1642
↓ 17 callersMethodParams
Params returns module parameters
x/callback/types/query.pb.go:371
↓ 17 callersMethodSetContractMetadata
SetContractMetadata creates or updates an existing contract metadata. Method is authorized to the contract owner (admin if no metadata exists).
x/rewards/types/tx.pb.go:646
↓ 17 callersFunctionskipQuery
(dAtA []byte)
x/rewards/types/query.pb.go:3689
↓ 17 callersFunctionsovCallback
(x uint64)
x/callback/types/callback.pb.go:596
↓ 17 callersFunctionsovTx
(x uint64)
x/rewards/types/tx.pb.go:1403
↓ 17 callersMethodupdateIBCClient
updateIBCClient updates an IBC TM client.
e2e/testing/ibc_path.go:314
↓ 16 callersMethodMarshal
()
x/cwica/types/tx.pb.go:591
↓ 16 callersMethodSetSubscription
SetSubscription sets a subscription for a contract so the contract can receive error callbacks
x/cwerrors/keeper/subscriptions.go:14
↓ 15 callersMethodGetAccount
(ctx context.Context, addr sdk.AccAddress)
x/rewards/keeper/keeper.go:40
↓ 15 callersMethodGetParams
GetParams get all parameters as types.Params
x/cwica/keeper/params.go:10
↓ 15 callersMethodMarshalToSizedBuffer
(dAtA []byte)
x/rewards/types/query.pb.go:1657
↓ 15 callersFunctionencodeVarintCallback
(dAtA []byte, offset int, v uint64)
x/callback/types/callback.pb.go:508
↓ 14 callersMethodGetAccount
GetAccount returns account address and private key with the given index.
e2e/testing/chain.go:286
↓ 14 callersFunctionencodeVarintTx
(dAtA []byte, offset int, v uint64)
x/rewards/types/tx.pb.go:1230
↓ 14 callersFunctionsovEvents
(x uint64)
x/rewards/types/events.pb.go:700
↓ 14 callersFunctionsovTracking
(x uint64)
x/tracking/types/tracking.pb.go:651
↓ 14 callersFunctionsovTx
(x uint64)
x/callback/types/tx.pb.go:901
↓ 13 callersMethodSetWasmKeeper
SetWasmKeeper sets the given wasm keeper. Only for testing purposes
x/cwerrors/keeper/keeper.go:116
↓ 13 callersMethodTxInfoState
TxInfoState returns types.TxInfo repository.
x/tracking/keeper/state.go:38
↓ 13 callersMethodUnmarshal
(dAtA []byte)
x/rewards/types/query.pb.go:2984
↓ 13 callersFunctionsovTx
(x uint64)
x/cwica/types/tx.pb.go:859
↓ 12 callersMethodGetBlockHeight
GetBlockHeight returns the current block height.
e2e/testing/chain.go:340
↓ 12 callersMethodNextBlock
NextBlock starts a new block with options time shift.
e2e/testing/chain.go:359
↓ 12 callersMethodSendTx
SendTx submits a transaction with msgs to the counterparty chain.
x/cwica/types/tx.pb.go:388
↓ 12 callersMethodSetParams
SetParams set the params
x/cwica/keeper/params.go:15
↓ 12 callersMethodString
()
x/cwfees/types/cwfees.pb.go:295
↓ 12 callersMethodValidate
Validate performs request fields validation.
wasmbinding/rewards/types/msg_flatfee.go:22
↓ 12 callersMethodValidate
Validate performs object fields validation.
contracts/go/voter/src/types/msg_ibc.go:20
↓ 12 callersFunctionencodeVarintEvents
(dAtA []byte, offset int, v uint64)
x/rewards/types/events.pb.go:601
↓ 12 callersFunctionencodeVarintTracking
(dAtA []byte, offset int, v uint64)
x/tracking/types/tracking.pb.go:562
↓ 12 callersFunctionencodeVarintTx
(dAtA []byte, offset int, v uint64)
x/callback/types/tx.pb.go:798
↓ 12 callersFunctionsovEvents
(x uint64)
x/cwerrors/types/events.pb.go:563
↓ 11 callersMethodAppCodec
()
app/app.go:1148
↓ 11 callersFunctionDefaultParams
DefaultParams returns a default set of parameters.
x/cwerrors/types/params.go:29
↓ 11 callersMethodGetState
GetState returns the module storage state. Only for testing purposes.
x/tracking/keeper/state.go:59
↓ 11 callersMethodUnmarshalJSON
(b []byte)
wasmbinding/gov/types/query.go:72
↓ 11 callersMethodValidate
Validate perform object fields validation.
x/rewards/types/params.go:73
↓ 11 callersFunctionencodeVarintTx
(dAtA []byte, offset int, v uint64)
x/cwica/types/tx.pb.go:752
↓ 10 callersMethodGetParams
GetParams return all module parameters.
x/cwerrors/keeper/params.go:10
↓ 10 callersMethodGetProofAtHeight
GetProofAtHeight returns the proto encoded merkle proof by key for the specified height. Used to establish an IBC connection.
e2e/testing/chain_ops_ibc.go:66
↓ 10 callersMethodLogger
Logger returns a module-specific logger.
x/rewards/keeper/keeper.go:198
↓ 10 callersMethodMarshal
()
x/rewards/types/tx.pb.go:1097
↓ 10 callersFunctionNewQueryClient
(cc grpc1.ClientConn)
x/rewards/types/query.pb.go:992
↓ 10 callersFunctionRewardsKeeper
(tb testing.TB)
pkg/testutils/rewardskeeper.go:24
↓ 10 callersFunctionencodeVarintEvents
(dAtA []byte, offset int, v uint64)
x/cwerrors/types/events.pb.go:486
↓ 10 callersFunctionskipTx
(dAtA []byte)
x/rewards/types/tx.pb.go:2386
↓ 10 callersFunctionsovGenesis
(x uint64)
x/rewards/types/genesis.pb.go:352
↓ 9 callersMethodAddVoting
(env wasmVmTypes.Env, creatorAddr, name string, dur uint64, opts ...string)
contracts/go/voter/integration/common_test.go:99
↓ 9 callersMethodContractOpInfoState
ContractOpInfoState returns types.ContractOperationInfo repository.
x/tracking/keeper/state.go:48
↓ 9 callersMethodGetParams
GetParams return all module parameters.
x/rewards/keeper/params.go:30
↓ 9 callersMethodHasSubscription
HasSubscription checks if a contract has a subscription
x/cwerrors/keeper/subscriptions.go:49
↓ 9 callersMethodMarshal
()
x/cwfees/types/cwfees.pb.go:741
↓ 9 callersMethodMarshalJSON
MarshalJSON supports json.Marshaler interface
contracts/go/voter/src/types/types_tinyjson.go:83
↓ 9 callersMethodMarshalToSizedBuffer
(dAtA []byte)
x/rewards/types/events.pb.go:499
↓ 9 callersMethodMustGetContractAddress
MustGetContractAddress returns the contract address. CONTRACT: panics in case of an error.
x/rewards/types/rewards.go:118
↓ 9 callersMethodName
Name returns the name of the App
app/app.go:1025
↓ 9 callersFunctionParseAccAddressArg
ParseAccAddressArg is a helper function to parse an account address CLI argument.
pkg/cli_args.go:11
↓ 9 callersMethodString
()
x/genmsg/types/genmsg.pb.go:32
↓ 9 callersMethodWithdrawRewardsByRecordIDs
(ctx sdk.Context, rewardsAddr sdk.AccAddress, recordIDs []uint64)
wasmbinding/rewards/msg_handler.go:17
↓ 8 callersMethodEstimateCallbackFees
EstimateCallbackFees returns the total amount of callback fees a contract needs to pay to register the callback
x/callback/types/query.pb.go:373
↓ 8 callersFunctionExecuteContract
(chain *cosmos.CosmosChain, user ibc.Wallet, ctx context.Context, contractAddress string, execMsg string)
interchaintest/utils.go:52
↓ 8 callersMethodGetParams
GetParams return all module parameters.
x/callback/keeper/params.go:10
↓ 8 callersMethodLogger
Logger returns a module-specific logger.
x/cwica/keeper/keeper.go:78
↓ 8 callersMethodMarshalToSizedBuffer
(dAtA []byte)
x/rewards/types/tx.pb.go:1112
↓ 8 callersMethodMarshalToSizedBuffer
(dAtA []byte)
x/callback/types/callback.pb.go:465
↓ 8 callersFunctionNewParams
NewParams creates a new Params instance.
x/cwerrors/types/params.go:16
next →1–100 of 3,728, ranked by callers