Rebase on master
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 7 2023
Rebase on master
Aug 3 2023
Fix batch writes
Aug 1 2023
Other corrections
Minor corrections
Address feedback
My concern gets addressed in a later diff
Address feedback
Address feedback
Jul 31 2023
Rebase on master
Jul 28 2023
Jul 27 2023
Jul 26 2023
OutboundKeyserverResponse can be deleted from identity_client.proto, right?
Remove OutboundKeyserverResponse from identity_client.proto
Been a couple years, but this looks mostly like what I remember
cmake looks fine to me
Jul 25 2023
Address feedback
Address feedback
Jul 24 2023
Address feedback
Apply feedback
Address feedback
Correct rebase
Still need to apply the original feedback, just updating the work to use the identity credentials
Rebase on keyserver+identity work
apply camelCase, fix returning a promise vs return a closure (void).
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Rebase on master
Jul 20 2023
Address feedback
Apply missed feedback during refactor
Jul 19 2023
i don't love that we block on verify_access_token in the interceptor function. would rather use a tower layer instead of a tonic interceptor to call the code asynchronously,
Eventually, we should move this to the authenticated service
Makes sense as a transitional step. But I wonder if there is a better solution which someone else might know.
My cpp is very rusty, but shouldn't we have a header file? how will we call methods defined here?
Makes sense to me