witnet-rust icon indicating copy to clipboard operation
witnet-rust copied to clipboard

[Wallet] Refactor storage usage of bincode at rocksdb, data structures redundancy and scattered code

Open aesedepece opened this issue 4 years ago • 0 comments

Current wallet implementation does work but has some technical debt that will need to be addressed sooner or later. The most concerning areas are the use of bincode serialization in RocksDB, redundancy of some data structures and the fact that most of the business logic is scattered across many files, which makes it quite difficult to reason about most of the wallet features.

aesedepece avatar Apr 20 '20 11:04 aesedepece