palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
291 stars 135 forks source link

fix: add chain to skyway nonces genesis #1232

Closed maharifu closed 4 months ago

maharifu commented 4 months ago

Background

The field was missing, causing genesis to be exported with empty chain IDs. This would then cause a panic on import, as we try to set the last observed nonce to the same (empty) chain more than once.

Testing completed

Breaking changes