This repository was archived by the owner on May 20, 2026. It is now read-only.
feat: Auto-create postage stamp in sell flow #10
Annotations
9 errors
|
HttpRequestError: HTTP request failed.:
node_modules/viem/_esm/utils/rpc/http.js#L64
Status: 429
URL: https://mainnet.base.org/
Request body: {"method":"eth_call","params":[{"data":"0x5c975abb","to":"0xDd4396d4F28d2b513175ae17dE11e56a898d19c3"},"latest"]}
Details: {"code":-32016,"message":"over rate limit"}
Version: viem@2.45.1
at request (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/rpc/http.js:64:27)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:47:41)
at async request (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:51:51)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/buildRequest.js:28:30)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/promise/withRetry.js:12:36)
|
|
ContractFunctionExecutionError: The contract function "isTokenSupported" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following:
- The contract does not have the function "isTokenSupported",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Contract Call:
address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6
function: isTokenSupported(address token)
args: (0x0000000000000000000000000000000000000000)
Docs: https://viem.sh/docs/contract/readContract
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:247:33)
|
|
ContractFunctionZeroDataError: The contract function "isTokenSupported" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "isTokenSupported",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:247:33)
|
|
ContractFunctionExecutionError: The contract function "VERSION" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following:
- The contract does not have the function "VERSION",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Contract Call:
address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6
function: VERSION()
Docs: https://viem.sh/docs/contract/readContract
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:235:29)
|
|
ContractFunctionZeroDataError: The contract function "VERSION" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "VERSION",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:235:29)
|
|
ContractFunctionExecutionError: The contract function "nextEscrowId" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following:
- The contract does not have the function "nextEscrowId",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Contract Call:
address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6
function: nextEscrowId()
Docs: https://viem.sh/docs/contract/readContract
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
|
|
ContractFunctionZeroDataError: The contract function "nextEscrowId" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "nextEscrowId",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
|
|
error: expect(received).toBeDefined():
tests/chain-view.test.ts#L217
Received: undefined
at <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:217:20)
|
|
error: expect(received).toThrow(expected):
tests/respond.test.ts#L160
Expected pattern: /BEE_STAMP/
Received message: "Invalid batch ID returned from stamp creation"
at <anonymous> (/home/runner/work/ade/ade/tests/respond.test.ts:160:17)
|