Skip to content

Commit

Permalink
Push anonymised user_online events to the event_sink canister
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 8, 2024
1 parent fbd5050 commit 21399d9
Show file tree
Hide file tree
Showing 23 changed files with 243 additions and 45 deletions.
125 changes: 88 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,17 @@ aws-sdk-dynamodb = "0.35.0"
aws-types = "0.57.1"
base64 = "0.21.5"
bitflags = { version = "2.4.1", features = ["serde"] }
candid = "0.10.2"
candid = "0.10.3"
canister_sig_util = { git = "https://github.com/dfinity/internet-identity", rev = "f46da3bfefff638a844117606a4dea70b2dd4405" }
ciborium = "0.2.1"
clap = "4.4.8"
dfx-core = { git = "https://github.com/hpeebles/dfinity-sdk", rev = "d39dde0611fda8f30a6796b40b1dbb13a0541597" }
dirs = "5.0.1"
dotenv = "0.15.0"
event_sink_canister = { git = "https://github.com/open-chat-labs/event-sink", rev = "f7c5b08d52fcb30a04263eca2d0f3e49e2d9209a" }
event_sink_client = { git = "https://github.com/open-chat-labs/event-sink", rev = "f7c5b08d52fcb30a04263eca2d0f3e49e2d9209a" }
event_sink_client_cdk_runtime = { git = "https://github.com/open-chat-labs/event-sink", rev = "f7c5b08d52fcb30a04263eca2d0f3e49e2d9209a" }
event_sink_utils = { git = "https://github.com/open-chat-labs/event-sink", rev = "f7c5b08d52fcb30a04263eca2d0f3e49e2d9209a" }
futures = "0.3.29"
getrandom = { version = "0.2.11", features = ["custom"] }
hex = "0.4.3"
Expand Down
Loading

0 comments on commit 21399d9

Please sign in to comment.