nns-dapp
nns-dapp copied to clipboard
The Dapp of the Internet Computer's Network Nervous System.
# Motivation Upgrade all required dependencies to support agent-js v2. # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).
# Motivation We need to implement a modal for importing custom tokens. This modal will consist of two steps: 1. Step 1: The user can enter a ledger canister ID...
# DO NOT MERGE - import token beta (flag enabled). - Ledger related minor text changes.
# Motivation # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).
This PR introduces the decoding quota to the `http_request` method of the SNS aggregator canister. Setting a decoding quota of 10000 (corresponding to roughly 10KB of decoded data incl. overhead)...
# Motivation # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).
# Motivation This PR adds animation to the /proposals page cards, making it clearer for users to understand that the universe were switched. The animation will also keep users engaged...
# Motivation We would like to render all the latest proposal types. Even with no changes, just updating the reference is good practice. # Changes * Update the version of...
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. Changelog Sourced from regex's changelog. 1.11.0 (2024-09-29) This is a new minor release of regex that brings in an update to the Unicode Character...
# Motivation Use an update call to make sure that the canister ID is correct and was not manipulated by a malicious node. # Changes - Call `ledger_id` with certified...