Rust implementation of the SSV protocol

1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Combine the existing 'owners' and 'nonce' tables in a Rust database schema for the Anchor SSV protocol client. The combined table will use the owner address as the primary key and add a 'nonce' column to store the nonce value, eliminating redundancy.

Complexity: 2/5
good first issue database optimization

Rust implementation of the SSV protocol

Rust