Page MenuHomePhabricator

[ecash-agora] Patch dockerfile again, bump version
ClosedPublic

Authored by bytesofman on Fri, Oct 31, 13:45.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC08f19c9d2fc5: [ecash-agora] Patch dockerfile again, bump version
Summary

Remove debug testing line from the dockerfile patch. Version bump to get the patch.

Test Plan

docker build -f ecash-agora.Dockerfile -t ecash-agora_local .

Diff Detail

Repository
rABC Bitcoin ABC
Branch
agora-patch-again
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34919
Build 69300: Build Diffecash-agora-tests · ecash-agora-integration-tests · cashtab-tests
Build 69299: arc lint + arc unit

Event Timeline

Failed tests logs:

====== CashTab Unit Tests: <SendXec /> rendered with params in URL bip21 - ALP token send with firma param ======
Error: expect(received).toHaveProperty(path, value)

Expected path: "disabled"

Expected value: true
Received value: false
    at Object.toHaveProperty (/work/cashtab/src/components/Send/__tests__/SendByUrlParams.test.js:1008:55)
    at runNextTicks (node:internal/process/task_queues:65:5)
    at listOnTimeout (node:internal/timers:549:9)
    at processTimers (node:internal/timers:523:7)

Each failure log is accessible here:
CashTab Unit Tests: <SendXec /> rendered with params in URL bip21 - ALP token send with firma param

This revision is now accepted and ready to land.Fri, Oct 31, 14:37