nns-dapp
nns-dapp copied to clipboard
The Dapp of the Internet Computer's Network Nervous System.
Changes to make tests pass on top of https://github.com/dfinity/nns-dapp/pull/6020 I do not endorse these changes. They are only meant to understand why tests are failing. Reasons why tests are failing...
Go to https://nns.ic0.app/, click Tokens, then click Internet Computer. Note that the ICP to USD convertion is provided here. Click on Main, then click Send. If we want to send...
The NNS frontend dapp does not support ICR's such ckUSDC, ckETH token through the hardware wallet such as Ledger nano. Even after importing your Hardware wallet you can't send, transfer...
# Motivation In today's implementation, you can have neurons that are unlocked but have been inactive for so long that the "confirm following" warning appears. This is undesired, so the...
# Motivation # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).
# Motivation ## Steps https://nodejs.org/en/about/previous-releases 1. nvm install 22.12.0 2. nvm use 22.12.0 3. nvm alias default 22.12.0 4. npm install -g [email protected] 5. rm -rf node_modules && rm package-lock.json...
add a link to open transaction history for SNS swap
# Motivation Users want an address book to prevent address poisoning. https://dfinity.atlassian.net/browse/NNS1-4252 # Changes PART 8: send tokens modals integration + warning if using a manual address. # Tests Added...
# Motivation A newer version of `didc` is available. Even with no changes, just updating the reference is good practice. This PR builds on top of #7335. related https://github.com/dfinity/nns-dapp/pull/4881/files#diff-bc4c83d8bf7818dd9b80288d1a8cb3ac68ad2a1da7314a2516a03357298cb04b Related...
# Motivation # Changes # Tests # Todos - [ ] Accessibility (a11y) – any impact? - [ ] Changelog – is it needed?