Skip to content

Commit

Permalink
Add SubnetRental to Topic enum (#627)
Browse files Browse the repository at this point in the history
# Motivation

The new proposal type to rent subnets, has its own topic.

# Changes

Add topic `SubnetRental` to `Topic` enum.

# Tests

not tested

# Todos

- [x] Add entry to changelog (if necessary).
  • Loading branch information
dskloetd authored May 14, 2024
1 parent d984a24 commit 6bff658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- `@dfinity/nns-proto` was updated with the most recent proto types, some of which were not backwards compatible.
- The size of the nns-proto-js library has noticeably increased, as it now exposes all types instead of just a manually picked subset.

## Features

- Add "Subnet Rental" topic support.

## Build

- Upgrade `agent-js` dependencies to `v1.3.0` and revert the default retry times value to 10, given that the issue is fixed.
Expand Down
1 change: 1 addition & 0 deletions packages/nns/src/enums/governance.enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export enum Topic {
ReplicaVersionManagement = 13,
SnsAndCommunityFund = 14,
ApiBoundaryNodeManagement = 15,
SubnetRental = 16,
}

// The proposal status, with respect to reward distribution.
Expand Down

0 comments on commit 6bff658

Please sign in to comment.