• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DanGould / rust-payjoin
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix/cli-println-bip78-terminology
DEFAULT BRANCH: master
Repo Added 20 Nov 2024 02:24AM UTC
Token qk8aGNJIhmCgxGLcROcgDKQBl6GdQAxdp regen
Build 530 Last
Files 63
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/cli-println-bip78-terminology
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 24-name-audit
  • 402-ref-audit
  • 465-rm-relay-from-session-ctx
  • access-control
  • access-control-v2
  • add-agents-md
  • add-navigability-signposts
  • additive-cli-features
  • additive-danger-local-https
  • ai-disclosure
  • arc-sc
  • async-standup-v2
  • avoid-uih-naming
  • bump-ohttp-relay-0.0.10
  • bump-payjoin-0-21
  • bump-payjoin-0.24.0
  • bump-payjoin-cli-0-1-0
  • bump-payjoin-directory-0.0.2
  • check-fetch-status
  • check-independent-features
  • coderabbit-refine-exceptions
  • coderabbit-review-drafts
  • coderabbit-strip-noise
  • complete-intourl
  • contributing-readme
  • dart-fetch-ohttp-keys
  • demo-sender-fallback
  • directory-mod
  • doc-contrib-test
  • dont-set-path
  • dry-run/standup-comment-trigger
  • ensure-no-original-psbt-keypath
  • errant-url-endpoint
  • explicit-err-conversions
  • feat/1314
  • feat/async-standup
  • feat/standup-comment-trigger
  • ffi-msrv-1.85.0
  • fix-dlh
  • fix-flaky-prune-test
  • fix-output-substitution-import
  • fix-send-resume
  • fix-standup-syntax
  • fix-test-flakiness
  • fix-uri-ext-case
  • fix/402-ref-audit
  • fix/402-typestate-docs
  • fix/794-msrv-clippy
  • fix/cli-println-bip78-terminology
  • fix/devshell-treefmt
  • handle-post-err
  • handle-recv-contribution-err-as-unavailable
  • handle-v2-error
  • handle-v2-error-generic
  • hide-danger-local-https
  • hide-pr-template-checklist
  • into-url
  • json-error
  • lib-docs
  • lint-1.85.0
  • lint-docs
  • master
  • min-feerate-broadcast
  • moddocs
  • no-uni-mod-distinction
  • ohttp-fallback
  • ohttp-relay-intourl
  • ohttp-reqs-refactor
  • one-expiry-error
  • only-try-preserving-privacy
  • overnight/issue-1016
  • overnight/issue-1258
  • overnight/issue-1274
  • overnight/issue-855
  • payjoin-0.21.0
  • payjoin-0.22.0
  • payjoin-0.23.0
  • payjoin-0.24.0
  • payjoin-0.25.0
  • payjoin-1.0.0-rc.0
  • payjoin-1.0.0-rc.1
  • payjoin-1.0.0-rc.2
  • payjoin-directory-0-0-1
  • payjoin-directory-0.0.2
  • payjoin-mailroom-0.1.0
  • payjoin-test-utils-0.0.0
  • persist-ohttp-keys
  • persist-payjoin
  • pjos-to-0
  • poll-no-pause
  • pr-checklist
  • prepare-psbt-by-copy
  • propagate-config-err
  • receive-error-heirarchy
  • recv-err
  • recv-state-transition-objects
  • refactor-receiver
  • refactor-sender
  • refactor-wantsfeerange
  • reply-json
  • req-impl-visibility
  • seal-state-trait
  • sep-receive-errors
  • separate-receive
  • separate-send-errors
  • separate-send-versions-p1
  • separate-send-versions-p2-v2
  • service-docker-compose
  • service-multi-listener
  • session4/issue-1227
  • session4/issue-1276
  • session4/issue-1300
  • session4/issue-1374
  • session4/issue-749
  • session4/standup-v2
  • session4/unify-short-id
  • split-v1-psbt-contexts
  • test-utils
  • test-utils-no-bitcoind
  • test-utils-redis-follow
  • uniform-ohttp-payloads
  • update-bip78
  • url-no-idna
  • v1-data-minimization
  • v1-feature-flag
  • v1-v2
  • v1context-visibility
  • workflow-build-deps

