Results 19 issues of Sergey Melnychuk

See also: * https://github.com/crate-ci/typos * https://sergey-melnychuk.github.io/2023/11/20/get-rid-of-typos/

https://github.com/sergey-melnychuk/yakvdb/blob/1a40ad60251a1a37e9c5edba5362d2f66e154ddd/src/main.rs#L37

- RPC URLs must be valid - data dir must exist and be writeable - poll secs must be within a reasonable range

`crates/rpc/tests/rpc.rs`: - `fixtures::latest_block` - `fixtures::block_with_min_ten_txs`

- get rid of heavy libraries (ethers, jsonspree etc) - use lightweight serde_json + reqwest - unit/integration tests with httpmock

enhancement

https://github.com/eigerco/beerus/blob/96aceb2140c56361136c439d1f8acd269a2e0ce7/crates/rpc/src/error.rs#L28 We can do eventually after 0.5 release.

https://github.com/eigerco/beerus/blob/96aceb2140c56361136c439d1f8acd269a2e0ce7/crates/experimental-api/src/rpc.rs#L293

Things I'd like to have on such theoretical "status page": * sync status - blocks synced - blocks to sync (if any) Extra: * memory footprint * disk footprint *...