Atheesh Padala

Results 15 comments of Atheesh Padala

How is this different from `sign-batch`?

> So sign-batch expects a file to have multiple unsigned txs seperated by next line. The command flow would look something like this > > ``` > $ simd tx...

> @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. Yes, that...

> 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...

@yihuang some tests are getting failed (https://github.com/cosmos/cosmos-sdk/actions/runs/3139667341/jobs/5100310638).

> it seems we dont handle the case when a user rotates keys then gets slashed. The evidence module will look at the active validators but the key it needs...

@alexanderbez can you give another round of review?

> Why is there an `sdk_block` field to begin with? When/why was that added? https://github.com/cosmos/cosmos-sdk/pull/11390 it's added here, I may have a look on this.