sequencer: use address bytes directly in handle_check_tx() logic #1620
Labels
ignore-stale
Override for issues or PRs which should not be removed if stale.
performance
sequencer
pertaining to the astria-sequencer crate
stale
In the
handle_check_tx()
logic we're using a heavy weight address computation instead of using the address bytes directly. We should change this to just use the bytes. We should also remove the associated metric when making the change.The text was updated successfully, but these errors were encountered: