maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Public Key format in v1.3 is different than v1.0 #103

Closed b00f closed 4 years ago

b00f commented 4 years ago

The format of public key is different that previous version: old format:

Screenshot 2020-04-17 at 2 44 13 PM

vs new format:

Screenshot 2020-04-17 at 2 43 33 PM

The actual reason is a bug in cosmos-sdk which we fixed in Maxonrow. here

We need to make it backward compatible for sdk-users

jeansoonsik commented 4 years ago

@b00f Thanks for the updates. Please make sure that it is backward compatible in the coming release.

b00f commented 4 years ago

@yenkhoon any update?

b00f commented 4 years ago

@yenkhoon As we discussed you need to just replace string. Do you have any difficulties?