Skip to content

Commit

Permalink
Update User canisters post release (#4938)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 6, 2023
1 parent 6343c6c commit 49fe580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ pub struct NervousSystem {
latest_failed_proposals_update: Option<TimestampMillis>,
proposals_to_be_pushed: ProposalsToBePushed,
proposals_to_be_updated: ProposalsToBeUpdated,
#[serde(skip_deserializing)]
active_proposals: BTreeMap<ProposalId, (Proposal, MessageId)>,
neuron_id_for_submitting_proposals: Option<SnsNeuronId>,
neuron_for_submitting_proposals_dissolve_delay: Milliseconds,
Expand Down
2 changes: 2 additions & 0 deletions backend/canisters/user/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

## [[2.0.963](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.963-user)] - 2023-12-05

### Changed

- When swapping tokens take fee out of amount passed in ([#4934](https://github.com/open-chat-labs/open-chat/pull/4934))
Expand Down
2 changes: 1 addition & 1 deletion canister_commit_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"registry": "ce3033cea45ce8aa6647c3124d7b99b94caa00c4",
"storage_bucket": "5c4fb8d98e68053c6d93050dfafbd2dbb4c3c9b9",
"storage_index": "8426b83456957cdc997374c8a01d9b641d1d3d08",
"user": "23c4e18dfa32ad868ebf3588bd821d7c0d68d008",
"user": "6343c6c2a37fcf3e500dcc2df7b2b678155f2fd2",
"user_index": "eac89bc6da516a50dd54d94762efb86d468b7781"
}

0 comments on commit 49fe580

Please sign in to comment.