Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ic js with latest governance #3015

Merged
merged 7 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-Nns-Dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The NNS Dapp is released through proposals in the Network Nervous System. Theref
* Faster formatting of shell and yaml files, by operating only on named or changed files.
* Updated the calls to `docker-build` to use the `--network` flag.
* Upgraded to Playwright 1.36.
* Upgraded to ic-js 0.0.8-next-2023-07-24.1
peterpeterparker marked this conversation as resolved.
Show resolved Hide resolved

#### Deprecated
#### Removed
Expand Down
96 changes: 48 additions & 48 deletions frontend/package-lock.json

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

2 changes: 2 additions & 0 deletions frontend/src/lib/api/proposals.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const queryProposals = async ({
}),
includeRewardStatus: rewards,
includeStatus: status,
includeAllManageNeuronProposals: false,
},
certified,
});
Expand Down Expand Up @@ -90,6 +91,7 @@ export const queryProposal = async ({
includeRewardStatus: [],
excludeTopic: [],
includeStatus: [],
includeAllManageNeuronProposals: false,
},
certified,
});
Expand Down
Loading