godwokenrises / godwoken-kicker

one line command to start godwoken-polyjuice chain.
19 stars 23 forks source link

The ckb version has not been updated for a long time #353

Open sunchengzhu opened 1 year ago

sunchengzhu commented 1 year ago

I noticed that the latest update of the ckb version occurred a year ago. Is there any plan to update the ckb version and corresponding config files like ckb.toml ? If updating the ckb version will make godwoken-v0 unavailable, just tell us how to modify the file in the readme. image

blckngm commented 1 year ago

It's difficult to upgrade ckb because v0 deploy doesn't work with newer versions.

I have created a ckb2023 branch. It's using ckb2023 hardfork and builtin indexer (using builtin indexer is in itself not relevant to upgrading ckb, just something also blocked by v0 deploy):

https://github.com/godwokenrises/godwoken-kicker/tree/ckb2023

Will this work for your acceptance work?

@Flouse @jjyr How do we want to proceed with this?

blckngm commented 1 year ago

The proper way is probably to update v0 to work with newer versions.

Flouse commented 1 year ago

The proper way is probably to update v0 to work with newer versions.

After thinking about it for a while, if the ckb2023 hardfork affects Godwoken v1, then it probably affects Godwoken v0 as well. How long do you think it will take you to get Godwoken v0 working with the new CKB version?

blckngm commented 1 year ago

After thinking about it for a while, if the ckb2023 hardfork affects Godwoken v1, then it probably affects Godwoken v0 as well. How long do you think it will take you to get Godwoken v0 working with the new CKB version?

A few days I guess.