Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
electrumsv
/
dpp-proxy
Public
forked from
bitcoin-sv/dpp-proxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Features/update for tsc spec compliance
- #1
#1
Merged
AustEcon
merged 15 commits into
master
electrumsv/dpp-proxy:master
from
features/update-for-tsc-spec-compliance
electrumsv/dpp-proxy:features/update-for-tsc-spec-compliance
Copy head branch name to clipboard
Nov 1, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Features/update for tsc spec compliance
#1
AustEcon
merged 15 commits into
master
electrumsv/dpp-proxy:master
from
features/update-for-tsc-spec-compliance
electrumsv/dpp-proxy:features/update-for-tsc-spec-compliance
Copy head branch name to clipboard
Commits
Commits on Oct 11, 2022
Pinned github.com/libsv/go-dpp to a specific commit on feature branch: `features/updates-for-tsc-spec-compliance`
Show description for 2205606
AustEcon
committed
2205606
View commit details
Copy full SHA for 2205606
Browse repository at this point
Update to latest TSC DPP spec. See: https://tsc.bitcoinassociation.net/standards/direct_payment_protocol/#HybridPaymentMode(BRFCID:ef63d9775da5)
AustEcon
committed
fb6c0c4
View commit details
Copy full SHA for fb6c0c4
Browse repository at this point
Update to latest TSC DPP spec. continued... now includes latest `Payment` and `PaymentACK`
AustEcon
committed
a81f799
View commit details
Copy full SHA for a81f799
Browse repository at this point
Refactoring to rename `PaymentRequest` to `PaymentTerms` and updating to the latest version of `go-dpp` feature branch commit
AustEcon
committed
bd857da
View commit details
Copy full SHA for bd857da
Browse repository at this point
Secure payment term support (relies on existing go-dpp changes) (#60)
rt121212121
authored and
AustEcon
committed
288db72
View commit details
Copy full SHA for 288db72
Browse repository at this point
Silence false positive golangci-lint warning for duplicate code block
AustEcon
committed
f4c8322
View commit details
Copy full SHA for f4c8322
Browse repository at this point
Pin to latest commit on go-dpp feature branch: ` features/updates-for-tsc-spec-compliance`
AustEcon
committed
f0b9d4a
View commit details
Copy full SHA for f0b9d4a
Browse repository at this point
Make error response more readable
AustEcon
committed
4b9f7b0
View commit details
Copy full SHA for 4b9f7b0
Browse repository at this point
Update `dpp-proxy` so that the default method of hosting invoices is the `JSONEnvelope` based signed model. This also removes `payd` as a dependency, although there are remnants of configuration va…
Show description for e64952e
rt121212121
authored and
AustEcon
committed
e64952e
View commit details
Copy full SHA for e64952e
Browse repository at this point
Update the `go-dpp` version for the CI passing tag.
rt121212121
authored and
AustEcon
committed
0fba18d
View commit details
Copy full SHA for 0fba18d
Browse repository at this point
Pin `swag` to 1.8.4 which is the newest release that does not 'panic: runtime error: invalid memory address or nil pointer dereference'. Generate the swagger update.
rt121212121
authored and
AustEcon
committed
7ba1f75
View commit details
Copy full SHA for 7ba1f75
Browse repository at this point
Return errors back to payer as a 400 bad request http error
Show description for 1cc33d7
AustEcon
committed
1cc33d7
View commit details
Copy full SHA for 1cc33d7
Browse repository at this point
Updates to error handling including removal of the `Memo` and `Error` fields of the dpp.PaymentACK struct (as this is not a part of the TSC specification)
Show description for a2baf10
AustEcon
committed
a2baf10
View commit details
Copy full SHA for a2baf10
Browse repository at this point
Update to latest `go-dpp` version
AustEcon
committed
33acfe2
View commit details
Copy full SHA for 33acfe2
Browse repository at this point
Rebase on master and remove `vendor` folder
AustEcon
committed
890a9e0
View commit details
Copy full SHA for 890a9e0
Browse repository at this point
You can’t perform that action at this time.