add factory #35
Annotations
23 errors and 1 warning
test (ubuntu-latest):
src/chain/base/transaction/Broadcaster.ts#L1
Module '"/home/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' has no default export. Did you mean to use 'import { Transaction } from "/home/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' instead?
|
test (ubuntu-latest):
src/chain/base/transaction/FeeModel.ts#L1
Module '"/home/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' has no default export. Did you mean to use 'import { Transaction } from "/home/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' instead?
|
test (ubuntu-latest):
src/utils.ts#L22
'BigNumber' only refers to a type, but is being used as a value here.
|
test (ubuntu-latest):
src/utils.ts#L22
'BigNumber' only refers to a type, but is being used as a value here.
|
test (ubuntu-latest):
src/utils.ts#L66
'BigNumber' only refers to a type, but is being used as a value here.
|
test (ubuntu-latest):
src/utils.ts#L120
'BigNumber' only refers to a type, but is being used as a value here.
|
test (ubuntu-latest):
src/utils.ts#L168
Cannot find name 'Hash'.
|
test (ubuntu-latest):
src/utils.ts#L169
Cannot find name 'TransactionSignature'.
|
test (ubuntu-latest):
src/utils.ts#L170
Property 'r' does not exist on type 'Signature'.
|
test (ubuntu-latest):
src/utils.ts#L171
Property 's' does not exist on type 'Signature'.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest):
src/chain/base/transaction/Broadcaster.ts#L1
Module '"/Users/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' has no default export. Did you mean to use 'import { Transaction } from "/Users/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' instead?
|
test (macos-latest):
src/chain/base/transaction/FeeModel.ts#L1
Module '"/Users/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' has no default export. Did you mean to use 'import { Transaction } from "/Users/runner/work/scryptlib/scryptlib/src/chain/base/transaction/Transaction"' instead?
|
test (macos-latest):
src/utils.ts#L22
'BigNumber' only refers to a type, but is being used as a value here.
|
test (macos-latest):
src/utils.ts#L22
'BigNumber' only refers to a type, but is being used as a value here.
|
test (macos-latest):
src/utils.ts#L66
'BigNumber' only refers to a type, but is being used as a value here.
|
test (macos-latest):
src/utils.ts#L120
'BigNumber' only refers to a type, but is being used as a value here.
|
test (macos-latest):
src/utils.ts#L168
Cannot find name 'Hash'.
|
test (macos-latest):
src/utils.ts#L169
Cannot find name 'TransactionSignature'.
|
test (macos-latest):
src/utils.ts#L170
Property 'r' does not exist on type 'Signature'.
|
test (macos-latest):
src/utils.ts#L171
Property 's' does not exist on type 'Signature'.
|
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|