feat: add Bitcoin standard memo encoding example for bitSmiley and unit tests #514
Annotations
10 errors and 11 warnings
Lint:
memo.js#L1
Replace `'web3'` with `"web3"`
|
Lint:
memo.js#L4
Replace `'web3-validator'` with `"web3-validator"`
|
Lint:
memo.js#L7
Replace `A` with `a`
|
Lint:
memo.js#L11
Delete `··`
|
Lint:
memo.js#L12
Delete `··`
|
Lint:
memo.js#L13
Replace `····` with `··`
|
Lint:
memo.js#L13
Expected object keys to be in ascending order. 'Call' should be before 'DepositAndCall'
|
Lint:
memo.js#L14
Delete `··`
|
Lint:
memo.js#L18
Delete `··`
|
Lint:
memo.js#L19
Delete `··`
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
memo.js#L44
Use const or class constructors instead of named functions
|
Lint:
memo.js#L75
Use const or class constructors instead of named functions
|
Lint:
memo.js#L83
Use const or class constructors instead of named functions
|
Lint:
memo.js#L92
Use const or class constructors instead of named functions
|
Lint:
memo.test.js#L12
Use const or class constructors instead of named functions
|
Lint:
memo.test.js#L40
Use const or class constructors instead of named functions
|
Lint:
memo.test.js#L64
Use const or class constructors instead of named functions
|
Lint:
packages/client/src/getFees.ts#L8
Prefer using arrow functions over plain functions
|
Lint:
packages/client/src/getHardhatConfig.ts#L13
Prefer using arrow functions over plain functions
|
Lint:
packages/client/src/solanaDeposit.ts#L10
Prefer using arrow functions over plain functions
|
Loading