Skip to content

Commit

Permalink
Merge branch 'main' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Sep 17, 2023
2 parents 6c82289 + 5e40509 commit 69398bc
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 28 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ The code for the landing [page](https://openpayments.guide) is in `./landing`.

- [Payment Pointers](https://paymentpointers.org)
- [Interledger](https://interledger.org)

## Open Payments Catchup Call

Our catchup calls are open to our community. We have them every Monday at 11:00 GMT, via Google Meet.

Video call link: https://meet.google.com/htd-eefo-ovn

Or dial: (DE) +49 30 300195061 and enter this PIN: 105 520 503#

More phone numbers: https://tel.meet/htd-eefo-ovn?hs=5

[Add to Google Calendar](https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MTdkZTEwYThhNjliNDUxOGJmNTc0ZWE2NjgxZWViZjlfMjAyMzA5MDRUMTEwMDAwWiBzYWJpbmVAaW50ZXJsZWRnZXIub3Jn&tmsrc=sabine%40interledger.org&scp=ALL)
18 changes: 9 additions & 9 deletions landing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1699,14 +1699,14 @@ scheduler@^0.22.0:
loose-envify "^1.1.0"

semver@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
version "6.3.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

semver@^7.3.7:
version "7.3.7"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"

Expand Down Expand Up @@ -1931,9 +1931,9 @@ which@^2.0.1:
isexe "^2.0.0"

word-wrap@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
version "1.2.4"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==

wrappy@1:
version "1.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/http-signature-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interledger/http-signature-utils

## 1.0.4

### Patch Changes

- 805d6dd: Pin `httpbis-digest-headers` version

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/http-signature-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/http-signature-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "Provides utilities for working with HTTP signatures",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"http-message-signatures": "^0.1.2",
"httpbis-digest-headers": "github:interledger/httpbis-digest-headers",
"httpbis-digest-headers": "^1.0.0",
"jose": "^4.13.1",
"uuid": "^9.0.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/open-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @interledger/open-payments

## 3.1.0

### Minor Changes

- 25cf507: Making interact property optional for grant requests

## 3.0.1

### Patch Changes

- Updated dependencies [805d6dd]
- @interledger/http-signature-utils@1.0.4

## 3.0.0

### Major Changes

- dd193c7: Adding properties for new quoting mechanism

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const quote = await client.quote.create(
{ receiver: incomingPayment.id }
)

// quote.sendAmount.value = '5200'
// quote.debitAmount.value = '5200'
```

5. Create `OutgoingPayment` grant & start interaction flow:
Expand Down
4 changes: 2 additions & 2 deletions packages/open-payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/open-payments",
"version": "2.0.0",
"version": "3.1.0",
"description": "Tools for interacting with the Open Payments API",
"author": "Interledger Tech Team <[email protected]>",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@interledger/http-signature-utils": "workspace:1.0.3",
"@interledger/http-signature-utils": "workspace:1.0.4",
"@interledger/openapi": "workspace:1.0.3",
"axios": "^1.3.4",
"base64url": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/open-payments/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export type Grant = {
export type GrantRequest = {
access_token: ASOperations['post-request']['requestBody']['content']['application/json']['access_token']
client: ASOperations['post-request']['requestBody']['content']['application/json']['client']
interact: ASOperations['post-request']['requestBody']['content']['application/json']['interact']
interact?: ASOperations['post-request']['requestBody']['content']['application/json']['interact']
}
export type GrantContinuationRequest = {
interact_ref: ASOperations['post-continue']['requestBody']['content']['application/json']['interact_ref']
Expand Down
22 changes: 9 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69398bc

Please sign in to comment.