Skip to content

Commit

Permalink
Merge branch 'get-network-economics-parameters' of github.com:dfinity…
Browse files Browse the repository at this point in the history
…/nns-dapp into get-network-economics-parameters
  • Loading branch information
mstrasinskis committed Jan 17, 2025
2 parents 8d238cb + b1d4eba commit cd61a3b
Show file tree
Hide file tree
Showing 51 changed files with 2,618 additions and 630 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG-Nns-Dapp-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,14 @@ proposal is successful, the changes it released will be moved from this file to

#### Added

- Reporting: Full period filter, year-to-date, and last year
- Show USD values of neuron stakes.
- Display missing reward warnings in case of neuron inactivity.

#### Changed

- Allow `dfinity:` token prefix in QR code for ICP payment.
- Recover from interrupted canister creation in the frontend.
- Sort projects on the Voting page based on actionable proposals and name.
- Hide former Cycle-Transfer-Station SNS from Voting page.

#### Deprecated

#### Removed

- Remove hardcoding of "DFINITY Foundation" and "Internet Computer Association" in the displayed list of known neurons.
- Remove "Make neurons public" banner.

#### Fixed

- Fixed "Confirm following" for non-HW hotkey neurons.

#### Security

#### Not Published
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG-Nns-Dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref
Unreleased changes are added to `CHANGELOG-Nns-Dapp-unreleased.md` and moved
here after a successful release.

## Proposal 134787

### Application

#### Added

- Reporting: Full period filter, year-to-date, and last year
- Show USD values of neuron stakes.
- Display missing reward warnings in case of neuron inactivity.

#### Changed

- Allow `dfinity:` token prefix in QR code for ICP payment.
- Recover from interrupted canister creation in the frontend.
- Sort projects on the Voting page based on actionable proposals and name.
- Hide former Cycle-Transfer-Station SNS from Voting page.

#### Removed

- Remove hardcoding of "DFINITY Foundation" and "Internet Computer Association" in the displayed list of known neurons.
- Remove "Make neurons public" banner.

#### Fixed

- Fixed "Confirm following" for non-HW hotkey neurons.

### Operations

## Proposal 134484

### Application
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "2.0.98"
version = "2.0.99"

[workspace.dependencies]
ic-cdk = "0.17.1"
Expand Down
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"DIDC_VERSION": "didc 0.4.0",
"POCKETIC_VERSION": "3.0.1",
"CARGO_SORT_VERSION": "1.0.9",
"SNSDEMO_RELEASE": "release-2025-01-08",
"SNSDEMO_RELEASE": "release-2025-01-15",
"IC_COMMIT_FOR_PROPOSALS": "release-2025-01-09_03-19-base",
"IC_COMMIT_FOR_SNS_AGGREGATOR": "release-2025-01-03_03-07-base"
},
Expand Down
100 changes: 50 additions & 50 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/nns-dapp",
"version": "2.0.98",
"version": "2.0.99",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
Expand Down
Loading

0 comments on commit cd61a3b

Please sign in to comment.