liberland / liberland_substrate

Substrate implementation of the Liberland Network node
22 stars 14 forks source link

BLOCKCHAIN-342 Substrate unpooling is measured in blocks not seconds #341

Closed MichalLustykNeti closed 10 months ago

MichalLustykNeti commented 10 months ago

The screenshots below show the result of the created migration: image image

DorianSternVukotic commented 10 months ago

Shouldnt we also fix the default values? The one that defines it as 2592000 blocks?

kacperzuk-neti commented 10 months ago

Shouldnt we also fix the default values? The one that defines it as 2592000 blocks?

The defaults are 120 blocks and are used on development network only. For Testnet and Mainnet they were specified explicitly in genesis (see https://raw.githubusercontent.com/liberland/liberland_substrate/main/specs/mainnet.json and https://raw.githubusercontent.com/liberland/liberland_substrate/main/specs/bastiat.json ). We can't change genesis :shrug: