kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
366 stars 115 forks source link

Feat/indexed db transaction store #392

Closed elertan closed 5 months ago

elertan commented 5 months ago

The indexed db transaction store implementation except for the load_range function.

Still needs some good testing, mostly on the deserialisation process to ensure this functions as expected (so load_single. load_multiple). Same goes for remove, but this is more likely to work properly. store_transaction_note and store_transaction_metadata will most likely work properly when load_single/load_multiple work as well, since it relies on similar logic.

elertan commented 5 months ago

Fixed clippy warnings