Skip to content

Commit

Permalink
Create validation service (#278)
Browse files Browse the repository at this point in the history
* Initial commit

* Add more handlers

* Add more libraries

* Add first helper

* Start adding tests

* Add validation service

* Use xmtp_mls instead of re-implementing traits

* Remove ValidateIdentities Endpoint

* Works end to end

* Remove unused import

* Update compose file to use cross-platform builds

* Add tonic features to all new protos

* Add more methods to API Client

* Add api_client_wrapper

* Lint

* Trim down deps

* Add additional fields to validate key package response

* Make installation_ids bytes

* Update cargo.lock
  • Loading branch information
neekolas authored Oct 26, 2023
1 parent c0eb40c commit f84e15d
Show file tree
Hide file tree
Showing 38 changed files with 12,723 additions and 2,878 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/target/**
**/node_modules
**/.build/**
**/build/**
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ jobs:
name: swift
path: bindings_ffi/build/swift/
retention-days: 1


package-android:
needs: [ build, kotlin ]
Expand Down
Loading

0 comments on commit f84e15d

Please sign in to comment.