linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
440 stars 126 forks source link

Switch the wallet to the storage service #2183

Open MathieuDutSik opened 3 months ago

MathieuDutSik commented 3 months ago

Motivation

The use of RocksDb for the wallet forces compiling with RocksDb which is bad for the CI.

Proposal

The following are done:

Test Plan

The CI is the goal here.

Release Plan

Not relevant.

Links

afck commented 3 months ago

Maybe the default storage should still be RocksDB (if it's compiled in)? Other than in tests, I imagine we always want RocksDB?