Merge branch 'main' into feature/remote-debug

This commit is contained in:
Ali Amer
2025-09-30 14:38:28 -04:00
committed by GitHub
288 changed files with 8957 additions and 3122 deletions

View File

@@ -177,6 +177,8 @@ const (
AccountNetworkRangeUpdated Activity = 87
PeerIPUpdated Activity = 88
UserApproved Activity = 89
UserRejected Activity = 90
JobCreatedByUser Activity = 89
@@ -288,6 +290,9 @@ var activityMap = map[Activity]Code{
PeerIPUpdated: {"Peer IP updated", "peer.ip.update"},
JobCreatedByUser: {"Create Job for peer", "peer.job.create"},
UserApproved: {"User approved", "user.approve"},
UserRejected: {"User rejected", "user.reject"},
}
// StringCode returns a string code of the activity