Aleksandr Bezobchuk

Results 409 comments of Aleksandr Bezobchuk

@atheeshp I don't understand how directing output will work though? The `>>` operator will just append one JSON blob into an existing file, giving you malformed JSON. What we want...

We should consolidate between this work and `sign-batch` (ref: https://github.com/cosmos/cosmos-sdk/pull/13200)

Yes, this is exactly what I'm proposing! Modify `sign-batch` to act like `multi-msg-sign`. I.e. it works on a **single** transaction file with **multiple** messages generated from other single txs commands.

I'm having trouble following this convo at this point...I don't think we're talking about the same thing. @gsk967 and I both believe `sign-batch` is flawed in UX and should be...

Amazing! @julienrbrt or @facundomedica would be willing to help test this feature with me please?

There are definitely CLI docs that we can look to update. Doesn't have to be super in depth, but maybe just a note in a CLI doc?

So I'm going to mark this R4R to gain initial feedback as I think it's at a "good enough" point. I could probably spend countless days or even weeks further...

> good start, I think there are missing parts but we should open up follow up issues to dive into them. I think each store may needs its own section....

I'm not opposed to renaming interfaces that have the `I` suffix 👍 I think I added these way back then when I didn't know this existed.