You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Related Github tickets
- Closes#2250
- Closes#2251
- Closes#2252
# Background
Keep an on-chain list of activated lightnodes. When a new node is
activated, we add it to the list. To bootstrap the list with the
existing lightnodes, we add a new transaction. This is instead of a
governance vote, so we don't waste more time. The transaction can be
executed at any time after the upgrade.
For each lightnode we keep track of: address, activated timestamp, last
authentication timestamp. This way we can also know which nodes are
active and performing authentications.
# Testing completed
- [ ] test coverage exists or has been added/updated
- [x] tested in a private testnet
# Breaking changes
- [x] I have checked my code for breaking changes
- [x] If there are breaking changes, there is a supporting migration.
https://www.notion.so/volumefi/EPIC-02-23-24-JUICEIT-Launch-with-stETH-Curve-JuiceBot-with-No-withdrawal-6f38447981064e16831558fea4b0ca50?pvs=4
The text was updated successfully, but these errors were encountered: