Aaron Craelius

Results 312 comments of Aaron Craelius
trafficstars

Going to go ahead and merge

I'm still getting race errors locally. I'm going to look at this a bit and see if I can figure out what's going on.

Is there anything here that isn't covered by #9438 ? With #9438 you would simply have multiple actions in a single proposal. Are there scenarios where you actually need separate...

> The second issue is related to serialization: when I use a serialized LegacyDec as a key and iterate over these keys, their dictionary order does not correspond to their...

Thanks for pointing out the upper limit restriction. Yes, we could use gogoproto for custom JSON marshaling, but this is often problematic because it breaks the ProtoJSON spec and other...

> Looking forward to hear how will that `Message data` will be defined however. Could we mention x/account somewhere as well and how this replicates some of its features? I...

Anybody know what's up with the markdown link checker? The report is long and any errors are non obvious

Oh no 😱. So I think this should basically classified as a bug. It appears that the proto JSON is to actually use a decimal place (i.e. `0.10000000000`), but the...

For the new SDK decimal type, my thinking was to allow users to choose what precision they do calculations with and store as an arbitrary precision string. In what use...

> > For the new SDK decimal type, my thinking was to allow users to choose what precision they do calculations with and store as an arbitrary precision string. >...