@@ -10,20 +10,16 @@ var (
10
10
//
11
11
// See: https://github.com/orgs/avalanche-foundation/projects/1
12
12
ActivatedACPs = set .Of [uint32 ](
13
+ // Durango:
13
14
23 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/23-p-chain-native-transfers/README.md
14
15
24 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/24-shanghai-eips/README.md
15
16
25 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/25-vm-application-errors/README.md
16
17
30 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/30-avalanche-warp-x-evm/README.md
17
18
31 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/31-enable-subnet-ownership-transfer/README.md
18
19
41 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/41-remove-pending-stakers/README.md
19
20
62 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/62-disable-addvalidatortx-and-adddelegatortx/README.md
20
- )
21
21
22
- // CurrentACPs is the set of ACPs that are currently, at the time of
23
- // release, marked as implementable and not activated.
24
- //
25
- // See: https://github.com/orgs/avalanche-foundation/projects/1
26
- CurrentACPs = set .Of [uint32 ](
22
+ // Etna:
27
23
77 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/77-reinventing-subnets/README.md
28
24
103 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/103-dynamic-fees/README.md
29
25
118 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/118-warp-signature-request/README.md
@@ -32,13 +28,12 @@ var (
32
28
151 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/151-use-current-block-pchain-height-as-context/README.md
33
29
)
34
30
31
+ // CurrentACPs is the set of ACPs that are currently, at the time of
32
+ // release, marked as implementable and not activated.
33
+ //
34
+ // See: https://github.com/orgs/avalanche-foundation/projects/1
35
+ CurrentACPs = set .Of [uint32 ]()
36
+
35
37
// ScheduledACPs are the ACPs included into the next upgrade.
36
- ScheduledACPs = set .Of [uint32 ](
37
- 77 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/77-reinventing-subnets/README.md
38
- 103 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/103-dynamic-fees/README.md
39
- 118 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/118-warp-signature-request/README.md
40
- 125 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/125-basefee-reduction/README.md
41
- 131 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/131-cancun-eips/README.md
42
- 151 , // https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/151-use-current-block-pchain-height-as-context/README.md
43
- )
38
+ ScheduledACPs = set .Of [uint32 ]()
44
39
)
0 commit comments