This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
feat(core): add changi network #621
ci.yml
on: pull_request
Build
1m 20s
Test
1m 11s
Lint (prettier)
34s
Lint (eslint)
54s
Annotations
10 errors
Lint (prettier)
Process completed with exit code 1.
|
Lint (eslint)
@waveshq/walletkit-ui#lint: command (/home/runner/work/walletkit/walletkit/packages/walletkit-ui) pnpm run lint exited (1)
|
Lint (eslint)
Process completed with exit code 1.
|
Test
@waveshq/walletkit-core#test: command (/home/runner/work/walletkit/walletkit/packages/walletkit-core) pnpm run test --maxWorkers=100% --coverage exited (1)
|
network › should resolve bip32 option for Changi:
packages/walletkit-core/src/api/network.unit.ts#L27
expect(received).toMatchSnapshot()
Snapshot name: `network should resolve bip32 option for Changi 1`
New snapshot was not written. The update flag must be explicitly passed to write a new snapshot.
This is likely because this test is run in a continuous integration (CI) environment in which snapshots are not written by default.
Received:
{
"bip32": {
"private": 70615956,
"public": 70617039,
},
"wif": 239,
}
at Object.<anonymous> (src/api/network.unit.ts:27:26)
|
Test
Process completed with exit code 1.
|
Build
@waveshq/walletkit-ui#build: command (/home/runner/work/walletkit/walletkit/packages/walletkit-ui) pnpm run build exited (1)
|
Build
Duplicate identifier 'LibraryManagedAttributes'.
|
Build
Duplicate identifier 'LibraryManagedAttributes'.
|
Build
Process completed with exit code 1.
|