Arsenii Kulikov

Results 56 issues of Arsenii Kulikov

### Describe the feature Right now commonware might skip sending some of the blocks to our Automaton for verification if it observes a notarization certificate. This means that ideally we...

C-enhancement

### Describe the feature We want to have a way to send some of the tempo-bench transactions as part of subblocks. With https://github.com/tempoxyz/tempo/pull/1205 we should now be able to identify...

C-benchmark

### Describe the feature Right now we need to do a bunch of manual initializations when generating genesis here https://github.com/tempoxyz/tempo/blob/bb95e8f46bfe1e455c4349843cdcff1e51919163/xtask/src/genesis_args.rs#L202-L221 This introduces extra complications for tooling because even when importing...

C-enhancement
S-needs-triage

Adds `commit_by_ref` and avoids a redundant collect

This field is very easy to forget about, and have caused weird bugs multiple times already. It can also always be easily inferred from the specified `TxEnv` values. This PR...