space-pussy/x/bandwidth/spec/06_params.md

Parameters

The energy module contains the following parameters:

Key Type Example
RecoveryPeriod uint64 16000
AdjustPricePeriod uint64 5
BasePrice sdk.Dec 0.25
MaxBlockBandwidth uint64 100000

Recovery Period

Recovery period is amount of blocks that bandwidth of any neuron will be fully recovered (from zero to max value).

Adjust Price Period

Adjust price period is amount of blocks that form period of bandwidth price recalculation adapting to current load.

Base Price

Base price is multiplier for bandwidth billing, bandwidth discount for moments of low neurons' activity. If load rise more than value of base price than current price will be applied.

Max Block Bandwidth

Max block bandwidth is amount of bandwidth from neurons that network can process for one block.

Synonyms

go-cyber/x/bandwidth/spec/06_params
Parameters The energy module contains the following parameters: | Key | Type | Example | | ----------------------- | -------------- | ---------------------- | | RecoveryPeriod | uint64 | 16000 | | AdjustPricePeriod | uint64 | 5 | | BasePrice | sdk.Dec | 0.25 | | MaxBlockBandwidth | uint64 | 100000…
space-pussy/x/grid/spec/06_params
Parameters The energy module contains the following parameters: | Key | Type | Example | | ----------------------- | -------------- | ---------------------- | | MaxRoutes | uint32 | 8 | Max Routes Maximum total number of outgoing routes that can be stored by account and contract.
go-cyber/x/grid/spec/06_params
Parameters The energy module contains the following parameters: | Key | Type | Example | | ----------------------- | -------------- | ---------------------- | | MaxRoutes | uint32 | 8 | Max Routes Maximum total number of outgoing routes that can be stored by account and contract.
go-cyber/x/resources/spec/06_params
Parameters The resources module contains the following parameters: | Key | Type | Example | | --------------------------- | -------------- | ---------------------- | | MaxSlots | uint32 | 8 | | BaseHalvingPeriodVolt | uint32 | 12000000 (blocks) | | BaseHalvingPeriodAmpere | uint32 | 12000000…
space-pussy/x/resources/spec/06_params
Parameters The resources module contains the following parameters: | Key | Type | Example | | --------------------------- | -------------- | ---------------------- | | MaxSlots | uint32 | 8 | | BaseHalvingPeriodVolt | uint32 | 12000000 (blocks) | | BaseHalvingPeriodAmpere | uint32 | 12000000…

Neighbours