ci(changesets): versioning packages - v0.92.1
@ master
#12863
Annotations
3 errors
packages/account/src/account.ts#L4093
FuelError: The block height 000001d5 should be higher than the previous block height 000001d5
❯ responseMiddleware packages/account/src/account.ts:4093:19
❯ node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:345:11
❯ _Provider.estimateTxDependencies packages/account/src/account.ts:4312:11
❯ _Provider.getTransactionCost packages/account/src/account.ts:4553:74
❯ FunctionInvocationScope.getTransactionCost packages/program/src/utils.ts:613:20
❯ FunctionInvocationScope.fundWithRequiredCoins packages/program/src/utils.ts:628:20
❯ FunctionInvocationScope.call packages/program/src/utils.ts:730:32
❯ packages/fuel-gauge/src/options.test.ts:212:19
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { VERSIONS: { FORC: '0.61.2', FUEL_CORE: '0.31.0', FUELS: '0.92.1' }, metadata: {}, rawError: {}, code: 'invalid-request', toObject: 'Function<toObject>' }
|
packages/account/src/test-utils/launchNode-singular-test.test.ts#L15
AssertionError: promise resolved "Response { status: 405, statusText: 'Method Not Allowed', headers: Headers { 'access-control-allow-origin': '*', 'access-control-allow-methods': '*', 'access-control-allow-headers': '*', 'content-length': '0', date: 'Mon, 15 Jul 2024 13:50:58 GMT' }, body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true }, bodyUsed: false, ok: false, redirected: false, type: 'basic', url: 'http://0.0.0.0:4002/v1/graphql' }" instead of rejecting
- Expected
+ Received
- [Error: rejected promise]
+ Response {
+ Symbol(state): Object {
+ "aborted": false,
+ "body": Object {
+ "length": null,
+ "source": null,
+ "stream": ReadableStream {
+ Symbol(kType): "ReadableStream",
+ Symbol(kState): Object {
+ "controller": ReadableByteStreamController {
+ Symbol(kType): "ReadableByteStreamController",
+ Symbol(kState): Object {
+ "autoAllocateChunkSize": undefined,
+ "byobRequest": null,
+ "cancelAlgorithm": [Function anonymous],
+ "closeRequested": false,
+ "highWaterMark": 0,
+ "pendingPullIntos": Array [],
+ "pullAgain": false,
+ "pullAlgorithm": [Function anonymous],
+ "pulling": false,
+ "queue": Array [],
+ "queueTotalSize": 0,
+ "started": true,
+ "stream": [Circular],
+ },
+ },
+ "disturbed": false,
+ "reader": undefined,
+ "state": "readable",
+ "storedError": undefined,
+ "transfer": Object {
+ "port1": undefined,
+ "port2": undefined,
+ "promise": undefined,
+ "writable": undefined,
+ },
+ },
+ Symbol(nodejs.webstream.isClosedPromise): Object {
+ "promise": Promise {},
+ "reject": [Function anonymous],
+ "resolve": [Function anonymous],
+ },
+ Symbol(nodejs.webstream.controllerErrorFunction): [Function anonymous],
+ },
+ },
+ "cacheState": "",
+ "headersList": HeadersList {
+ "cookies": null,
+ Symbol(headers map): Map {
+ "access-control-allow-origin" => Object {
+ "name": "access-control-allow-origin",
+ "value": "*",
+ },
+ "access-control-allow-methods" => Object {
+ "name": "access-control-allow-methods",
+ "value": "*",
+ },
+ "access-control-allow-headers" => Object {
+ "name": "access-control-allow-headers",
+ "value": "*",
+ },
+ "content-length" => Object {
+ "name": "content-length",
+ "value": "0",
+ },
+ "date" => Object {
+ "name": "date",
+ "value": "Mon, 15 Jul 2024 13:50:58 GMT",
+ },
+ },
+ Symbol(headers map sorted): null,
+ },
+ "rangeRequested": false,
+ "requestIncludesCredentials": true,
+ "status": 405,
+ "statusText": "Method Not Allowed",
+ "timingAllowPassed": true,
+ "timingInfo": Object {
+ "decodedBodySize": 0,
+ "encodedBodySize": 0,
+ "endTime": 0,
+ "finalConnectionTimingInfo": Object {
+ "ALPNNegotiatedProtocol": undefined,
+ "connectionEndTime": 121210.450124,
+ "connectionStartTime": 121210.450124,
+ "domainLookupEndTime": 121210.450124,
+ "domainLookupStartTime": 121210.450124,
+ "secureConnectionStartTime": 121210.450124,
+ },
+ "finalNetworkRequestStartTime": 121228.01201,
+ "finalNetworkResponseStartTime": 121232.542579,
+ "finalServiceWorkerStartTime": 0,
+ "postRedirectStartTime": 121210.450124,
+ "redirectEndTime": 0,
+ "redirectStartTime": 0,
+ "startTime": 121210.450124,
+ },
+ "type": "basic",
+ "urlList": Array [
+ "http://0.0.0.0:4002/v1/graphql",
+ ],
+ },
+ Symbol(headers): Headers {},
+ }
❯ packages
|
|
This job failed
Loading