-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update-asset-cert
- Loading branch information
Showing
17 changed files
with
4,477 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Developer weekly update January 15, 2025 | ||
description: This week, we have a roadmap milestone release, a few new tooling releases, and an important announcement about ETH Denver 2025. | ||
tags: [Devs] | ||
image: /img/blog/dev-update-blog-jan-15.jpg | ||
--- | ||
|
||
# Developer weekly update January 15, 2025 | ||
|
||
![January 15, 2025](../../static/img/blog/dev-update-blog-jan-15.jpg) | ||
|
||
Hello developers, and welcome to this week's developer weekly update! This week, we have a roadmap milestone release, a few new tooling releases, and an important announcement about ETH Denver 2025. Let's get started! | ||
|
||
## Plasma release: Governance milestone | ||
|
||
The first milestone of 2025 has been achieved! The Plasma milestone includes several new features on the NNS and new proposal types for deployed SNSes. Features in this milestone include: | ||
|
||
- Neurons table design: New design for viewing neuron information. | ||
|
||
- Actionable proposals: Clearly see which proposals you can still vote on. | ||
|
||
- SNS name and logo change proposals: SNSes can now change their name and logo via proposal. | ||
|
||
- Canister-controlled neurons: New functionality for canisters to control a neuron. | ||
|
||
- Periodic confirmation: Facilitating active governance participation by periodically asking neurons to confirm their following configuration. | ||
|
||
- ICRC-1 token imports: Import any token that supports the ICRC-1 standard to the NNS. | ||
|
||
- Neuron visibility settings: Neurons can now be public or private. Public neurons can decide which information they expose about themselves. | ||
|
||
- Improved SNS upgrades. | ||
|
||
You can learn more about this milestone on the [ICP roadmap](https://internetcomputer.org/roadmap#Governance%20&%20Tokenomics-Plasma) or check out the [milestone release livestream](https://www.youtube.com/watch?v=W01GOBBVY1w). | ||
|
||
## Tooling releases | ||
|
||
A few new tooling releases are available: | ||
|
||
- `ic-repl` v0.7.7: https://github.com/dfinity/ic-repl/releases/tag/0.7.7 | ||
|
||
- Candid v0.10.12: https://github.com/dfinity/candid | ||
|
||
- Internet Identity: https://github.com/dfinity/internet-identity/releases/tag/release-2025-01-10 | ||
|
||
- `ic-wasm` v0.9.3: https://github.com/dfinity/ic-wasm/releases/tag/0.9.3 | ||
|
||
|
||
## ETH Denver 2025 | ||
|
||
ICP will be at [ETH Denver 2025](https://www.ethdenver.com/) and would love to see you there! For our developer ecosystem, we're offering some exciting opportunities to showcase your project during the event, including: | ||
|
||
- Pitch opportunities: Demo your project at different side events that are sponsored by ICP. | ||
|
||
- Booth space: Chat with event attendees at the ICP booth, give live demos, or pass out merch. | ||
|
||
If you're interested in participating in either opportunity, fill out the [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSdqWNBRiy-rW2uLt7lhW9am5a6NWidT956oBLrUjkV9gEOTJw/viewform) to let us know! | ||
|
||
That'll wrap up this week. Tune back in next week for more developer updates! | ||
|
||
-DFINITY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
52 changes: 52 additions & 0 deletions
52
docs/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-confirm-following.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
keywords: [beginner, governance, tutorial, nns] | ||
--- | ||
|
||
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow"; | ||
import '/src/components/CenterImages/center.scss'; | ||
|
||
# Periodic Neuron Following Confirmation | ||
|
||
<MarkdownChipRow labels={["Beginner", "Governance", "Tutorial"]} /> | ||
|
||
<div class="text--center"> | ||
<p> </p> | ||
</div> | ||
|
||
|
||
The main idea of periodic confirmation of following is that in order to get rewards, governance participants have to remain active voters and regularly confirm their following settings. Neurons who set following once or were created with default following and then never interact with the NNS again get lower, adjusted voting rewards. To find more information about the feature and community discussions about it, please see the [blog post](https://medium.com/dfinity/onchain-governance-improvement-periodic-confirmation-of-following-4c8fd73f578d), [forum discussion](https://forum.dfinity.org/t/periodic-confirmation-design/34215), and the adopted [motion proposal](https://dashboard.internetcomputer.org/proposal/132411). | ||
|
||
## Maximizing voting rewards | ||
|
||
In order to keep your voting power and thus keep getting voting rewards, you need to take at least one of the following three actions once every 6 months for each of your neurons: | ||
1. [Vote directly](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-voting-on-proposals) | ||
2. [Set or edit following](https://internetcomputer.org/docs/current/developer-docs/daos/nns/using-the-nns-dapp/nns-dapp-following-other-neurons) | ||
3. Confirm following | ||
|
||
:::info | ||
Note that if you're following other neurons, you will only receive the maximum voting rewards if the neurons you follow vote on all proposals. To see how neurons vote, visit [vpGeek](https://f2djv-5aaaa-aaaah-qdbea-cai.raw.icp0.io/knownNeurons). | ||
::: | ||
|
||
## How to confirm neuron following | ||
|
||
- **Step 1:** Sign into the [NNS dapp](https://nns.ic0.app/), navigate to **Neuron Staking** and click on **Internet Computer**. If you have neurons that are within 30 days of missing rewards, you will see a banner with a warning. | ||
|
||
![NNS Periodic Confirmation 1](../../_attachments/periodic-1.webp) | ||
|
||
- **Step 2:** Click on **Confirm Following**, and you will be prompted with a modal window. Here, you can review following for all of your neurons. If you agree with your current following setup, you can click **Confirm Following** to apply to all neurons. Alternatively, clicking any of them will bring you to the **Neuron Details** page, where you can edit (or confirm) your following for a single neuron. | ||
|
||
![NNS Periodic Confirmation 1](../../_attachments/periodic-2.webp) | ||
|
||
Once you confirmed following on all of your neurons, the warning will disappear, and the neuron inactivity timer will be reset to 6 months. | ||
|
||
Alternatively, you can: | ||
|
||
- **Step 3**: Navigate to **Neuron Staking** and click on **Internet Computer**. Select any of your neurons, which will bring you to the **Neuron Details** page. | ||
|
||
![NNS Import Tokens 3](../../_attachments/periodic-3.webp) | ||
|
||
- **Step 4**: Click on **Confirm Following**, which will open up a modal window. Here, you can review and confirm your following. Make sure you still agree with the decision you made in the past. Otherwise, you can edit your following on this page. | ||
|
||
![NNS Import Tokens 4](../../_attachments/periodic-4.webp) | ||
|
||
Note that alternatively, you can vote on a proposal, which will reset the neuron inactivity timer for all neurons that voted, or edit your following. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.