05 May 2026 10:53AM UTC coverage: 85.088%. First build
25372138050

push

github

DanGould
Use BIP 78 spec terms in payjoin-cli prints

The CLI called the request to the receiver a "fallback request"
and the post-send tx info "Sent fallback transaction ...". The
request body is the Original PSBT in BIP 78 parlance, and the
fallback transaction is the signed original tx -- which we have
not sent at that point, only computed. Tighten the wording to
match the spec.

Also rename "Posted original proposal..." to "Posted Original
PSBT..." for the v2 sender path. The internal name "Original
Proposal" stays in BIP 77 (Original PSBT plus extra params); only
the user-facing print is changed.

1 of 1 new or added line in 1 file covered. (100.0%)

11509 of 13526 relevant lines covered (85.09%)

396.38 hits per line

Relevant lines Covered
Build:
Build:
13526 RELEVANT LINES 11509 COVERED LINES
396.38 HITS PER LINE
Source Files on master
  • Tree
  • List 63
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25372138050 fix/cli-println-bip78-terminology Use BIP 78 spec terms in payjoin-cli prints The CLI called the request to the receiver a "fallback request" and the post-send tx info "Sent fallback transaction ...". The request body is the Original PSBT in BIP 78 parlance, and the fallback tran... push 05 May 2026 11:06AM UTC DanGould github
85.09
25372138019 payjoin-0.25.0 Bump payjoin version to 0.25.0 (#1438) push 05 May 2026 10:58AM UTC web-flow github
84.12
25371872346 dart-fetch-ohttp-keys Defend http client against attacks push 05 May 2026 10:52AM UTC DanGould github
84.5
25360328706 payjoin-1.0.0-rc.2 Bump payjoin-mailroom version to 0.1.0 (#1359) push 05 May 2026 06:07AM UTC web-flow github
82.48
25360328624 demo-sender-fallback Use SessionId in fallback_sender trait signature The fallback_sender App trait method took an i64 and the v2 impl wrapped it into SessionId(...) immediately on entry. Push the wrap up to main.rs so the CLI boundary is the only place that material... Pull #41 05 May 2026 06:03AM UTC DanGould github
85.11
25360328620 payjoin-mailroom-0.1.0 Bump payjoin-mailroom version to 0.1.0 (#1359) push 05 May 2026 06:00AM UTC web-flow github
82.48
24925216120 feat/standup-comment-trigger Skip nested /check-in comments Discussion replies are one level deep — `addDiscussionComment`'s `replyToId` only accepts a top-level comment ID, so a `/check-in` posted as a reply (nested) would either fail at the API or post in an unexpected pla... push 25 Apr 2026 07:04AM UTC DanGould github
84.95
24925019010 master DRY-RUN: target fork's `standup` category Temporary commit for fork-master testing only — DanGould/rust-payjoin uses the `standup` category slug, upstream uses `check-ins`. Revert this commit before merging upstream. push 25 Apr 2026 06:51AM UTC DanGould github
84.95
24925016133 dry-run/standup-comment-trigger DRY-RUN: target fork's `standup` category Temporary commit for fork-master testing only — DanGould/rust-payjoin uses the `standup` category slug, upstream uses `check-ins`. Revert this commit before merging upstream. push 25 Apr 2026 06:51AM UTC DanGould github
84.95
24925009941 feat/standup-comment-trigger Fix treefmt: collapse ERROR_BODY to one line The repo's treefmt Python formatter (ruff/black) prefers a single line for the literal — it fits in 88 cols. CI was failing on `Format / Run treefmt` and on `Flake Check / maintenance` for the same rea... push 25 Apr 2026 06:50AM UTC DanGould github
84.95
See All Builds (512)

Badge your Repo: rust-payjoin

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc