-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
8c5a1cf
to
3bb22a7
Compare
4ac61e8
to
43fcc95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks mostly consistent with your web5-kt pr, so same comments should apply here too!
README.md
Outdated
|
||
* [`/protocol`](./protocol/) - create, parse, verify, and validate the tbdex messages and resources defined in | ||
the [protocol draft specification](https://github.com/TBD54566975/tbdex/blob/main/specs/protocol/README.md) | ||
* [`/httpclient`](./httpclient) - An HTTP client that can be used to send tbdex messages to PFIs | ||
* [`/httpserver`](./httpserver) - Base implementation of a tbDEX HTTP server responsible for handling RFQs, orders, and other interactions | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we not get something like this for tbdex? i saw it in your web5-kt pr
* [tbdex](./tbdex) - The full tbdex platform
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted in one of my comments on this PR that we need to handle, yes - thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
config/dokka-configuration.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must document in AND also document in |
Add to |
* Add Maven Build * Remove Gradle * Build and tests passing * Add distribution for single dependency to get all of tbDEX * Update all GitHub Actions workflows * Add Dokka API Documentation config and manual generation script * Address @jiyoontbd PR feedback Next: * Validate with Dev Site * Remove ALRubinger SCM config for publishing * Remove comments on mvn deploy to Sonatype * Remove comments on ci.yml for Publishing test vectors
4572271
to
4cee120
Compare
4cee120
to
55d9a38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🌟 🎉 🥇
Ready to go for review. Do not merge until the web5-kt PR below is merged and a proper release is cut there, and updated here.
I'll avoid repetition here. Reasoning and layout is same as extensively detailed in:
Deployed a Release Candidate build: https://blockxyz.jfrog.io/artifactory/tbd-oss-releases-maven2/xyz/block/tbdex/1.0.0-maven-rc-1/
This has been validated as working in
developer.tbd.website
:Accomplishes the principal goal: make it so that consumers of
tbdex-kt
get versioning aligned withweb5-kt
without the need to do any manual dependency coordination by appdevs. Proven by the dev site testsuite POM: https://github.com/TBD54566975/developer.tbd.website/blob/alrubinger/tbdex-upgrade-v1-kt-maven/site/testsuites/testsuite-kotlin/pom.xml#L30