Skip to content

Commit

Permalink
Remove candid endpoints from User canisters (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 27, 2024
1 parent 7d363ad commit f933d69
Show file tree
Hide file tree
Showing 69 changed files with 68 additions and 1,511 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions backend/canisters/user/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Remove all code to migrate events to stable memory ([#6858](https://github.com/open-chat-labs/open-chat/pull/6858))
- Remove the old `gate` field which has been superseded by `gate_config` ([#6902](https://github.com/open-chat-labs/open-chat/pull/6902))
- Remove candid endpoints from User canisters ([#6905](https://github.com/open-chat-labs/open-chat/pull/6905))

## [[2.0.1459](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1459-user)] - 2024-11-18

Expand Down
2 changes: 0 additions & 2 deletions backend/canisters/user/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ edition = "2021"
[dependencies]
bot_api_gateway_canister = { path = "../../bot_api_gateway/api" }
candid = { workspace = true }
candid_gen = { path = "../../../libraries/candid_gen" }
chat_events = { path = "../../../libraries/chat_events" }
ic-ledger-types = { workspace = true }
icrc-ledger-types = { workspace = true }
proposals_bot_canister = { path = "../../proposals_bot/api" }
serde = { workspace = true }
serde_bytes = { workspace = true }
ts_export = { path = "../../../libraries/ts_export" }
ts-rs = { workspace = true }
types = { path = "../../../libraries/types" }
Loading

0 comments on commit f933d69

Please sign in to comment.