DA0-DA0 / dao-dao-ui

InterChain DAO tooling UI.
https://daodao.zone
27 stars 21 forks source link

Creation of legacy upgrade proposal doesn't work #1810

Open dimiandre opened 1 month ago

dimiandre commented 1 month ago
Screenshot 2024-08-20 alle 09 29 24

This produce the following tx https://www.mintscan.io/juno/tx/67CE9CF9BA35F5F5C5F4E7920257231B588F0F882BA49B7A288A5A1A9C2E52C6?height=18861870

which is invalid.

I also tried adding "time": "0001-01-01T00:00:00.000Z" but no luck

NoahSaso commented 3 weeks ago

do you know what's invalid about the TX?

yeah, to set dates in protobufs, the hack is to prepend the date string with DATE:, like:

"time": "DATE:0001-01-01T00:00:00.000Z"