Page MenuHomePhabricator

[Cashtab] Remove missed debug log
ClosedPublic

Authored by bytesofman on May 23 2025, 15:16.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC71326d9728b2: [Cashtab] Remove missed debug log
Summary

Leftover from adding tests that require tx hex for mocks, remove

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
debug-patch
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33413
Build 66305: Build Diffcashtab-tests
Build 66304: arc lint + arc unit

Event Timeline

Tail of the build log:

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

> chronik-client@3.1.1 build
> tsc

/work/modules/ecash-lib /work/abc-ci-builds/cashtab-tests

added 271 packages, and audited 275 packages in 1s

37 packages are looking for funding
  run `npm fund` for details

6 vulnerabilities (5 moderate, 1 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

> ecash-lib@3.2.0 build
> tsc && tsc -p ./tsconfig.build.json && cp -r ./src/ffi ./dist

/work/modules/ecash-agora /work/abc-ci-builds/cashtab-tests

added 272 packages, and audited 275 packages in 1s

37 packages are looking for funding
  run `npm fund` for details

6 vulnerabilities (5 moderate, 1 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

> ecash-agora@2.0.1 build
> tsc && tsc -p ./tsconfig.build.json

/work/cashtab /work/abc-ci-builds/cashtab-tests
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
npm warn deprecated eslint@8.56.0: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm error code EEXIST
npm error syscall open
npm error path /root/.npm/_cacache/tmp/b0956a3a
npm error errno EEXIST
npm error Invalid response body while trying to fetch https://registry.npmjs.org/@nodelib%2ffs.scandir: EEXIST: file already exists, open '/root/.npm/_cacache/tmp/b0956a3a'
npm error File exists: /root/.npm/_cacache/tmp/b0956a3a
npm error Remove the existing file and try again, or run npm
npm error with --force to overwrite files recklessly.
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-05-23T15_19_35_218Z-debug-0.log
Build cashtab-tests failed with exit code 1
This revision is now accepted and ready to land.May 23 2025, 16:28
This revision was automatically updated to reflect the committed changes.