Jeff

Results 21 issues of Jeff

Currently it takes a good 5 seconds to load a heic file thumbnail. And another 2-3 seconds to load the heic picture. Would be nice to investigate the reason behind...

bug

### Please fill out the following: - **Sway Version:** - `swaymsg -t get_version` or `sway -v` - `sway version 1.10-dev-dc9f2173 (Mar 14 2024, branch 'master')` - **Debug Log:** see attachment...

bug

### Description I wanted to upgrade and rework some of the axum server code - upgrade axum to 0.8.4 - remove `.get_route()` and just return the whole `Router` struct already...

…d reorg ### Description - make errors more scary ### Related issues - fixes https://linear.app/hyperlane-xyz/issue/BACK-75/make-the-validators-panic-message-scarier-if-theres-a-detected-reorg ### Backward compatibility Yes ### Testing None

### Description Instead of inserting all the messages we receive in a single db transaction, we chunk it into smaller sizes. This prevents us from running into `Too many arguments`...

### Description - add metrics to indicate merkle root mismatch - update `get_proof()` to return `MetadataBuildError` on error Not exactly sure how to test this in E2E ### Related issues...

### Description We want to be able to reset the upper nonce for a given evm chain, in cases where lander accidentally assigns too many nonces. This only works for...

### Description - add integration tests for when there are no transaction receipts received ### Related issues - fixes https://linear.app/hyperlane-xyz/issue/ENG-2480/lander-evm-no-tx-receipt-integration-test ## Summary by CodeRabbit * **Tests** * Enhanced test coverage...

… response is not json ### Description ### Drive-by changes ### Related issues ### Backward compatibility ### Testing

### Description - we only need to process when queue is non-empty and there is a signal to process ### Backward compatibility Yes ## Summary by CodeRabbit * **Refactor** *...