palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 136 forks source link

fix: add gravity proposals so they can be decoded #1213

Closed maharifu closed 2 months ago

maharifu commented 2 months ago

Related Github tickets

Background

We already have gov proposals from the gravity module on chain, so we need to register them in order for them to be decoded.

We need to add them in the gravity proto directory, so the proto file names match the proto package, otherwise we get warnings on the command line.

The resulting gravity types reside within the skyway/types dir.

Testing completed

Breaking changes