rooch-network / rooch

Fully on-chain Application Container with Move Language
https://rooch.network
Apache License 2.0
124 stars 51 forks source link

[Framework] genesis module #67

Closed baichuan3 closed 9 months ago

baichuan3 commented 11 months ago

when the chain starts, initialize the genesis account, timestamp, chain config, gas, version and other information

jolestar commented 11 months ago

Genesis build or Genesis init? Maybe dependent on #63

jolestar commented 10 months ago

Is this issue finished? How to define this issue's requirement? @baichuan3

baichuan3 commented 10 months ago

Some framework initialization is completed by the module init function. At this stage, the genesis contract only needs to initialize the genesis account and timestamp. Subsequent initialization including chain configuration, gas, version, etc. will be completed in genesis in next milestones.

It will be easier to implement, I will submit a pr this week.

jolestar commented 10 months ago

@baichuan3 I put this to the v0.2 milestone. The description of this issue needs to be improved.

jolestar commented 9 months ago

Close this issue. The features can be split into other issues.