Skip to content

Commit

Permalink
Replace embedded tachyon schema definition with official package
Browse files Browse the repository at this point in the history
Now that the tachyon-protocol package contains a stable and proper
definitions of the autohost protocol based on that was in this repo,
this change rips out all custom schemas, and replaces it with the
types and validators that come from the official protocol package.

There are some static typing improvements with this change, there is
less casting required as more code is automatically generated in the
upstream package.
  • Loading branch information
p2004a committed Jun 23, 2024
1 parent 98342da commit 039f0e8
Show file tree
Hide file tree
Showing 40 changed files with 372 additions and 2,218 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
- run: npm run build
- run: npm test
- run: npm run lint
- run: npm run compile-schemas && git diff --exit-code
Loading

0 comments on commit 039f0e8

Please sign in to comment.