akash-network / support

Akash Support and Issue Tracking
5 stars 3 forks source link

sig-chain: network upgrade v0.24.0 #73

Closed troian closed 10 months ago

troian commented 1 year ago

This issue covers store changes to be performed during the v0.24.0 upgrade

Base types

Resource units

Add GPU object consisting of Units and Attributes fields. Add GPU object to the ResourceUnits Those changes are implemented here

Parameters

Gov

Add a new parameter to the governance module that requires the account originating a new proposal to deposit a certain amount in order for the proposal to be listed on the network. The parameter's value is a percentage of the existing min deposit parameter. Proposed name of the parameter min_deposit_on_proposal_create_percent.

The parameter is defined here

Staking

As proposal passed all validators need to set minimum commission. The most beneficial way is to do so by adding a new parameter to the staking module defining the minimum validator's commission. The proposed name of the parameter is min_validator_commission_percent.

The parameter is defined here

Migrations

Set the value of min_deposit_on_proposal_create_percent to TBD Set the value of min_validator_commission_percent to 5%

Staking

Apply min_validator_commission_percent to all validators with a commission lower than this value.

brewsterdrinkwater commented 1 year ago

This network upgrade will solve the following issues:

anilmurty commented 1 year ago

migration to cometBFT will occur as part of the migration to the informal systems fork tendermint

brewsterdrinkwater commented 1 year ago

This network upgrade will solve the following issues:

20 will happen in a future upgrade.

anilmurty commented 1 year ago

ref: #23 needs to be fixed before this network upgrade as well

brewsterdrinkwater commented 1 year ago

this will be apart of the upgrade. Solved by @troian #83

brewsterdrinkwater commented 1 year ago

Proposal for increasing OrderMaxBids param was discussed during the sig chain monthly meeting 2023-06-06

https://www.mintscan.io/akash/proposals/197

troian commented 10 months ago

completed