Closed sfauvel closed 1 day ago
4 files ±0 51 suites ±0 11m 38s ⏱️ -19s 1 455 tests +9 1 455 ✅ +9 0 💤 ±0 0 ❌ ±0 1 666 runs +9 1 666 ✅ +9 0 💤 ±0 0 ❌ ±0
Results for commit a14746c8. ± Comparison against base commit 0b8564cf.
:recycle: This comment has been updated with latest results.
Content
Replace the store using the legacy store adapter and replace them with a repository implementation in the
Signer
.This PR includes:
ConnectionBuilder
to be able to execute partial migrations.protocol_initializer_repository
etstake_pool_store
and associated queries and records.tests
module indatabase
to test repository behaviorPre-submit checklist
Comments
FakeAdapter
was created to initialize database like theStoreAdapter
did but without depending on it.aggregator
to remove the dependency onadapter
module.Issue(s)
Relates to #2118