Skip to content

Commit

Permalink
Update NeuronController and Registry post release (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jan 10, 2024
1 parent bbb042f commit fc56e69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions backend/canisters/neuron_controller/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.1002](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1002-neuron_controller)] - 2024-01-10

### Changed

- Split active neurons from disbursed neurons in metrics ([#5139](https://github.com/open-chat-labs/open-chat/pull/5139))
Expand Down
1 change: 0 additions & 1 deletion backend/canisters/neuron_controller/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ struct Data {
pub nns_ledger_canister_id: CanisterId,
pub cycles_minting_canister_id: CanisterId,
pub cycles_dispenser_canister_id: CanisterId,
#[serde(skip_deserializing)]
pub neurons: Neurons,
pub rng_seed: [u8; 32],
pub test_mode: bool,
Expand Down
2 changes: 2 additions & 0 deletions backend/canisters/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

## [[2.0.1003](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1003-registry)] - 2024-01-10

### Changed

- Better formatting of proposal payloads ([#5115](https://github.com/open-chat-labs/open-chat/pull/5115))
Expand Down
4 changes: 2 additions & 2 deletions canister_commit_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"local_group_index": "2914f73daa7a4d7b76cfbaf5b89b0df740443ffa",
"local_user_index": "2914f73daa7a4d7b76cfbaf5b89b0df740443ffa",
"market_maker": "21db444718df7850e3007053162dce2ec055090d",
"neuron_controller": "d9c0ffe54403bad3e4f4b70d104bb7776922be8b",
"neuron_controller": "c2bd2ae7fca6975af985c4be34d8be9ad114194a",
"notifications": "91512f09ac773c85622fa84a7ea602d4273dcc8b",
"notifications_index": "91512f09ac773c85622fa84a7ea602d4273dcc8b",
"online_users": "2914f73daa7a4d7b76cfbaf5b89b0df740443ffa",
"proposals_bot": "4d848f77c3060d6bdb1b3709053ed5ac8597dac6",
"proposal_validation": "03647d5475bd4cb1b6299c5688e6d4f97928559a",
"registry": "2ab7483426e2248c5de9d54ad7fd4765771cd917",
"registry": "bbb042f371487caa60ae90d0af70b4a8cc51c668",
"storage_bucket": "d000cb13d031463e1c2938cf725e7102c98171b7",
"storage_index": "d000cb13d031463e1c2938cf725e7102c98171b7",
"user": "5118c7f4214b96006b9a06af4c3bcb2f84a0dfea",
Expand Down

0 comments on commit fc56e69

Please sign in to comment.