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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changes
10
10
11
+
- Smartcontract
12
+
- Add `TransferUserOwnership` instruction (variant 104) to transfer user ownership between access passes, updating connection counters and merging multicast allowlists; authorized by feed authority ownership or foundation allowlist membership
13
+
- Add `feed_authority` to `RemoveMulticastGroupSubAllowlist` auth check, matching `AddMulticastGroupSubAllowlist`
14
+
- CLI
15
+
- Automatically transfer user ownership from feed authority to client payer on `connect multicast` when the client has an access pass for the same IP
@@ -37,10 +43,6 @@ All notable changes to this project will be documented in this file.
37
43
- Onchain Programs
38
44
- Serviceability: update device interface IPs when `tunnel_net` is changed via `UpdateLink`, matching the existing `ActivateLink` behavior ([#3365](https://github.com/malbeclabs/doublezero/pull/3365))
39
45
- Serviceability: `AcceptLink` supports combined accept+activate via `use_onchain_allocation` flag, gated on `OnChainAllocation` feature flag ([#3369](https://github.com/malbeclabs/doublezero/pull/3369))
40
-
- Serviceability: add `TransferUserOwnership` instruction (variant 104) to transfer user ownership between access passes, updating connection counters and merging multicast allowlists; authorized by feed authority ownership or foundation allowlist membership
41
-
- Serviceability: add `feed_authority` to `RemoveMulticastGroupSubAllowlist` auth check, matching `AddMulticastGroupSubAllowlist`
42
-
- CLI
43
-
- Automatically transfer user ownership from feed authority to client payer on `connect multicast` when the client has an access pass for the same IP
44
46
- Client
45
47
- Get client IP from the daemon in the disconnect command, matching the connect command's behavior, to avoid IP mismatches behind NAT
0 commit comments