Skip to content

Commit 106c2bf

Browse files
author
Diego Mazo
committed
Devices and Premium changes
1 parent 3742851 commit 106c2bf

6 files changed

Lines changed: 53 additions & 10 deletions

File tree

docs/user/dappnode-premium/premium-services.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,28 @@ title: Premium services
88
### Push notifications
99
All Dappnode users have **complete access to the whole set of notifications** in the Dappmanager or in the app for free. The advantage of being a Premium user is to **receive push notifications in mobile and desktop**.
1010

11-
Dappnode users can activate their preferred notifications and manage the subscribed devices in the Dappmanager's Notification section
11+
Dappnode users can activate their preferred notifications and manage the subscribed devices in the Dappmanager's Notification section.
1212

1313
### Validator notifications
14-
In addition to the current [list of notifications](https://docs.dappnode.io/docs/user/notifications/notifications-list) (System, DMS, Execution and Consensus clients and Direct notifications), within the launch of Dappnode Premium we are integrating the following **validator notifications**:
14+
In addition to the current [list of notifications](https://docs.dappnode.io/docs/user/notifications/notifications-list) (System, DMS, Execution and Consensus clients and Direct notifications), the following free **validator notifications** have been added:
1515

16-
- Validator offline / back online
17-
- Missed attestation
18-
- Missed proposal
19-
- Submitted proposal
20-
- Validator slashed
16+
- Validator online. It notifies if your validator(s) is attesting.
17+
- Validator offline. It notifies if your validator(s) is not attesting.
18+
- Validator slashed. It notifies if your validator was slashed
19+
- Missed block proposal
20+
- Submitted block proposal
21+
22+
The notifications are sent 6 min after the attestation happens based on the justified epoch data.
2123

2224
More notifications will be added to the current set gradually to provide a more complete monitoring experience.
2325

2426
## Beacon Node Backup
2527

26-
The Beacon Node Backup ensures that **all imported Ethereum validators in your Dappnode remain active** when attestation issues arise.
28+
The Beacon Node Backup ensures that **all imported validators in your Dappnode remain active** when attestation issues arise.
2729

28-
The backup runs for **7 days** once it is activated manually by the user in the Premium interface. This time allows users to fix their staking issues safely and return to normal operation.
30+
The backup runs for **7 days** once it is activated manually by the user in the Premium interface. This time allows users to fix their staking issues safely and return to normal operation. The backup can be used once a month for 7 days. If the user decides to deactivate the backup before the 7 days, the time remaining can't be used again.
2931

30-
The backup has a **limit of 10 Ethereum validators per user**. If you exceed this number, we invite you to consolidate your validators to use the service.
32+
Currently the backup is available in Ethereum. It has a **limit of 10 Ethereum validators per user**. If you exceed this number, we invite you to consolidate your validators to use the service.
3133

3234
The backup service connects to the user's consensus client via an API key. **Validator keys are not managed by Dappnode** in the backup process. The user always retains full control of their keys.
3335

docs/user/notifications/devices.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Devices management
2+
3+
To receive push notifications in Dappnode, users need to subscribe their devices.
4+
You can subcribe desktop and mobile devices in different browsers (Chrome, Brave, Safari, Edge...)
5+
6+
### 🖥️ Subscribe your device
7+
8+
To Subscribe a device, you need to:
9+
- Go to the Notification section in the navigation menu
10+
- In notifications, go to the Devices tab
11+
- Click the Subscribe Device button.
12+
13+
![Subscribe-device](/img/subscribe-device.png)
14+
15+
Your device will be shown in the Subcribed devices section.
16+
17+
### 🛠️ Manage your subscription
18+
19+
Once the device is subscribed, you can do several actions:
20+
21+
- You can send a test notification to your subscribed device.
22+
- You can edit your subscription name.
23+
- You can cancel your device subcription.
24+
25+
![Notifications-devices](/img/notifications-devices.png)
26+
27+
28+

docs/user/notifications/notifications-list.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ This is the full list of events that will be notified in your Dappnode.
3131
- Sync status
3232
- Peer count
3333

34+
### ✔️ Validator Notifications
35+
36+
- Validator online
37+
- Validator offline
38+
- Validator slashed
39+
- Block proposal missed
40+
- Block proposal submitted
41+
3442
### 📡 Direct Notifications
3543

3644
- Important messages from the Dappnode team

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ const sidebars = {
440440
label: "Legacy",
441441
id: "user/notifications/legacy",
442442
},
443+
{
444+
type: "doc",
445+
label: "Devices",
446+
id: "user/notifications/devices",
447+
},
443448
],
444449
},
445450
{
356 KB
Loading

static/img/subscribe-device.png

280 KB
Loading

0 commit comments

Comments
 (0)