Skip to content

Commit

Permalink
Updated code and tests to align with latest tbdex main (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored Jul 19, 2024
1 parent 8f07e7e commit fa3dfe8
Show file tree
Hide file tree
Showing 15 changed files with 5,115 additions and 3,748 deletions.
6 changes: 6 additions & 0 deletions .changeset/selfish-apricots-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tbdex/protocol": major
"@tbdex/http-server": major
---

Updated code and tests to align with latest tbDEX spec (commit 621f54f of `tbdex` repo)
1 change: 1 addition & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: TBD54566975/tbdocs@main
with:
group_docs: true
fail_on_warnings: true
fail_on_error: true
entry_points: |
- file: packages/protocol/src/main.ts
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ Release workflow:
## Working with the `tbdex` submodule

### Pulling
You may need to update the `tbdex` submodule after pulling.
You will need to update the `tbdex` submodule to the latest from time to time:
```sh
git pull
git submodule update
git submodule update --remote
```

### Pushing
Expand Down
250 changes: 250 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit fa3dfe8

Please sign in to comment.