Page MenuHomePhabricator

Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
ClosedPublic

Authored by deadalnix on Oct 9 2018, 19:40.

Details

Summary
  • pcoinscatcher (CCoinsViewErrorCatcher)
  • pcoinsdbview (CCoinsViewDB)
  • pcoinsTip (CCoinsViewCache)
  • pblocktree (CBlockTreeDB)
  • Remove variables shadowing pcoinsdbview

This is part of Core PR11043

Depends on D1909

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
uniqueptr
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3571
Build 5217: Bitcoin ABC Buildbot (legacy)
Build 5216: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 16 2018, 04:52