Skip to content

Commit

Permalink
πŸ”„ "Add friend UI different (#25)
Browse files Browse the repository at this point in the history
* rewrite crypto in the new protocol

* redesign daemon schema

* fix typo

* add story to sync friend request

* add story to public id response

* Public identifier (#18)

* add identifier.proto

* implement base58

* implement identifier

* Implement friend acking (#21)

* update message.proto with control message

* handle control message properly

* check for ack of control message

* Async friending schema (#22)

* configure server for async requests

* checkpoint: rewriting test files

* add friend workinggit ca add

Co-authored-by: Shengtong Zhang <[email protected]>

* change api

* add sync test

* push without compile

* use enums instead of integer constants

* daemon.protoo changes

* async partitions and a basic test passes

* update proto. time for disaster to happen. Gooddddd luck

* update protos. We are good.

* update protos for Invitation Progres

* replace friend_request -> invitation on server

* Friends implementation (#23)

* change to system message

* it builds

* initial tests passing!!!

* revamp crypto

* update a TON of dependencies to latest commits.

* update daemon_pb.js

* rules_proto_grpc doesnt build off master??

* fix things

* fix trunk fmt

Co-authored-by: Shengtong Zhang <[email protected]>
Co-authored-by: Sualeh Asif <[email protected]>
Co-authored-by: Sualeh Asif <[email protected]>"
Update anysphere/asphr commit SHA
πŸ”— anysphere/asphr@7a3daa3
  • Loading branch information
arvid220u committed Jul 12, 2022
1 parent 3951bb9 commit e981634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

git_repository(
name = "asphr",
commit = "6ccc8a4cf8502de4a6d78beaf34f833d4bec598e", # autoupdate anysphere/asphr
commit = "7a3daa3c098dfa7f858ec0a1f6427700ca8ba667", # autoupdate anysphere/asphr
init_submodules = True,
remote = "https://github.com/anysphere/asphr.git",
)
Expand Down

0 comments on commit e981634

Please sign in to comment.