Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/indexed db transaction store (kaspanet#392)
* Add indexed db dependencies * Implementation progress for load_single * progress idb transaction store * use `Arc<Inner>` pattern * implementing try from jsvalue for types to be stored in idb * try from js value for utxo record * remove manual parsing and use borsh data to deserialize * indexdb progress * indexdb store and load multiple * indexdb remove, store tx note, store tx metadata * Add encryptable to transaction record for jsvalue * Remove logs * unnecessary import removed * Move from/to js value to idb implementation itself * fix some of the clippy warnings * fix all clippy warnings --------- Co-authored-by: aspect <anton.yemelyanov@gmail.com>
- Loading branch information