Skip to content

bump(deps): update dependency vite to v5.3.3 #1027

bump(deps): update dependency vite to v5.3.3

bump(deps): update dependency vite to v5.3.3 #1027

Triggered via pull request June 7, 2024 13:28
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return addresses from string public key: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:296:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return addresses from buffer public key: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:301:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return address from public key when type is p2pkh: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:310:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return address from public key when type is p2sh: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:319:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return address from public key when type is segwit: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:328:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should return xKey from public key when type is p2tr: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:337:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Func
src/addresses/__tests__/index.spec.ts > addresses > getAddressesFromPublicKey > should not return xKey from public key when type is not p2tr: packages/sdk/src/addresses/index.ts#L92
Error: Expected property "chainCode" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ Module.getAddressesFromPublicKey src/addresses/index.ts:92:47 ❯ src/addresses/__tests__/index.spec.ts:345:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'chainCode', __type: 'Function<Length>', __value: { '0': 1, '1': 1, '2': 1, '3': 1, '4': 1, '5': 1, '6': 1, '7': 1, '8': 1, '9': 1, '10': 1, '11': 1, '12': 1, '13': 1, '14': 1, '15': 1, '16': 1, '17': 1, '18': 1, '19': 1, '20': 1, '21': 1, '22': 1, '23': 1, '24': 1, '25': 1, '26': 1, '27': 1, '28': 1, '29': 1, '30': 1, '31': 1, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 32, slice: 'Function<slice>', maxByteLength: 32, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', writeBigInt64BE: 'Function<writeBigInt64BE>', writeFloatLE: 'Function<writeFloatLE>', writeFloatBE: 'Fun
src/transactions/__tests__/PSBTBuilder.spec.ts > PSBTBuilder > prepare > should fetch utxo using GetSpendables RPC and prepare psbt for sending: packages/sdk/src/transactions/helper.ts#L79
Error: Expected property "publicKey" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ generateTaprootInput src/transactions/helper.ts:79:21 ❯ Module.processInput src/transactions/helper.ts:190:14 ❯ src/transactions/PSBTBuilder.ts:445:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'publicKey', __type: 'Function<Length>', __value: { '0': 3, '1': 156, '2': 226, '3': 122, '4': 167, '5': 102, '6': 103, '7': 49, '8': 100, '9': 132, '10': 33, '11': +0, '12': 75, '13': 169, '14': 67, '15': 185, '16': 11, '17': 130, '18': 115, '19': 226, '20': 58, '21': 23, '22': 93, '23': 156, '24': 88, '25': 227, '26': 236, '27': 46, '28': 100, '29': 58, '30': 155, '31': 1, '32': 209, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 33, slice: 'Function<slice>', maxByteLength: 33, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', wr
src/transactions/__tests__/PSBTBuilder.spec.ts > PSBTBuilder > prepare > should fetch utxo that is sufficient to cover fee, and utxo is more than that fee: packages/sdk/src/transactions/helper.ts#L79
Error: Expected property "publicKey" of type Buffer, got Buffer ❯ captureStackTrace ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:20:11 ❯ tfSubError ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/errors.js:99:3 ❯ _object ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:117:15 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:233:9 ❯ typeforce ../../node_modules/.pnpm/typeforce@1.18.0/node_modules/typeforce/index.js:239:10 ❯ fromPublicKeyLocal ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:338:9 ❯ Object.fromPublicKey ../../node_modules/.pnpm/bip32@4.0.0/node_modules/bip32/src/bip32.js:335:16 ❯ generateTaprootInput src/transactions/helper.ts:79:21 ❯ Module.processInput src/transactions/helper.ts:190:14 ❯ src/transactions/PSBTBuilder.ts:445:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { __label: undefined, __property: 'publicKey', __type: 'Function<Length>', __value: { '0': 3, '1': 156, '2': 226, '3': 122, '4': 167, '5': 102, '6': 103, '7': 49, '8': 100, '9': 132, '10': 33, '11': +0, '12': 75, '13': 169, '14': 67, '15': 185, '16': 11, '17': 130, '18': 115, '19': 226, '20': 58, '21': 23, '22': 93, '23': 156, '24': 88, '25': 227, '26': 236, '27': 46, '28': 100, '29': 58, '30': 155, '31': 1, '32': 209, constructor: 'Function<Buffer>', parent: { constructor: 'Function<ArrayBuffer>', byteLength: 33, slice: 'Function<slice>', maxByteLength: 33, resizable: false, resize: 'Function<resize>' }, offset: +0, _isBuffer: true, swap16: 'Function<swap16>', swap32: 'Function<swap32>', swap64: 'Function<swap64>', toString: 'Function<toString>', toLocaleString: 'Function<toString>', equals: 'Function<equals>', inspect: 'Function<inspect>', compare: 'Function<compare>', includes: 'Function<includes>', indexOf: 'Function<indexOf>', lastIndexOf: 'Function<lastIndexOf>', write: 'Function<write>', toJSON: 'Function<toJSON>', slice: 'Function<slice>', readUIntLE: 'Function<readUIntLE>', readUintLE: 'Function<readUIntLE>', readUIntBE: 'Function<readUIntBE>', readUintBE: 'Function<readUIntBE>', readUInt8: 'Function<readUInt8>', readUint8: 'Function<readUInt8>', readUInt16LE: 'Function<readUInt16LE>', readUint16LE: 'Function<readUInt16LE>', readUInt16BE: 'Function<readUInt16BE>', readUint16BE: 'Function<readUInt16BE>', readUInt32LE: 'Function<readUInt32LE>', readUint32LE: 'Function<readUInt32LE>', readUInt32BE: 'Function<readUInt32BE>', readUint32BE: 'Function<readUInt32BE>', readBigUInt64LE: 'Function<readBigUInt64LE>', readBigUInt64BE: 'Function<readBigUInt64BE>', readIntLE: 'Function<readIntLE>', readIntBE: 'Function<readIntBE>', readInt8: 'Function<readInt8>', readInt16LE: 'Function<readInt16LE>', readInt16BE: 'Function<readInt16BE>', readInt32LE: 'Function<readInt32LE>', readInt32BE: 'Function<readInt32BE>', readBigInt64LE: 'Function<readBigInt64LE>', readBigInt64BE: 'Function<readBigInt64BE>', readFloatLE: 'Function<readFloatLE>', readFloatBE: 'Function<readFloatBE>', readDoubleLE: 'Function<readDoubleLE>', readDoubleBE: 'Function<readDoubleBE>', writeUIntLE: 'Function<writeUIntLE>', writeUintLE: 'Function<writeUIntLE>', writeUIntBE: 'Function<writeUIntBE>', writeUintBE: 'Function<writeUIntBE>', writeUInt8: 'Function<writeUInt8>', writeUint8: 'Function<writeUInt8>', writeUInt16LE: 'Function<writeUInt16LE>', writeUint16LE: 'Function<writeUInt16LE>', writeUInt16BE: 'Function<writeUInt16BE>', writeUint16BE: 'Function<writeUInt16BE>', writeUInt32LE: 'Function<writeUInt32LE>', writeUint32LE: 'Function<writeUInt32LE>', writeUInt32BE: 'Function<writeUInt32BE>', writeUint32BE: 'Function<writeUInt32BE>', writeBigUInt64LE: 'Function<writeBigUInt64LE>', writeBigUInt64BE: 'Function<writeBigUInt64BE>', writeIntLE: 'Function<writeIntLE>', writeIntBE: 'Function<writeIntBE>', writeInt8: 'Function<writeInt8>', writeInt16LE: 'Function<writeInt16LE>', writeInt16BE: 'Function<writeInt16BE>', writeInt32LE: 'Function<writeInt32LE>', writeInt32BE: 'Function<writeInt32BE>', writeBigInt64LE: 'Function<writeBigInt64LE>', wr
src/transactions/__tests__/PSBTBuilder.spec.ts > PSBTBuilder > prepare > should fail when utxos are sufficient for output but insufficient to cover fee: packages/sdk/src/transactions/__tests__/PSBTBuilder.spec.ts#L184
AssertionError: expected error to have message: Insufficient funds - Expected + Received - Insufficient funds + Expected property "publicKey" of type Buffer, got Buffer ❯ src/transactions/__tests__/PSBTBuilder.spec.ts:184:7