Metaverse.Network is a blockchain for metaverses & dapps. We support WASM and Ethereum-compatible smart contracts for developers to build dApps and games to run on our network.
Apache License 2.0
165
stars
70
forks
source link
Feature/continuum map improvement - New optimized and improved continuum map logic #197
This PR is the re-work of the continuum map engine, which allows the council/proposal to issue new map spot instead of automated release every round which causes the inflated map slot.
The improvement logic: council issuing new map spot and auction slot, the on-going auction slot can be bidded by metaverse owner only. Once it's secured, the slot will be assigned to that metaverse.
[x] Rework on continuum map trait
[x] Implement new extrinsics for issuing new slot, creating new auction slot.
[x] Auction finality specialised for MapSlot
[ ] Extends end time when entering critical period. - Extend for next release
[x] Implement unit tests to ensure all logic well tested.
This PR is the re-work of the continuum map engine, which allows the council/proposal to issue new map spot instead of automated release every round which causes the inflated map slot.
The improvement logic: council issuing new map spot and auction slot, the on-going auction slot can be bidded by metaverse owner only. Once it's secured, the slot will be assigned to that metaverse.